body {
    background: #000;
    text-align: center;
}

#siteContainer {
    width: 1024px;
    position: absolute;
    top: 50%;
    left: 50%;
    
    margin-left: -512px;
    margin-top: -288px;
}

#contentBack {
    background: url('images/contentBack.jpg') no-repeat top center;
    margin: auto;
    width: 850px;
    height: 530px;
}

#contentBackIntro {
    background: url('images/contentBackIntro.jpg') no-repeat top center;
    margin: auto;
    width: 850px;
    height: 530px;
}

#contentBackIntroForeign {
    background: url('images/contentBackIntroForeign.jpg') no-repeat top center;
    margin: auto;
    width: 850px;
    height: 530px;
}


#contentText {
    overflow: auto;
    width: 720px;
    _width: 770px;
    height: 450px;

    
    position: relative;
    top: 15px;
    _top: 20px;
    padding: 0 20px 10px 60px;
    _padding: 0 20px 10px 10px;
    text-align: justify;
    color: #fff; 
    font-family: Tahoma, Verdana, sans-serif;
    /*line-height: 18px;*/
    font-size: 14px;
}

a {
    font-family: Tahoma, Verdana, sans-serif;
    /*line-height: 18px;*/
    font-size: 13px;
 }
 
 /* FOTOALBUM */


table.imageTable
{
    margin: 0px auto;
    padding: 0;
}

td.imageTable
{
    text-align: center;
    vertical-align: middle;
}

div.optionsLine
{
    font: bold 50% Verdana, Arial, Helvetica, sans-serif;
    color: #a0a0a0;
    vertical-align:    bottom;
}



a.deleteLink
{
    font: bold 80% Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #a0a0a0;
}

.navigationHolder
{
    margin: 0px auto;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 8px;
}

h1
{
    font-family: Verdana, Arial, sans-serif;
    font-size: 150%;
    font-weight: bold;
    color: #333;
}

div.subMenu
{
    float:right;

    border: 1px solid #ccc;
    margin-right: 10px;
}

div.subMenu a
{
    text-decoration: none;
    color: #000000;

}

span.bigPicture
{
    position: absolute;
    margin: auto;
    text-align: center;    
    
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

img.theBigPicture
{
    margin: 0 auto;    
    z-index: 1000;
    
    border: 7px solid #efefef;
    display: none;
    z-index: 1001;
}

a.closeLink
{
    text-decoration: none;
    color: #333;
    font-weight: bold;
    margin-bottom: 2px;
    margin-right: 4px;    
}

