@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/headhintergrund.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin:0;
	height:100%;
	width:100%;
	background-color: #6b6b6b;
	background-repeat: repeat-x;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 16px;
	margin-bottom: -5px;
}
a {
	color: #39F;
	text-decoration: none;
}
a:hover {
	color: #ffd800;
	text-decoration: none;
}

#sitebody {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(images/Head.jpg);
	width: 1000px;
	height: 200px;
	margin-bottom: 10px;
}
#inhaltbody {
	min-height: 400px;
	width: 950px;
	background-color: #d8d8d8;
	background-image: url(images/menhint.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 25px;
	margin-bottom: 4px;
	position: relative;
}
#fuss {
	background-color: #FFF;
	height: 5px;
	width: 950px;
	margin-left: 25px;
}
#menue {
	height: 400px;
	width: 200px;
	float: left;
	margin-top: 50px;
	margin-left: 10px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#menue p {
	margin-right: 20px;
	margin-left: 20px;	
}
#menue a {
	color: #FFF;
	text-decoration: none;
}
#menue a:hover {
	color: #ffd800;
	text-decoration: none;
}
#inhalt {
	float: right;
	width: 650px;
	margin-top: 50px;
	margin-right: 50px;
}
img#INHALTBILD {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
}
#ph {
	height: 20px;
	width: 100%;
	clear: both;
}
ul#menues {
	width: 200px;
	margin: 0;
	padding: 0px;
}
* html ul#menues {  /* Korrekturen fuer IE 5.x */
	width: 11.6em;
	w\idth: 10em;
	padding-left: 0;
	padd\ing-left: 0px;
}
ul#menues li {
	list-style: none;
	margin: 0em;
	padding: 0;
}

ul#menues a {
	display:block;
	text-decoration: none;
	font-weight: bold;
	border-top-color: white;
	color: #FFF;
	background-color: #5e85bf;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: black;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 20px;
}
* html ul#menues a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
}
ul#menues a:hover {
	border-top-color: black;
	color: #ffd800;
	background-color: #3765aa;
	border-bottom-color: white;
}
#menues2 {
	background-color: #999;
	width: 100%;
}
#menues2 ul {
	background-color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#map {
	width: 650px;
	height: 400px;
	clear: both;
}
#formfeld {
	border: 1px dotted #09F;
	background-color: #d8d8d8;
	width: 200px;
	font-size: 10px;
}
#formtext {
	border: 1px dotted #09F;
	background-color: #d8d8d8;
	width: 400px;
	font-size: 12px;
	height: 200px;
}
#formbutton {
	border: 1px dotted #09F;
	background-color: #5e85c0;
	width: 200px;
	font-size: 10px;
	color: #FFF;
}