body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	background-color: #2e2e2e;
	background-image: url(../gfx/bg.png);
	background-repeat: repeat-x;
}

#main {
	background-color: #e8e8e8;
}

#header {
	width: 847px;
	margin: 0 auto;
	height: 130px;
	background-image: url(../gfx/header.png);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0;
	padding: 33px 0 0;
	width: 263px;
	height: 64px;
	float: left;
	background-image: url(../gfx/logo.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#header h1 a {
	display: block;
	height: 100%;
}
#header h1 a span { display: none; }

ul#navi {
	display: block;
	width: auto;
	float: right;
	margin: 76px 0 0;
	padding: 0;
	list-style: none;
}
/* Webkit */
@media screen and (-webkit-min-device-pixel-ratio:0){
	ul#navi { margin-top: 76px; }
}
/* Firefox */
ul#navi, x:-moz-any-link {
	margin-top: 74px;
}
ul#navi li {
	float: left;
	margin-left: 15px;
}
ul#navi li:first-child { margin-left: 0; }
ul#navi li a:link, ul#navi li a:active, ul#navi li a:visited {
	display:block;
	padding-bottom: 23px;
	font-size: 16px;
	font-weight: bold;
	color: #c7c4c4;
	font-style: normal;
	text-transform: lowercase;
}
ul#navi li a:hover, ul#navi li a:focus, ul#navi li a.select {
	background-image: url(../gfx/pfeil.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#content {
	width: 847px;
	margin: 0 auto;
	background-image: url(../gfx/linie.png);
	background-position: 591px top;
	background-repeat: repeat-y;
	line-height: 20px;
}

#headerimage { clear: both; }

#left-content {
	width: 541px;
	float: left;
	padding: 37px 0;
}

#right-content {
	width: 216px;
	float: right;
	padding: 37px 0;
}

#footer {
	width: 847px;
	margin: 20px auto 0;
	padding-bottom: 20px;
	text-align: center;
	color: #c7c4c4;
}

.greybox {
	background-color: #ccc;
	padding: 10px;
	margin: 0 0 15px;
}
.box {
	padding: 10px;
	margin: 0 0 15px;
}

div.kontakt {
	background-color: #ccc;
	background-image: url(../gfx/kontakt_bg.png);
	background-repeat: no-repeat;
}
div.kontakt h3 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 11px;
	padding: 3px 5px 5px;
}
div.kontakt p {	padding: 0 5px 10px 35px; }
div.kontakt strong.ralf { font-size: 14px; }

div.ads { text-align: center; }
div.ads a img { margin-top: 20px; }

.cleaner {
	clear: both;
	height: 0;
}

p { margin: 0 0 25px; }

a {
	color: #0394b2;
	font-style: italic;
	text-decoration: none;
}

a img { border: none; }

.blau { color: #0394b2; }

h2 {
	color: #0394b2;
	font-size: 22px;
	margin: 0 0 37px;
}

img.portrait {
	width: 199px;
	height: 231px;
	border: 1px solid #333;
	float: left;
	margin:0 20px 7px 0;
}

ul.checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.checklist li {
	margin-bottom: 15px;
	padding-left: 34px;
	min-height: 30px;
	background-image: url(../gfx/check.png);
	background-position: left center;
	background-repeat: no-repeat;
}

table.preisliste td {
	font-size: 12px;
	vertical-align: top;
	padding: 10px 0;
}

dl.camp {
	margin: 0;
	padding: 0;
}
dl.camp dt {
	width: 150px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
dl.camp dd {
	width: 300px;
	float: left;
	margin-bottom: 25px;
}

a.pdf {
	display: block;
	min-height: 50px;
	margin-bottom: 20px;
	padding-left: 50px;
	background-image: url(../gfx/pdf.png);
	background-repeat: no-repeat;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
