p, h1, h2, h3, h4, ul, li {margin:0;padding:0;}
body {
    background-image:url(grafiken/bg.png);
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 14px;
    color:#333;
    line-height: 18px;
}
h1{
	display: none;
}
h2 {
    color: #fff;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    letter-spacing: 1px;
}
h3 {
    color:#652501;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 11px;
    margin-bottom:7px;
}
h4 {
    font-family:Arial, Helvetica, sans-serif;
    color:#652501;
    font-size: 25px;
    font-weight: normal;
    margin-left: 5px;
    margin-bottom: 10px;
}
#rahmen_top {
	position: absolute;
	width: 955px;
	height: 110px;
	top: 20px;
	left: 50%;
	margin-left: -475px;
	background: url(grafiken/top.gif) no-repeat;
	background-position: -1px;
}
#titel {
    margin-top:30px;
    margin-left: 22px;
	height: 52px;
	width: 372px;
}
#beschreibung {
    margin-left: 32px;
}
#wrapper {
	position: absolute;
	width: 955px;
	height:auto;
	top: 129px;
	left: 50%;
	margin-left: -475px;
	background: url(grafiken/wrap.gif) repeat-y 0px;
	}
.content{
    margin-left: 22px;
    margin-right: 25px;
    background-color: #fff;
}
#navigation {
    height: 36px;
    margin-left: 10px;
    font-size: 20px;
}
#navlist { 
    padding-top: 10px;
}
#navlist a{ 
    color:#652501;
    text-decoration: none;
}
#navlist a:hover{ 
    color:#652501;
}
#navlist li{
	float: left;
    padding-right: 20px;
	list-style-type: none;
}
#active a {
    color:#652501;
}
#eyecatcher {
    height: 177px;
}
.infoblock {
    float: left;
    width: 218px;
    height: auto;
    background-color:#DFBF5B;
}
.infoblock_inhalt {
    padding-left: 10px;
}
.kontakt {
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFEAB3;
    height: 118px;
}
.textblock {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 666px;
    height: auto;
}
.angebot {
	float: right;
	width: 200px;
	height: auto;
	margin-right:17px;
	margin-top: 30px;
	margin-left: 20px;
	border: 1px solid #652501;
	background-color: #DFBF5B;
}
.angebot img {
    margin-bottom: 8px;
}
.angebot p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 4px;
}
.footer {
	background-image: url(grafiken/bottom.gif);
	background-repeat: no-repeat;
	height: 57px;
	color:#DFBF5B;
	font-size: 14px;
}
.footer p {
    margin-top: 5px;
    margin-left: 45px;
}
.footer a {
    text-decoration: none;
    color:#DFBF5B;
    font-weight: bold;
    margin-left: 12px;
}
.clear {
    clear: both;
}