@charset "UTF-8";
/* CSS Document */

body {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Arial, sans-serif;
	background-color: #FFF;
}

#header 
{
	height: 120px;
	padding: 10px 0;
	background-color: #FFF;
	

}
	#header a img
	{ 	border: none; 
	}


#menu
{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #5F569E;
	

}

#dropdown
{	
	margin: 0 20px;
	z-index: 30;
	font-weight:200;
	font-size: 14px;
	}

#home 
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}

#home a:hover
{	background: #FB9A06;
	color: #5F569E}
	
#contact a:hover
{	background: #FB9A06;
	color: #5F569E}


#sprache img {
	float: right;
	padding: 5px 5px 0px 0px;
	border: none;
}
	
	

#dropdown li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}

#dropdown li a
{	display: block;
	margin: 0;
	padding: 5px 15px;
	width: auto;
	background: #5F569E;
	color: #FFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	}

/*#dropdown li a:hover
{	background: #FB9A06;
	color: #5F569E}*/

#dropdown div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #5F569E;
	}

	#dropdown div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 15px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #5F569E;
		color: #FFF;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #FFF}

	#dropdown div a:hover
	{	background: #FB9A06;
		color: #5F569E;
		}



/*Editierbarer Content*/
#content 
{
	background-color: #FFF;
	float: left;
	width: auto;
	padding: 20px 0;
	color: #3E3E3E;
	font-weight:100;
	font-family: Arial, Arial, sans-serif;
	font-size: 14px;
	line-height:130%;
}

	#content a img
	{	border: none; 
	}
	
/*Überschriften*/
h1 {
	font-size: 34px;
	color: #3D3D8C;
	font-weight:500;
	
}
h2 {
	font-size: 18px;
	color: #5F4A97;
}
h3 {
	font-size: 18px;
	color: #494949;
}
h4 {
	font-size: 20px;
	color: #494949;
	font-weight:500;
	text-align:center;
	line-height:140%;
	margin-top: 40px;
	margin-bottom: 40px;
}
h5 {
	font-size: 20px;
	color: #494949;
	font-weight:500;
	line-height:130%;
}
h6 {
	font-size: 20px;
	color: #494949;
	font-weight:500;
	margin-top: 5px;
	margin-left: 100px;
}

strong {
	color: #3E3E3E;
	font-weight:700;
	
}
a {
text-decoration: none;
}

li {
	margin-left: 10px
}

.colored{
	color: #3D3D8C;
	font-size: 16px;
	
}

.underline {
	text-decoration: underline;
}
.align_oben {
vertical-align:top;
}

.imgright {
float:right;
margin:6px 0 6px 20px;
}

#examples{
	margin-left: 4% ;
  	margin-right: 4% ;
}

/*ligthbox css für bilder show*/
#lightbox{	position: absolute;	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;}
#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: #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; }


/* Versteckkasten */
.kasten{
/*border:1px solid #3D3D8C;*/
padding: 10px;
margin: 5px 0px 15px 15px;
}

a.hlink:link, a.hlink:visited {
padding: 3px;
color: #3D3D8C;
text-decoration: none;
margin-bottom: 4px;
text-transform: none;
}


a.hlink:hover {
color: #FB9A06;
}




/*Fußleiste*/
#footer {
	background-color: #5F569E;
	text-align: right;
	height: 23px;
	clear: both;
	font-family: Helvetica;
	font-size: 10px;
	line-height: 25px;
	color: #C1BDC4;
	padding-top: 3px;
}

#footer a{
	float: left;
	text-decoration: none;
	color: #FFF;
	padding: 0 10px;
}