html {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
	background: url('../images/bg_body.jpg') no-repeat center top #BAAA9E;
	}
body {
	background: url('../images/bg_body_x.png') repeat-x 0px 90px transparent;
	margin: 0 auto;
	}
	
a {
	color: #930;
	font-weight: bold;
	text-decoration: underline;
	}

#wrapper {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	}
	
#logo {
	position: absolute;
	right: 10px;
	top: 150px;
	border: none;
	}
	
#navi {
	float: left;
	width: 180px;
	padding: 100px 0px 0px 0px;
	}
	
#maincontainer {
	margin-left: 200px;
	background: url('../images/bg_wrapper_y.png') repeat-y 0px 0px transparent;
	width: 690px;
	padding: 20px 20px 20px 8px;
	}
	
#footer {
	background: url('../images/bg_wrapper_bottom.png') no-repeat 0px 0px transparent;
	margin-left: 200px;
	padding: 20px 20px 40px 20px;
	width: 670px;
	}
#footer #copy {
	width: 400px;
	float: left;
	}
#footer #impress {
	text-align: right;
	}
	
#head_image {
	height: 215px;
	overflow: hidden;
	}
#head_image img {margin-top: -100px;}

h1 {
	font-size: 28px;
	color: #666666;
	font-weight: normal;
	padding-top: 16px;
	}
h1.title {
	padding-left: 10px;
	}
#inhalt {
	padding: 10px;
	}
	
	
/* NAVI */
#navi ul { 
	list-style: none; 
	margin: 0;
	padding: 0;
	}
#navi ul li {
	border-bottom: 1px solid #666;
	padding: 5px;
	}
#navi ul li.last { border: none; }
#navi ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	}
#navi ul li a:hover {
	color: #f0f0f0;
	}
	
	
/* GENERAL */	
h3 {
	color: #666;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #ccc;
	}
#inhalt img {
	border: 3px solid #ccc;
	}
img.img_left {
	float: left;
	margin: 0px 10px 10px 0px;
	}
#inhalt td.value img,
img#impressum { border: none; }
.clear { clear: left; }
.clear_both { clear: both; }
img#karte { 
	float: right; 
	margin: 0px 0px 10px 20px;
	}

table {
	margin: 10px 0px;
	border-collapse: collapse;
	width: 90%;
	}
table td,
table th {
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 2px 0px;
	}
	
hr { border: none; border-bottom: 1px solid #ccc; }

/* FORMULARE */
form { margin-bottom: 40px; }
.input_group {
	position: relative;
	padding: 5px 0px;
	width: 500px;
	}
.textarea { height: 130px; }
.input_group input,
.input_group textarea {
	position: absolute;
	right: 0px;
	width: 300px;
	border: 1px solid #ccc;
	padding: 2px;
	}
.input_group textarea { height: 120px; }
.input_group input:focus,
.input_group textarea:focus {
	border: 1px solid #336600;
	}
.input_group input[type=submit] { width: 305px; font-weight: bold; }

/* AUSSTATTUNG */
p.clear { clear: both; }
.top_table {
	width: 525px;
	}
.category_group {
	clear: both;
	}
.category_group table {
	width: 100%;
	margin: 10px 0px;
	}
.category_group table td.key {
	width: 75%;
	}
.category_group table td.value {
	text-align: right;
	}
.left_col {
	width: 210px;
	float: left;
	margin: 0px 15px 0px 0px;
	}
.center_col {
	width: 210px;
	float: left;
	margin: 0px 15px 0px 0px;
	}
.right_col {
	width: 210px;
	float: right;
	margin-right: 10px;
	}
	
/* GALERIE */
#gallery img {
	border: 2px solid #ccc;
	margin: 0px 8px 8px 0px;
	}
	
/* ORT */
img#karte {
	float: right;
	margin: 0px 0px 20px 20px;
	}
	
/* DISTANZEN */
#distanzen {
	float: right;
	margin: 0px 0px 120px 40px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#distanzen h3 {
	margin-top: 0px;
	}
	
#maincontainer #inhalt #impress { border: none; }

