﻿body {
	color: black;
	font-size: 14px;
	font-family: Verdana;
	/*background-image: url('../img/hintergrundfoto2.png');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: 100% 100%;*/
	background-color: white;
}
#container {
	background-color: #fff;
	width: 1200px;
	margin: auto;
	text-align: justify;
	margin-top: 110px;
}
#header {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #471F00;
	background-color: #fff;
	position:absolute;
	top:0px;
	/*left: auto;
	right: auto;
	height: auto;*/
	margin: auto;
	clear:both;
	/*border-bottom: medium #471F00 solid;*/
	width: 1200px;
}
#mainnav {
	background-color:#471F00;
	overflow: hidden;
	height: 38px;
	margin-left: 400px;
	/*border-left: medium #471F00 solid;*/
}
#content {
	font-size: 12px;
	text-decoration: none;	
	min-height: 650px;
	padding-bottom:3em;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
#content a {
	text-decoration:none;
}
#content a:hover {
	text-decoration: underline;
}
#foot {
	width: auto;
	background-color: #471F00;
	text-align: center;
	padding: 15px 0 15px 0;
	clear:both;
	position: static;
	left: auto;
	right: auto;
	bottom:0px;
	color: white;
	font-size: 12px;
	width: 1200px;
}

#foot a {
	color: white;
	text-decoration: none;
	font-style:italic;
	font-size: 12px;
}

#foot a:hover {
	color: black;
	text-decoration: none;
}

#nav {
	width: auto;
	min-width: 500px;
	float:left;
	/*display: inherit;*/
	position: absolute;
	bottom:0px;
	left: 20px;
	text-align: left;
	font-size: 14px;
}
#nav ul {
	padding: 0;
	margin: 0;
	
}
#nav ul:after {
	clear: both;
	content: " ";
	display: none;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
	#nav ul,nav ul li {
	background-color: #fff;
}
	#nav ul li {
	list-style-type: none;
	float: left;
}
#nav ul li a {
	text-decoration: none;
	display: block;
	color: black;
	padding: 10px 20px 10px 20px;
	font-weight:bold;
	text-transform: uppercase;
}
#nav ul li:hover a, nav ul li:hover > ul li a {
	/*background-color: #471F00;*/
	color: black;
}
#nav ul li ul li a {
	color: black;
	font-weight:normal;
	border-left: thin black solid;
	border-right: thin black solid;
}
#nav ul li:hover > ul {
	visibility: visible;
}
#nav ul li ul {
	display: inline;
	visibility: hidden;
	position: absolute;
}
#nav ul li ul li {
	float: none;
}
#nav ul li ul li a:hover {
	color: black;
	background-color: #ffd8af;	
}

#table {
	min-width: 250px;
	font-size: 14px;
	text-decoration: none;
	margin: 20px;
	float:left;
}
#table h {
	font-weight:bold;
}
#table a {
	color: black;
}
#table a:hover {
	text-decoration: underline;
}
#table th {
	line-height: 2;
	text-align:left;
	border-bottom: thin black solid;
}
#table td {
	line-height: 1.4;
	padding-left: 10px;
}
#frame {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	float:left;
}

#map_canvas {
    width: 500px;
    height: 400px;
}

#image {
	float:left; 
	margin-bottom: 50px;
}
#text {
	line-height: 2.0; 
	font-weight: 400; 
	font-size: 14px; 
	width: 750px; 
	margin-bottom: 20px;
	margin-left: 150px;
}
#text h1 {
	font-weight: bold;
	font-size: 16px;
}

#table-links td {
	padding: 10px 0 10px 150px;
}
#table-links img {
	height: 60px;
}
#table-links a:hover {
	opacity: 0.25;
}

#text-slogan {
	text-align: left;
	font-size: 30px;
	font-weight: bold;	
	margin-top: 20px;
	margin-left: 171px;
	margin-bottom: 50px;
	color: #471F00;
}
.widerruf {padding: 10px;
    border: 2px solid #000;}

#content.datenschutz {
	text-align:left;
}