body
{
    text-align: center;
    height:100%; 
    background-color: #000000;
    font-family: Verdana;
    font-size: 12px;
}

.black
{
    background-color: #000000;
}

.main
{
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    width: 1024px;
    background-color: #ffffff;
    margin: auto;
}

.rahmen
{
    background-image: url('/images/01.jpg');
    background-repeat: no-repeat; 
    background-position: left top;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 1024px;
    height: 194px;
    z-index: 5;
}

.contentbox
{
    background-color: #000000;  
    position: absolute;
    top: 194px;
    left: 0px;
    width: 1024px;
    z-index: 8;
    vertical-align: top;
    text-align: left;
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
}

.font_std
{
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
}

.font_lh
{
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}

.font_login
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
}

.font_head
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.box
{
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    background-image: url('/images/box_03.jpg');
    background-repeat: repeat-y; 
    background-position: left top;
}

.navi
{
    vertical-align: middle;
    text-align: left;
    z-index: 9;
    width: 1024px;
    height: 35px;
    position: absolute;
    top: 190px;
    left: 1px;
}


.navi_button
{
    font-weight: normal;
    font-family: Verdana;
    font-size: 12px;
}

.form_input
{
    width: 120px;
    color: #ffffff;
    background-color: #000000;
    font-family: Verdana;
    border: none;
}

a.navi_button:link    { color:#ffffff; background-color:transparent; text-decoration: none; font-family: Verdana; font-size: 12px; }
a.navi_button:visited { color:#ffffff; background-color:transparent; text-decoration: none; font-family: Verdana; font-size: 12px; }
a.navi_button:hover   { color:#678fd9; background-color:transparent; text-decoration: none; font-family: Verdana; font-size: 12px; }
a.navi_button:active  { color:#ffffff; background-color:transparent; text-decoration: none; font-family: Verdana; font-size: 12px; }

a.home_link:link    { color:#ffffff; background-color:transparent; text-decoration: none; font-family: Verdana; font-size: 12px; }
a.home_link:visited { color:#ffffff; background-color:transparent; text-decoration: none; font-family: Verdana; font-size: 12px; }
a.home_link:hover   { color:#678fd9; background-color:transparent; text-decoration: none; font-family: Verdana; font-size: 12px; }
a.home_link:active  { color:#ffffff; background-color:transparent; text-decoration: none; font-family: Verdana; font-size: 12px; }

/* Lightbox */

#lightbox{ position: absolute; top: 200px !important; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;}
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink { left: 0; float: left;background: url(/images/prevlabel.gif) left 0% no-repeat;}
#nextLink { right: 0; float: right;background: url(/images/nextlabel.gif) right 0% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 0% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


