body {
font-family:verdana, sans-serif;
font-size:10px;
background-color: #e8e9e3;
}

#centerbox{
margin: 0px auto;
width: 950px;
height: 780px;
background-color:#fff;
border: 1px solid #6e7e95;}

#headerbox{
width: 950px;
height: 162px;}

#flag_de{
margin: -30px 834px;}

#flag_en{
margin: -24px 39px;}

#flag_tk{
margin: -24px 39px;}

#videobg{
margin: 10px -912px auto;
height: 340px;
width: 950px;
border-top: 1px solid #6e7e95;
border-bottom: 1px solid #6e7e95;
background-image: url(images/background.png);}

#videobox{
margin: 10px 100px auto;
height: 307px;
width: 460px;
border: 5px solid #6e7e95;}

#rightbox{
margin: -250px 560px;}

#thumbboxes{
margin: 120px -637px;
width: 1000px;}

#thumbboxes_1{
background-image: url(images/bg-boxes.png);
background-repeat:no-repeat;
margin: 0px 0px;
height: 148px;
width: 272px;}

#thumbboxes_2{
background-image: url(images/bg-boxes.png);
background-repeat:no-repeat;
margin: -148px 624px;
height: 148px;
width: 272px;}

#thumbboxes_3{
background-image: url(images/bg-boxes.png);
background-repeat:no-repeat;
margin: 0px 312px;
height: 148px;
width: 272px;}

#linkbox{
margin: 20px -28px auto;
width: 950px;
height: 30px;
background-color: #e2e2e2;}

#links{
margin: 0px 100px auto;
width: 800px;
line-height: 3.0;}

#copyright{
margin: 0px 225px auto;
width: 400px;}

a,a:link,a:hover {text-decoration:none;cursor:pointer}
a,a:link {background:transparent;}
a:link {color:#000000}
a:visited {color:#0099cc}
a:hover,a:active {color:#800000}
a img {border:none}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Arial;
letter-spacing: 3px;
line-height: 1.1em;
color: gray;
padding: 5px 0;
text-align: right;
}

#thumbBox 
{
background-color: white;
border: 1px solid #6e7e95;
}

#thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #fff;
padding: 5px;
z-index: 5;
}
