body, h2, h4, a, img {
	margin: 0;
	padding: 0;

}

body {
	background: url(pix/bg.jpg) repeat-x #405412;
	color: #fff;
	text-align: left;
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: normal;
}

a, img {
	border: 0;
}

a{
	text-decoration: none;
	color:#cbd862;
}

a:hover{
	color: #fff;
}

input, select {
	font-size: 11px;
	margin:2px 2px 2px 0;
}

td{
	padding: 0 16px 4px 0;
}

#wrapper {
margin: 0 auto;
width: 886px;
position: relative;
}

#header{
	width: 886px;
	height: 218px;
/*	background: url(pix/header.jpg) no-repeat;*/
}

#header h1{
	display: none;
}

#nav{
	position: absolute;
	top: 218px;
	left: 63px;
	width: 203px;
	
}
#nav ul{
margin: 0;
padding: 0;
	list-style-type: none;
}
#nav li{
margin: 0;
background: #617c23;
	text-transform: uppercase;
	padding: 6px 4px 6px 16px;
	border-bottom: 1px solid #8aa124;
}

#nav a{
font-size: 13px;
display: block;
	color: #cbd862;
}

#nav a:hover, #nav .current a:hover{
	color: #fff;
}

#nav .current{
	background: url(pix/nav-unterleger.jpg);
}

#nav .current a{
	color: #fff;
}

#nav .last {
	border-bottom: none;
}

.nav-top{
	background: url(pix/nav-top.gif) no-repeat #617c23;
	height: 11px;
}
.nav-bottom{
	background: url(pix/nav-footer.gif) no-repeat;
	height: 11px;
}

#buchungsanfrage{
	background: #617c23;
	padding: 6px 4px 6px 16px;
	text-transform: uppercase;
	text-align: center;
}
#buchungsanfrage a{
	color: #fff;
}
#buchungsanfrage a:hover{
	color: #cbd862;
}

#footer{
text-transform: uppercase;
position: relative;
left: -310px;
top: 40px;
width: 886px;
height: 174px;
	background: url(pix/bg-footer.gif) top no-repeat;
}

#footer-inside{
color: #fff;
padding: 30px 70px;
	text-align: right;
}

#footer-inside p{
	margin: 5px 0;
}


#footer-inside a{
font-weight: bold;
	color: #cbd862;
}
#footer-inside a:hover{
	color: #fff;
	text-decoration: underline;
}


#content{
	position: absolute;
	top: 176px;
	left: 310px;
	width: 508px;
}

#content h2{
	text-transform: uppercase;
}

#content h3{
font-size: 15px;
color:  #cbd862;
padding-bottom: 2px;
	border-bottom: 1px solid #8aa124;
}

#content h4{
font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #cbd862;
	display: inline;

}