/*****************************************************

Styles für Vita Essentials

******************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

ol, ul{
	list-style: none;
}

fieldset,img{
	border: 0;
}

abbr{
	text-decoration: none;
	border-bottom: 0em none;
}

.hidden{
	display: none;
}

html{
	height: 100%;
}

body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #633411;
	background-image: url(../img/wood.jpg);
	background-repeat: repeat;
	background-position: top left;
	height: 100%;
	vertical-align: middle;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-334px; /* half of container's height */
	float:left;
}

div#main{
	position:relative; /* puts container in front of distance */
	clear:left;
	width: 1000px;
	height: 668px;
	margin: 0 auto;
	background-image: url(../img/frame.png);
	background-repeat:no-repeat;
	background-position: top left;
	text-align: left;
}

img#mainimage{
	position: absolute;
	top: 2px;
	left: 2px;
	height: 658px;
}

img#mainimageHome{
	position: absolute;
	top: 2px;
	left: 2px;
	height: 658px;
}

div#navigation{
	position: absolute;
	left: 55px;
	top: 0px;
	width: 200px;
	height: 660px;
	background-color: #FFF;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Mozilla */
	opacity: 0.90; /* Opera */
}

div#navigation h1{
	margin: 25px 0px 5px 17px;
}

div#navigation ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 50px 16px 0px 16px;
	text-transform: uppercase;
}

div#navigation li{
	padding: 13px 0px 13px 0px;
	border-top: 1px solid #633411;
}

div#navigation li a{
	color: #633411;
	text-decoration: none;
	letter-spacing: 1px;
}

div#navigation span{
	color: #004174;
	text-decoration: none;
	letter-spacing: 1px;
}

div#navigation li a:hover{
	color: #004174;
	text-decoration: none;
}

div#navigation #footernav{
	position: absolute;
	bottom: 10px;
}

div#navigation #footernav li{
	background: none;
	border-top: 0px none;
}

div#content{
	position: absolute;
	top: 28px;
	right: 43px;
	width: 410px;
	line-height: 150%;
}

div#content h2{
	color: #004174;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 45px 0px 20px 0px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
}

div#content p{
	margin: 0px 0px 10px 0px;
}

div#content p.angebotlinks{
	color: #004174;
	line-height: 18px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

div.kontakt h2{
	margin-top: 58px !important;
}

div.impressum h2{
	margin-bottom: 10px !important;
}

div.kontakt iframe{
	margin: 25px 0px 12px 0px;
}

#imagecaption{
	font-size: 9px;
	display: block;
	margin: 0px 0px 20px 0px;
}

div#content img{
	height: 170px;
}

div.galerie{
	right: 23px !important;
	width: 420px !important;
	top: 140px !important;
}

div.galerie img{
	height: 105px !important;
	width: 105px;
	margin: 0px 25px 25px 0px;
}

div.galerie div{
	float: left;
	clear: left;
	color: #004174;
}

div#content a{
	color: #633411;
	text-decoration: underline;
}

div#content a:hover{
	color: #004174;
	text-decoration: none;
}

div#content h4{
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

div#content h3{
	color: #004174;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: normal;
}


#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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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: #E5C483; }
