

body {
	margin:0px;
	background-image: url(../pix/hg.jpg);
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", "Calibri", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#444444;
	overflow-y:scroll;
}

#wrapper {
	width:900px;
	height:auto;
	margin:auto;
	
}

#logo_navi {
	width:200px;
	height:500px;
	margin-top:43px;
	background-color:#ffffff;
	float:left;
	display:inline;
}

#head {
	width:520px;
	height:93px;
	margin-left:180px;
	margin-top:39px;
	background-image:url(../pix/slogan_head.png);
	background-repeat:no-repeat;
	float:left;
	display:inline;
	
}

#inhalt {
	width:700px;
	height:auto;
	margin-bottom:30px;
	float:left;
}

#textblock {
	width:340px;
	height:auto;
	margin-top:65px;
	margin-left:50px;
	float:left;
	display:inline;
}

#navi_oben {
	width:260px;
	margin-left:50px;
	margin-top:30px;
	text-align:right;
	float:left;
	display:inline;
}

#bildblock {
	width:260px;
	margin-top:70px;
	margin-left:50px;
	float:left;
	display:inline;
}

#ski {
	width:260px;
	height:283px;
	margin:70px 0px 0px 50px;
	float:left;
	padding:0;
	}

#footer {
	width:880px;
	height:40px;
	margin-bottom:30px;
	background-color:#cfcfcf;
	clear:both;
	background-image:url(../pix/footer.gif);
	background-repeat:repeat-x;
	text-align: center;
	padding-right:20px;
}

.bild {
	border:solid 6px #ffffff;	
}




/* ########################## NAVIGATION ############################ */


#navi {
	width: 200px;
	float:left;
	display:inline;
	background:url(../pix/hg_subnavi.jpg);
	}

#navi ul {
	list-style-type: none;
	padding: 0px;
	margin:0000;	
	}
	
#navi li {
	display: block;
	}

#navi li a, #navi li a:link {
	text-decoration: none;
	display: block;
	color: #5a4632;
	width: 150px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left:50px;
	background-repeat:no-repeat;
	background-image:url(../pix/navi_hg.gif);
	}
	
#navi li a:visited {
	color: #444444;
	background-image:url(../pix/navi_hg.gif);
	}

#navi #sub_akt { 
	color: #ffffff;
	background-image:url(../pix/navi_hg_hover.gif);
} 

#navi li a:hover, #navi li a:active, #navi li a:focus {
	color: #ffffff;
	background-image:url(../pix/navi_hg_hover.gif);
}


.formular {
	color: #444444;
	background-color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-indent:5px;
	margin-bottom:15px;
	vertical-align:top;
	line-height:20px;
	font-weight: normal;
	border: 1px solid #777777;
	font-family:"Trebuchet MS", Georgia, Arial;
	}


.button {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight:600;
	line-height:20px;
	border: 1px solid #777777;
	font-family:"Trebuchet MS", Georgia, Arial;
	}


/*########################## senden ##############################*/	
	
input.senden {
	width:80px;
	height:20px;
	background:url(../pix/senden.gif) no-repeat left top;
	color:#ffffff;
	border:#C00518 1px solid;
	margin:0;
	padding:0px 0px 4px 0px;	
	}
	
input.senden:hover {
	background:url(../pix/senden.gif) no-repeat bottom left;
	}
	

/*########################## reset ################################*/
	
input.reset {
	width:80px;
	height:20px;
	background:url(../pix/senden.gif) no-repeat left top;
	color:#ffffff;
	border:#C00518 1px solid;
	margin:0px 0px 0px 10px;
	padding:0px 0px 4px 0px;	
	}
	
input.reset:hover {
	background:url(../pix/senden.gif) no-repeat bottom left;
	}



/* ########################## LIGHTBOX ############################ */	
	
#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;
	}
	
	
ul#profil {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
#profil li {
	margin-bottom:8px;
	padding:0;
	}
	
.bild {
	position:relative;
	margin:0;
	padding:0;
	display:inline;
	left:-3px;
	top:4px;
	}
	
	
.language {
	height: 11px;
	width: 65px;
	float: right;
	margin-right: 95px;
	margin-top: 4px;
}
.language a { text-decoration: none; color: #6C6C6C;}


.language a img { border: none; }
