/* CSS Document */
html,body {
background: #cccccc url(kachel1.gif);
text-align:center;
color:#ff9933;
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}

#container {
background-color:#ffffff;
width:800px;
text-align:left;
margin:1em auto;
padding:0;

}

#header {
width:800px;
height:240px;
background:#ffffff url(layout_01.jpg) no-repeat;
float:left;
margin:0;
padding:0;
}

#main {
float: left;
width: 800px;
background: #ffffff;
}

#left {
background: #ffffff url(layout_02.jpg) no-repeat;
width:170px;
font-size: 10px;
float:left;
margin:0;
padding:0;
}

#wetter {
width: 160px;
float:left;
padding-left:10px;
}

#center {
background: #ffffff url(layout_03.jpg) no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
width:630px;
float:left;
color:#333333;
font-size: 11px;
line-height:1.3;
}


#footer {
height:59px;
width:800px;
background:#ffffff url(bg_footer.jpg) no-repeat;
float: left;
margin:0;
color:#333333;
font-size: 11px;
}


.headline {
margin-top: 30px;
}




#left ul.nav1st {
margin-top: 30px;
padding-left: 10px;
margin-left: 0px;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
letter-spacing: 0.06em;

}

 
#left ul.nav1st a {
display: block;
padding: 3px;
width: 130px;
color: #287d28;
border-bottom: 1px solid #7f684c;
}

#left ul.nav1st a:link, #left a:visited
{
color: #287d28;
text-decoration: none;
}

#left ul.nav1st a:hover
{
background-color: #b08b63;
color: #fff;
}

#center ul {
list-style-image:url(arrow.gif);
}

#center ul li {
line-height: 1.4;
margin-bottom: 2px;
}

#center a img { border: 2px solid #b7926b; }

#center a {color: #b08b63; }

#center a:hover {color: #b08b63; }





/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin-left:20px;
	padding:0px;
	width:428px;
	color:#666;
	font-family: Verdana, arial, helvetica, serif;
	font-size:11px;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:12px;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	border-top:0px solid #96826e;
	margin:0;
	padding:0;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:110px;
	}

#form-module label.checkbox {
	width:245px;
	}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	font-size:11px;
	color:#804040;
	margin:5px 5px 0px 5px;
	width:245px;
	border:1px solid #96826e;
	}

#form-module input.text {
	height:16px;
	
	}

#form-module input.checkbox {
	width:110px;
	padding:0;
	border:none;
	text-align:right;
}

#form-module input.submit { 
	margin:5px 5px 5px 127px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:Tahoma, verdana, arial, helvetica, serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#ffffff;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	
	color: #287d28;
	font-family:Tahoma, verdana, arial, helvetica, serif;
	font-size:11px;
	padding-left: 40px;
}

/* lightbox
*******************************************************************************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}



#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	color: #ffffff;
	}

#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: #5eaead;
	}
	
/* ///////////////////////////////////////////// Kontaktformular mit Captcha ///////////////////////////////////////////// */
	

#kontakt fieldset {
width:350px;
border: 0;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 30px;
}

#kontakt .inpt{
border: 1px solid #96826e;
margin: 3px 0px 0px 0px;
padding:3px 2px 3px 3px;
color: #96826e;
font-size:11px;
width:270px;
}

#kontakt .txt {
border: 1px solid #96826e;
color: #96826e;
font-size:11px;
padding:3px 2px 3px 3px;

}

#kontakt input{
color: #96826e;
font-size:11px;
border: 1px solid #96826e;
padding:3px 2px 3px 3px;

}

#center .danketext {
color: green;
margin:5px 220px 10px 0px;
font-size:11px;
}

#center .spameingabe {
margin-left: 10px;
}

#kontakt img {
margin-right:15px;
}