@charset "utf-8"

/*allgemeines zuruecksetzen*/
* {
    margin: 0;
    padding: 0;
}
body{
font-family: 'Trebuchet MS', Verdana, Tahoma;
font-size: 16px;

}



div#head{
width: 980px;
height: 223px;
margin: auto;
margin-bottom: 0;
padding:0;
position: relative;
float: top;
background: url(img/banner.jpg) bottom no-repeat;


}
#head ul{
position: absolute;

right: 102px;
padding: 0;
bottom: 20px;
margin: 0;



}
#head ul li {
  float: left;
  list-style: none;
  text-align: center;
  margin: 0;  
  font-family: 'Times New Roman', 'Trajan Pro';
  
}

#head ul a{
  margin: 0;  
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 129px;
  background: url(img/button.jpg) center;
  color: white;
  font-size: 1.3em;
  text-decoration:none;
    
  
}

#head h1{
margin-top: 0;
padding:0;
margin-left: 103px;
}



div#background{
margin-top:0;
padding:0;
width: 929px;
background: url(img/background.gif);
margin-left: auto;
margin-right: auto;
clear:both;


}
div#content{
margin: auto;
margin-top: 0;
padding: 0;
width: 869px;
overflow: visible;
background: url(img/background.jpg);
background-repeat: repeat;
}
div#footer{
margin: auto;
background: url(img/rand_u.gif) no-repeat;
width: 929px;
height: 31px;

}

div#impressum{
width: 929px;
margin: auto;
background-color: white;

}
#impressum img{
border: 0 none;
}
#impressum a:link, #impressum a:visited{
float: right;

text-decoration: none;
color: white;
}

div#anfahrt{
margin-top: 20px;
margin-left: 20px;
}
#galerie h2{
margin: 0;}

/*Allgemeins */

.no_deco{
list-style: none;
margin:0;
padding-bottom: 10px;
}
p{
margin: 0;
margin-left: 20px;
}
strong{
color: #336600;
}
#content h1, h2, h3{
margin-top:0;
margin-bottom: 0px;
margin-left: 20px;
}
hr{
height: 2px;
margin-left: 20px;
color: #A5A5A5; 
background-color: #A5A5A5;
border: 0;
margin:0;
margin-right: 20px;
}

blockquote{
margin-bottom: 0;
padding-top: 0px;
padding-bottom: 20px;
font-style: italic;
}
a:link{
color: #A66F00;
}
a:visited{
color: #BC3F00;
}

h4{
margin-left: 20px;
margin-bottom: 0;
color: #A66F00;
}
ol{
margin-top: 0;
margin-bottom: 0;
padding-bottom: 5px;
}

/*Seite 'Über uns' */
p.geschichte{
margin-bottom: 5px;
}

/*Seite 'Leistungen' */
p.leistung{
text-align: justify;
line-height: 1.6;
margin-bottom: 7px;
}

img.leistung{
margin-top: 0;
border: 3px solid #336600;
}

div#leistung_left{
width: 370px; 
float: left;
padding-right: 45px;

}



h2#main{
margin-bottom: 0px;
margin-top:0;
}
img#main{
margin: 20px;
margin-top: 50px;
}
div#news{
margin-top: 50px;
width: 300px;
float: left;
}
p#news{
border: 3px solid #336633;
padding: 10px;
margin-bottom: 20px;
}

hr.bottom{
margin-bottom: 20px;
}
hr.galerie{
margin-top: 20px;
}





h3{
color: #336600;
}
p.kontakt{
padding-bottom: 20px;
}

ul#bildleiste{
margin-left: 0px; 
padding:0;
}
#bildliste li{
float: left;
list-style: none;
margin-right: 10px;
}
#bildliste li a:link{
text-decoration: none;
color: transparent;
}

div#galerie{
margin-left: 20px;
}
#galerie a:link{
text-decoration: none;
margin-bottom: 10px;
margin-right: 10px;
}



/* Kontaktformular */
form {
margin-right: 30px;
margin-bottom: 20px;
margin-left: 20px;
margin-top: 0px;
float: left;



}
#person label 
{
display: block;
font-weight: bold;

} 
fieldset {
border: 1px solid #A5A5A5;
background: transparent;
margin-bottom: 5px;
width: 410px;



}
legend {
font-weight: bold;
font-size: 100%; 
color: #336600;
}
textarea 
{
width: 375px;
height: 125px;
margin-bottom: 5px;
margin-left: 15px;
}
input#homepage{
visibility: hidden;


}
 


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(css/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(css/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(css/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}



