html {
    overflow-y: scroll !important;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    background-color: #dddddd;
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
    color: #454545;
    font-family: Georgia,Baskerville,serif;
    font-size: 12px;
	line-height: 21px;
}
#container {
    width: 802px;
    background-color: white;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-image: url(images/contentbg.gif);
    background-position: center 300px;
    background-repeat: repeat-y;
	margin-bottom: 50px;
}
#header {
    width: 798px;
    height: 29px;
    padding-top: 272px;
    padding-left: 4px;
    background-image: url(images/header.jpg);
}
#header h1 {
    display: none;
}
#header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#header ul li {
    margin: 0;
    padding: 0;
    float: left;
    background: none;
}
#header ul li a {
    display: block;
}
#header ul li a:hover img {
    visibility: hidden;
}
#header ul li img {
    display: block;
    border: none;
}
#footer {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 802px;
    clear: both;
    background-color: #dddddd;
    height: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top: 4px solid white;
}
#footer a {
    color: #454545;
}
#content {
    margin-top: 32px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 60px;
}
h2 {
    color: #458866;
    font-size: 22px;
	margin-bottom: 24px;
	font-family: Calibri,Georgia,Baskerville,serif;
}
h3 {
	font-family: Calibri,Georgia,Baskerville,serif;
    font-size: 17px;
	margin:30px 0 10px;
}
h4 {
    font-size: 13px;
}
ul {
    margin-left: 75px;
    list-style-type: none;
    padding-left: 0;
}
ul li {
    margin-left: 0;
    padding: 5px 0 5px 20px;
    background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
ul .angebot{
    list-style-type: none;
    padding-left: 0;
}
ul.angebot li {
	padding: 10px;
	display:block;
    margin-left: 0;
    line-height: 150%;
	background:none;
	clear:left;
}
ul.angebot img {
	float: left;
	clear: left;
	margin-right:20px;
}
ul.angebot p ,
ul.angebot h4 {
	margin-left: 220px;
}
a {
    color: #bc8c46;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

p .underline {
	text-decoration: underline;
}

.preis {	
	font-weight: bold;
	font-size: 13px;
}

.zelt {
	float: left;
	margin:35px 30px 0 60px;
}

.clear {
	clear: both;
}

.angebotsteaser {
	margin: 10px 0 10px 0;
	font-weight: bold;
	color: #990000;	
}

.oezeiten {
	margin-top: 30px;
}