div{
	margin: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}
.hide{
	display: none;
}

#titel h1{
	font-size: 2.2em;
	font-weight: normal;
	margin-left: 100px;
}
#titel h1 a{
	color: #3d3d3d;
	text-decoration: none;
}

/*menu*/
#menu_a{
	border-bottom: 0.1em solid #3d3d3d;
	margin-top: -20px;
}
#menu_a ul{
	padding: 0;
	margin: 0;
	margin-left: 100px;
}
#menu_a ul li{
	display:inline;
	font-size: 1.1em;
	font-weight: normal;
}
#menu_a ul li:after{
	content: " /";
	color: #999999;
	font-weight: bold;
}
#menu_a a{
	color: #3d3d3d;
	text-decoration: none;
}
#menu_a a.current{
	color: #999999;
}
#menu_a a:hover{
	color: #f2003f;
}

#menu_b{
	width: 44em;
}
#menu_b ul{
	padding: 0px;
	margin: 0;
	margin-left: 100px;
	margin-bottom: 2em;
}
#menu_b ul li{
	display:inline;
	font-size: 1.1em;
	font-weight: normal;
}
#menu_b ul li:after{
	content: " /";
	color: #999999;
	font-weight: bold;
}
#menu_b a{
	color: #3d3d3d;
	text-decoration: none;
}
#menu_b a.current{
	color: #999999;
}
#menu_b a:hover{
	color: #f2003f;
}

/*content*/
.left{
	margin-left: -100px;
	margin-top: 0px;
	float: left;
	color: #cecece;
	font-size: 1.1em;
	font-weight: normal;
	text-align: right;
	width: 5.5em;
}
.eintrag{
	margin-bottom: 1em;
	width: 30em;
	clear: both;
}
#content{
	padding-left: 100px;
	width: 37em;
	line-height: 1.5em;
	
}
#content a{
	color: #3d3d3d;
	text-decoration: none;
}
#content a:hover{
	color: #f2003f;
	text-decoration: none;
}
#content h3{
	letter-spacing: 0.05em;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px;
}
#content p{
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	font-size: 0.9em;
}
#content p a{
	font-style: italic;
	border-bottom: 1px dashed #cecece;
}
#content ul{
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	padding-left: 1.3em;
}
#content li{
	margin-bottom: 0.6em;
}
#content ul a{
	font-weight: bold;
	letter-spacing: 0.1em;
}
/*seitennavi*/
#seitennavi{
	clear: both;
	padding: 0 1em 0 1em;
	margin: 3em 0 2em 0;
	border-top: 1px dashed;
	font-weight: bold;
	color: #999999;
	width: 28em;
}
#seitennavi a{
	font-weight: bold;
}
.linksb{
	text-align: left;
	float: left;
}
.rechtsb{
	text-align: right;
	float: right;
}
.centr{
	text-align: center;
}

/*formular*/
input{
	background-color: #FDFBFB;
	border:1px solid #3d3d3d;
	padding: 2px;
}
textarea{
	border:1px solid #3d3d3d;
	background-color: #FDFBFB;
	padding: 2px;
}
.err{
	background-image: url(../images/err.png);
	background-repeat: no-repeat;
	height: 100px;
}
.ok{
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	height: 100px;
}

/*bilder*/
.thumb{
	float: left;
	height: 110px;
	width: 110px;
	font-size: 0.8em;
}
.thumbone{
	margin: 0.3em 0.1em 1em 0;
}
.thumbs{
	margin: 0 1.5em 3em 0;
}
.thumb a{
	float: left;
	padding: 5px;
	border-bottom: 1px solid #bebebe;
	border-right: 1px solid #bebebe;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}
.thumb a:hover{
	background-color: #f1f1f1;
}
.thumb img{
	border: none;
}
.thumbtitle{
	clear: left;
}

#footer{
	font-size: 0.8em;
	clear: both;
	border-top: 2px solid #3d3d3d;
	margin-top: 7em;
	padding-bottom: 5em;
	padding-left: 100px;
}
#footer p{
	margin: 0;
}
#footer a{
	color: #3d3d3d;
	text-decoration: none;
}
#footer a:hover{
	color: #f2003f;
	text-decoration: none;
}

/*lightboxstyle*/
#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: 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;
	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 */
	}	
/*ende lightboxstyle*/	
