a.nav2 {
	font-size:						11px;
	font-weight:					regular;
	color:							#A6D6FA;
	text-decoration:				none;
}

a.nav2:hover {
	font-size:						11px;
	font-weight:					regular;
	color:							#A6D6FA;
	text-decoration:				underlined;
}

a.nav2_on {
	font-size:						11px;
	font-weight:					regular;
	color:							#FFF;
	text-decoration:				none;
}

.box_a_content {
	vertical-align:					middle;
	width:							144px;
	height: 						22px;
}

.box_a_symbols {
	text-align:						center;
	float:							left;
	margin:							0px 10px 0px 32px;
	border:							0px;
	width:							7px;
	height:							18px;
}

.box_a_content a {
	font-size:						11px;
	font-weight:					regular;
	color:							#FFF;
	text-decoration:				none;
}

.box_a_content a:hover {
	font-size:						11px;
	font-weight:					regular;
	color:							#FFF;
	margin-top:						5px;
	text-decoration:				none;
}

.light_blue {
	font-size:						10px;
	font-weight:					regular;
	color:							#A6D8F4;
	margin-top:						5px;
	line-height:					13px;
	text-decoration:				none;
}

.light_blue02 {
	font-size:						9px;
	font-weight:					regular;
	color:							#B4DCF3;
	margin-top:						5px;
	line-height:					13px;
	text-decoration:				none;
}

.light_blue a {
	font-size:						10px;
	font-weight:					regular;
	color:							#A6D8F4;
	margin-top:						5px;
	text-decoration:				none;
}

.light_blue_symbols {
	text-align:						center;
	float:							left;
	margin:							0px 5px 0px 0px;
	border:							0px;
}

.footer {
	font-size:						9px; 
	color:							#A6D8F4; 
	width: 							450px; 
	margin: 						13px 25px 0px 0px;
}

.footer a {
	font-size:						9px; 
	color:							#A6D8F4; 
	text-decoration:				none;	
}

.content_dotted {
	background-image:		url('../images/content_dotted.gif');
	width:					100%;
	height:					1px;
	margin-top:				15px;
	margin-bottom:			15px;
}

.content_dotted2 {
	background-image:		url('../images/content_dotted.gif');
	width:					100%;
	height:					1px;
}


.start {
	font-size:						11px; 
}
body {
	margin-left:					0px;
	margin-top:						0px;
	margin-right:					0px;
	margin-bottom:					0px;
	background-color: 				#003F65;
	font-family:					Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:						12px;
  overflow-x: scroll;	 
}

body, td, th {
	font-family:					Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:						12px;
	color:							#0071B2;
	line-height:					15px;
}

h1 {
	font-size:						14px;
	font-weight:					bold;
	color:							#0071B2;
}

h2 {
	font-size:						12px;
	color:							#0071B2;
}

h3,h4,h5 {
	font-size:						12px;
	color:							#0071B2;
	font-weight:					bold;
}

a {
	text-decoration:				none;
	color:							#0071B2;
	text-decoration:				underline;

}

a:hover {
	text-decoration:				underline;
}

input, select, textarea {
	font-size:						11px;
}

ul li {
	list-style-image:				url('../images/icons/li_dot.gif');
	list-style-position:			outside;
}

ol li {
	list-style-position:			outside;
}

pre {
}

adress{
}

td.image_subtitle {
	font-size:						11px;
	font-weight:					regular;
	color:							#999;
}

#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/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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% 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: #0071B2; }
#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: #0E2137;
	}
  
.feld_error{   background: #ffb1b1; }
.feld_richtig{ background: #ffffff; }
  