/* Allgemeines */
*{
	padding: 0;
	margin: 0;
	border: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
/*	line-height: 17px; */
	line-height: 16px;
	color: #333;
	background-image:url(../img/hintergrund.gif);
	background-attachment:fixed;
	background-color:#000000;
	}

/* Clear Class */
.clear {
	clear: both;
}

img, a img {
	border: 0;
}

.clear {
	display: none;
}

hr {
	border: 1px solid;
	border-color: #dfe6f1;
	margin: 3px 0px 3px 0px;
	}

.hrsolid {
	overflow: hidden;
	height: 2px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size:1px;
	background: #dfe6f1;
}


/* Absaetze */
p {
	font-size: 12px;
	color: #333333;
/*	margin-bottom: 12px; */
	margin-bottom: 8px;
	}

small {
	font-size: 11px;
	color: #333333;
	}

h1 {
	font-family: Helvetica,Helv;
/*	font-variant: small-caps; */
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;	
	color: #2956a2;
	/* margin: 3px; */
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 3px;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #2956a2;
	/* margin: 3px; */
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;	
	color: #0f4d95;
	}
	
li, ul {
	list-style-type: square;
	font-size: 12px;
	color: #333333;
	margin-left: 7px;	
	}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #d8d8d8;
	}

/* Layout */
#wrapper {
	width: 915px;
	margin:0 auto;
	}

#logo {
	width: 915px;
	height: 86px;	
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	}

#navi {
	width: 915px;
	}
	
#linie {
	width: 915px;
	height: 4px;
	background-color: #5ba1e6;
}

#header {
	width: 925px;
	height: 136px;
	margin: 7px 0 0 0;
}

#sidebarlinks{
	width: 130px;
	border: 1px solid #599ee5;
	background-color: #ffffff;
	margin: 0 4px 0 0;
	padding: 20px 15px 20px 15px;
	-moz-opacity: 0.92;
	filter:alpha(opacity=92);
	float: left;
	}

#sidebarlinksnavi{
	width: 130px;
	border: 1px solid #5ba1e6;
	background-color: #ffffff;
	margin: 4px 10px 0 0;
	padding: 20px 15px 20px 15px;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
	float: left;
	}
	
#sidebarlinksleer{
	width: 130px;
	margin: 4px 10px 0 0;
	padding: 20px 15px 20px 15px;
	float: left;
	}

#sidebarrechts{
	width: 183px;
	/* min-height: 462px; */
        /* height: 100%; */
	height: 494px;
	border: 1px solid #599ee5;
	background-color: #ffffff;
	margin: 4px 0 0 10px;
	padding: 20px 15px 20px 15px;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
	float: left;
	}

#sidebarrechts:after { content:"clear"; clear:left; display:block; height:0; overflow:hidden; visibility:hidden; }

#subcontent {
	width: 495px;
	min-height: 460px;
	border: 1px solid #599ee5;
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  	-moz-opacity: 0.90;
	filter:alpha(opacity=90);
	float: left;
	}

#content {
	width: 475px;
	/* min-height: 460px; */
	height: 494px;
	border: 1px solid #599ee5;
	background-color: #ffffff;
	margin: 4px 0 0 0;
	padding: 20px 20px 20px 20px;
  	-moz-opacity: 0.90;
	filter:alpha(opacity=90);
	float: left;
	}

#contentscrolled {
	/* width: 455px; */
	width: 475px;
	/* min-height: 460px; */
	height: 494px;
	overflow: auto;

	border: 1px solid #599ee5;
	background-color: #ffffff;
	margin: 4px 0 0 0;
	padding: 20px 20px 20px 20px;
  	-moz-opacity: 0.90;
	filter:alpha(opacity=90);
	float: left;
	}

#subcontentgross {
	width: 690px;
/*  	min-height: 462px; */
	min-height: 504px;
	border: 0;
	background-color: #ffffff;
/*	background: transparent; */
	margin: 7px 0 0 0;
	padding: 0 0 0 0;
	-moz-opacity: 0.90;
	filter:alpha(opacity=90);
	float: left;
	}

