body { 
font-family:verdana,arial,sans-serif;
color:white;
background-color:#000066;
  scrollbar-face-color: #330099;
  scrollbar-track-color: #000066;
  scrollbar-arrow-color: #000066;
  scrollbar-highlight-color: #000066;
  scrollbar-shadow-color: #000066;
  scrollbar-3dlight-color: #000066;
  scrollbar-darkshadow-color: #000066;
}

body p {
font-size:0.8em;
color:white;
text-align:justify;
}

a:link {
color:yellow;
text-decoration:none;
font-weight:bold;
}

a:visited {
color:#CCCCCC;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#FFCC00;
text-decoration:none;
font-weight:bold;
}

a:active {
color:#CC0000;
font-weight:bold;
}

.inhalt {
font-size:0.8em;
color:white;
text-align:justify;
}

.inhaltleft {
font-size:0.8em;
color:white;
text-align:left;
}

.inhaltred {
font-size:0.8em;
color:#CC0000;
text-align:justify;
font-weight:bold;
}

.inhaltgrey {
font-size:0.8em;
color:#CCCCCC;
text-align:justify;
font-weight:normal;
}

.inhaltgreycenter {
font-size:0.8em;
color:#CCCCCC;
text-align:center;
font-weight:normal;
}

.inhaltyellow {
font-size:0.8em;
color:#FFCC00;
text-align:left;
font-weight:bold;
}

.inhaltyellowcenter {
font-size:0.8em;
color:#FFCC00;
text-align:center;
font-weight:bold;
}

.inhaltcenter {
font-size:0.8em;
font-color:white;
text-align:center;
}

.titel {
font-size:1.0em;
color:#FFCC00;
text-align:left;
}

.titelwhite {
font-size:1.5em;
font-color:white;
text-align:center;
font-weight:bold;
}

.subtitel {
font-size:0.8em;
color:#FFCC00;
text-align:left;
}

.subtitelwhite {
font-size:1.2em;
font-color:white;
text-align:center;
font-weight:bold;
}

TD.left {
width:150px;
height:100%;
vertical-align:top;
border:0px;
background-color:#330066;
}

TD.center {
width:610px;
height:100%;
vertical-align:top;
border:0px;
background-color:#330066;
}

.hovermenu ul{
font-variant:small-caps;
font-size:1em;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
color: #000000;
float:left;
padding: 4px 0.2em;
background-color: #F4F4F4;
border: 3px solid #F4F4F4;
}

.hovermenu ul li a{
text-decoration: none;
font-weight:normal;
color: #CC0000;
}

.hovermenu ul li a:visited{
font-weight:normal;
}

.hovermenu ul li a:active{
font-weight:normal;
}

.hovermenu ul li a:hover{
font-weight:normal;
border-style:none;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/live/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/live/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/live/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
