* {
	margin:0px;
	padding:0px;
}
body{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	background:url(../img/background.jpg) top left no-repeat;
	background-attachment:fixed;
	font:62,5% "Lucidia Grande", "Lucida Sans", "Verdana", "Arial", "sans-serif";
}
html>body{
	font:10px "Lucidia Grande", "Lucida Sans", "Verdana", "Helvetica", "Arial", "sans-serif";
}
p{
	font-size:1em;
	line-height:1.5em;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
a{
	color:#004;
}
a img{
	border:none;
}	
a:link{
	color:#333;
}
a:focus, a:active {
	background-color:#000;
}
a:hover{
	color:#ccc;
}
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited{
	background:transparent;
	padding-right:0px;
}	
/* Hilfsklassen */
.left{
	float:left;
}
.right{
	float:right;
}
.hidden{
	display:none;
}
img.left{
	margin:10px 10px 10px 0px;
}
img.right{
	margin:10px 0px 10px 10px;
}			
/* Banner */
#banner{
	width:900px;
	height:250px;
	margin:0px auto;
	background:url(../img/banner_dudelsackspieler.jpg) bottom no-repeat;
	padding:0px;
	border:none;
}	
/* Navigation */
#navigation{
	width:900px;
	margin:0px auto;
	font-size:1.4em;
	background-color:#ccc;
}
#navigation .innen{
	width:900px;
	overflow:hidden;
}
#navigation ul{
	padding:0px;
	margin:0px;
	float:left;
	list-style-type:none;
}
#navigation li,
#navigation li.active{
	float:left;
}
#navigation li a{	
	display:block;
	text-decoration:none;
	padding:8px 12px 6px;
	background:transparent;
	float:left;
}
#navigation .active a, 
#navigation li a:hover{
	color:#ccc;
	background-color:#004;
}	
/* Inhalt */
#wrapper{
	background:#fff;
	width:900px;
	margin:0px auto;
	overflow:hidden;
}
#wrapper a{
	color:#004;
}
#wrapper a:link{
	color:#333;
}
#wrapper a:focus, a:active{
	background-color:#fff;
}
#wrapper a:hover{
	color:#ccc;
}	
#main{
	clear:both;
	font-size:1.3em;
	width:440px;
	padding:20px;
	margin:20px 10px 20px 20px;
	border:1px dotted #ccc;
	float:left;
	position:relative;
	z-index:1;
}
#main imagecontainer{
	clear:both;
	float:none;
}	
#boxen {
	list-style-type:none;
	overflow:hidden;
	padding:0px;
	margin:0px;
	position:relative;
	z-index:10;
}	
#boxen2 {
	list-style-type:none;
	overflow:hidden;
	padding:0px;
	margin:0px;
	position:relative;
	z-index:10;
}
#boxen li{
	width:100px;
	float:left;
	padding:10px;
	margin:0px 15px 0px 0px;
	border:1px dotted #ccc;
}	
#boxen2 li{
	width:100px;
	float:left;
	padding:10px;
	margin:0px 15px 0px 0px;
	border:1px dotted #ccc;
}	
#boxen li a img{
	border:none;
	
}	
#boxen2 li a img{
	border:none;
	
}

/* Commentform */
#commentform p{
	overflow:hidden;
	clear:both;
}
#commentform label{
	float:left;
	width:200px;
}
#commentform label small{
	display:block;
}
#sidebar{
	font-size:1.1em;
	width:328px;
	padding:10px;
	margin:20px 20px 20px 10px;
	border:1px dotted #ccc;
	float:right;
	position:relative;
	z-index:1;
}
#sidebar img{
	float:right;
	margin:0px 0px 10px 10px;
}
#sidebar h2{
	text-align:center;
}								
/* Footer */
#footer{
	background:#ccc;
	width:900px;
	margin:0px auto;
	text-align:center;
	color:#FFFFFF;
}
#footer a{
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
}		
/* Lightbox */
#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:img/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(../img/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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; }
					