#contentgross {
	width: 648px;
	min-height: 462px;
	height: 494px;
	border: 1px solid #599ee5;
	background-color: #ffffff;
	margin: 4px 0 0 0;
	padding: 20px 20px 20px 20px;
 	-moz-opacity: 0.90;
	filter:alpha(opacity=90);
	float: left;
	}

#contentgrossscrolled {
	width: 648px;
	/* min-height: 462px; */
	height: 494px;
        overflow: auto;

	border: 1px solid #599ee5;
	background-color: #ffffff;
	margin: 4px 0 0 0;
	padding: 20px 20px 20px 20px;
	-moz-opacity: 0.90;
	filter:alpha(opacity=90);
	float: left;
	}

#footer {
	width: 883px;
	border: 1px solid #599ee5;
	background-color: #ffffff;
	padding: 3px 15px 3px 15px;
	margin: 7px 0 4px 0;
	clear:both;
	font-size: 11px;
	line-height: normal;
	-moz-opacity: 0.80;
	filter:alpha(opacity=80);
	float: left;
	}

/*navigation anfang*/
a:link {
	color: #0f4d95;
	text-decoration: underline;
	}

a:visited {
	color: #0f4d95;
	text-decoration: underline;
	}

a:hover {
	color: #5ba1e6;
	text-decoration: underline;
	}

a:active {
	color: #0f4d95;
	text-decoration: underline;
	}
	
ul#navlist  {
 	height: 20px;
	font-size: 11px;
	font-weight: bold;
   	display: block;
	list-style: none;
	margin-top: -24px;
   	padding: 0;
	float: left;
   }
   
ul#navlist li {
	font-size: 11px;
   	display: inline;
   	padding: 0;
	list-style-type: none;
   }
   
ul#navlist a:link {
   	text-decoration: none;
   	padding: 7px 12px 7px 12px;
	margin-left: 2px;
	color: #ffffff;
	background-color: #0f4e95;
	 }

ul#navlist a:visited {
   	text-decoration: none;
   	padding: 7px 12px 7px 12px;
	margin-left: 2px;
	color: #ffffff;
	background-color: #0f4e95;
   	}
   
ul#navlist a:hover {
   	text-decoration: none;
   	padding: 7px 12px 7px 12px;
	margin-left: 2px;
	color: #ffffff;
	background-color: #5ba1e6;
   	}    
        
ul#navlist a:active {
   	text-decoration: none;
   	padding: 7px 12px 7px 12px;
	margin-left: 2px;
	color: #ffffff;
	background-color: #0f4e95;
   	}


/*subnavigation anfang*/
#sidebarnavlist {
	margin: 0; 
	width: 145px;
	}
	
#sidebarnavlist li {
	padding: 0; 
	margin: 0; 
	}
	
#sidebarnavlist a:link {
	display: block;
	font-size: 12px;
	font-style: bold;
	text-decoration: none;
	height: 18px;
	border-bottom: 1px dotted #5ba1e6;
	color: #333333;
	}
	
#sidebarnavlist a:visited {
	display: block;
	font-size: 12px;
	font-style: bold;
	text-decoration: none;
	height: 18px;
	border-bottom: 1px dotted #5ba1e6;
	color: #333333;
	}

#sidebarnavlist a:hover {
	display: block;
	font-size: 12px;
	font-style: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #0f4e95;
	}	
	
#sidebarnavlist a:active {
	display: block;
	font-size: 12px;
	font-style: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #0f4e95;
	}	
	
/*subnavigation ende*/
/*navigation ende*/

/* lightbox  anfang*/
#lightbox{
	position: absolute;
	top: 40px;
	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: 11px 	Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: normal;
	}

#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;
	width: 100%;
	height: 500px;
	background-color: #0f4d95;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	opacity: 0.5;
	}
	

.clearfix:after {
	content: "."; 
	contentscrolled: "."; 
	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 */
	}	
/* lightbox ende*/

