/* CSS layout */


body {
  margin-top: 20px;  
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  background-color: #4b6a8a;
  font-family:Arial;
  font-size:12px;
  color:#333333;
}

td {
  font-family:Arial;
  font-size:12px;
  color:#333333;
}

FORM {
  margin:0px;
  padding:0px;
}
	

INPUT {
  border: 1px solid #666666;
  color:#666666;
  background-color:#ffffff;
  height:22px;
  padding-left:2px;
}


INPUT#radio1, INPUT#radio2 {
  border: 0px solid #FFFFFF;
  color:#FFFFFF;
  background-color:#FFFFFF;
}


INPUT#searchbox {
  margin-right:5px;
  width:100px;
  height:18px;
}

INPUT#searchbut {
  width:50px;
  height:22px;
}		



#navipath {
  font-size:11px;
  text-decoration:none;
  color:#666666;
  margin-top:0px;
  margin-bottom:15px;
}

a.navipath { font-size:11px; text-decoration:none; color: #666666; } 



#ticker {
  font-weight:bold;
  font-size:12x;
  color:#333333;
}


a.ticker { font-size:12px; font-weight:bold; text-decoration: none; color: #e5333a; }
a.ticker:hover {font-size:12px; font-weight:bold; text-decoration: none; color: #000000;}


.additional {
  float:right;
  padding-top:5px;
  padding-right:15px;
}

.additionalnavi { font-size:11px; color:#333333; text-decoration:none; font-weight:regular; }
a.additionalnavi { font-size:11px; color: #333333; text-decoration:none; font-weight:regular; }
a.additionalnavi:hover { font-size:11px; color: #000000;text-decoration:none; font-weight:regular; }


a {color:#e5333a; text-decoration:none;}
a:hover {color:#000000; text-decoration:none;}



h1 {
  font-family:Arial;
  font-size:16px;
  font-weight:bold;
  color:#e5333a;
  margin:0px;
  padding:0px;
}


hr{
  background-color:#FFFFFF;
  color:#CCCCCC;
  border:1px dotted #CCCCCC;
  height:1px;
  width:100%;
}



#container {
  width: 900px;
  margin: auto;
  text-align: center;
  border-top: 1px #3a526b solid;
  border-left: 1px #3a526b solid;
  border-right: 5px #3a526b solid;
  border-bottom: 5px #3a526b solid;
  background-color: #FFFFFF;
}


#kopf {
  width:900px;
  height: 25px;
  background-color: #dee1e8;
  text-align: right;
}


#picture{
  width: 900px;
  height: 130px;
  background-color: #ffffff;
  background-image:url(../images/back.jpg);
  background-repeat:no-repeat;
  border-top: 1px #FFFFFF solid;
  border-bottom: 1px #FFFFFF solid;
}



#line {
  width: 699px;
  height: 25px;
  float:left;
  background-color: #616161;
  border-left: 200px #919191 solid;
  padding-left: 1px;
}


#menu{	
  float: left;
  min-height: 280px;
  width: 200px;
  text-align: left;
  background-color: #e3e3e3;
  padding-bottom: 50px;
}


#content{
  border-left: 200px solid #e3e3e3;
  background-color: #FFFFFF;
}


.tableleft{
  width: 480px;
  text-align: left;
  vertical-align:top;
}


.tableleftlist{
  width: 660px;
  text-align: left;
  vertical-align:top;
}


.tableright{
  width: 160px;
  text-align: left;
  vertical-align:top;
}



.breaker {
clear: both;
}


#fuss1 {
  width:200px;
  height: 30px;
  float:left;
  background-color: #e3e3e3;
  padding-top:0px;
  text-align: center;
}

#fuss2 {
  width:680px;
  height: 30px;
  float:left;
  background-color: #FFFFFF;
  padding-top:0px;
  padding-left:20px;
  text-align: left;
}



.nav1_passive {
  float:left;
  height:25px; 		
  margin: 0px;
  padding-left:19px;
  padding-right:16px;
  line-height:25px;
  background-color:#616161;
}


.nav1_passive:hover {
  float:left;
  height:25px; 		
  margin: 0px;
  padding-left:19px;
  padding-right:16px;
  line-height:25px;
  background-color:#727272;
}

.nav1_active {
  float:left;
  height:25px; 		
  margin: 0px;
  padding-left:19px;
  padding-right:16px;
  line-height:25px;
  background-color:#FFFFFF;
}



.nav1_passive_text, .nav1_passive_text:hover {
  height:25px; 
  line-height:25px;	
  color:#FFFFFF;
  font-weight: regular;
  text-decoration:none;
}




.nav1_active_text, .nav1_active_text:hover {
  height:25px; 
  line-height:25px;	
  color:#e5333a;
  font-weight: bold;
  text-decoration:none;
}



.nav_space {
  float:left;
  background-color:#FFFFFF;
  width:1px;
  height:25px;
}

.nav2_passive {
  width:170px; 
  margin-top:0px;
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  border-bottom: 1px #FFFFFF solid;
}


.nav2_passive:hover {
  margin-top:0px;
  width:170px; 
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  border-bottom: 1px #FFFFFF solid;
  background-color:#d3d3d3;
}

.nav2_active {
  margin-top:0px;
  width:170px; 
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  border-bottom: 1px #FFFFFF solid;
  background-color:#e5333a;

}

a.nav2_passive_text, a.nav2_passive_text:hover { 
  color:#333333;
  text-decoration:none;
  font-weight: regular;
}

a.nav2_active_text, a.nav2_active_text:hover { 
  color:#FFFFFF;
  text-decoration:none;
  font-weight: bold;
}




.nav3_passive {
  width:170px; 
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  border-bottom: 1px #FFFFFF solid;
  background-color:#f3f3f3;
}


.nav3_passive:hover {
  width:170px; 
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  border-bottom: 1px #FFFFFF solid;
  background-color:#f3f3f3;
}

.nav3_active {
  width:170px; 
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  border-bottom: 1px #FFFFFF solid;
  background-color:#FFFFFF;

}

a.nav3_passive_text, a.nav3_passive_text:hover { 
  color:#000000;
  text-decoration:none;
  font-size: 11px;
}

a.nav3_active_text, a.nav3_active_text:hover { 
  color:#000000;
  text-decoration:none;
  font-size: 11px;
}




a.sitemap_level1 {
  display:block;
  color:#e5333a;
  font-weight:bold;
  padding-bottom:5px;;

}


a.sitemap_level2 {
  color:#333333;
  display:block;
}


a.sitemap_level3 {
  color:#333333;
}

.sitemap_level2_container {
  float:left;
  width:50%;
  padding-top:5px;
}


.sitemap_level3_container {
  float:right;
  width:50%;
  padding-top:5px;
}



/* Lightbox */
	#lightbox {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		/*z-index: 100;*/
		z-index: 990;
		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;*/
		z-index: 970;
	}
	#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;
	}
	#imageData {
		padding:0 10px;
	}
	#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;*/
		z-index: 980;
		width: 100%;
		height: 500px;
		background-color: #000;
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}



div.ligallery div.gallery h3 {
			font-size: 10px;
		}
		div.ligallery div.gallery div.description {
			font-size: 10px;	
		}
		div.ligallery div.gallery div.medianame {
			display: block;
		}
		div.ligallery div.gallery div.description {
			display: block;
		}
		div.ligallery div.gallery div.galleryNav {
			background: #CCCCCC;
			text-align: center;
			padding: 1px 0;
                           margin-bottom: 15px;
		}
		div.ligallery div.gallery div.galleryNav a {
			padding: 0 5px;
		}





