* {
	padding: 0;
	margin: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #ffffff;
	background-image: url(Bilder/wood27_3.jpg);
	background-repeat: repeat;
}

img { border: none; }
a {
	color: #554400;
	text-decoration: none;
}
a:hover { text-decoration: underline; color : #fff; }

#wrap {
	width: 900px;
	background-color: #FFFFE6;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 4px solid #660000;
}
.header {
	padding-top: 0px;
	height: 120px;
	text-transform: uppercase;
	background-image: url(Bilder/Banner_berge_logo.jpg);
	background-color: #ffffff;
}
.header h1 {
font-size: 34px;
font-weight: 100;
padding: 10px 0 4px 10px;
letter-spacing: -3px;
}
.header h1 a {
	color: #554400;
	text-decoration: none;
}
.header h1 a:hover { 
color: #fff;
text-decoration: none; 
}
.header h2 {
font-size: 17px;
font-weight: 100;
color: #fff;
padding-left: 12px;
}

.navigation {
	padding-top: 20px;
	float : left;
	list-style: none;
	width: 225px;
}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
}
.navigation a, 
.navigation a:visited {
	text-transform:uppercase;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	color: #FFFFE6;
	background: #FFFFE6;
	text-decoration: none;
	border-bottom: 1px solid #FFFFE6;
}
.navigation a:hover {
	color: #FFFFE6;
	background-color: #FFFFE6;
}

.content {
	float: right;
	width: 650px;
	padding: 10px;
	border-left: solid 1px #660000;
	background-color: #FFFFFF;
}
.content h2 {
	color: #554400;
	font-size: 28px;
	letter-spacing: -2px;
	font-weight: 100;
	padding: 10px 0 10px 0;
	text-transform: uppercase;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

.footer {
	padding: 10px;
	font-size: 11px;
	color: #660000;
	text-align: center;
	background-color: #FFFFFF;
	border-top:solid 1px #660000
}
.footer a {
color: #aaa;
}

/* -----------text--------------------------- */

.Ueberschrift {
	font-size: 22px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #660000; 
	}

.Ueberschrift_black {
	font-size: 22px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #660000; 
	font-weight: bold;}
	
.Ueberschrift_black_klein {
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #660000; 
	font-weight: bold;}

.textnorm {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.textnorm_fett {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-weight: bold;
}
.textgross {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.textklein {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.fusszeile {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
}


#lightbox{
	position: absolute;
	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;
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
