*{
	padding: 0;
	margin: 0;
}
body, html {
	font-size: 0.9em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #ececec;
	color: #000000;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
}
#container {
	position: absolute;
	margin: auto 50% auto 50%;
	left: -499px;
	width: 998px;
	text-align: left;
	background-color: #ffffff;
}
#kopf {
	height: 190px;
	background-color: #ffffff;
	width: 998px;
	text-align: right;
	background-image: url(images/webschlosser.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#kopf h1, #kopf h2, #kopf p {
	display: none;
}
#navigation {
	height: 30px;
	width: 998px;
	background-image: url(images/navi_bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	padding-right: 2px;
	background-color: #454d45;
	display: block;
	float: left;
	background-image: url(images/navi_bg_li.gif);
	background-repeat: repeat-x;
}
#navigation a {
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/navi_bg.gif);
	display: block;
	float: left;
	padding: 6px;
	font-weight: normal;
}
#navigation a:hover {
	background-image: url(images/navi_bg_aktiv.gif);
}
#navigation li.aktiv a {
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/navi_bg_aktiv.gif);
	display: block;
	float: left;
	padding: 6px;
}
#navigation li.unter a {
	text-decoration: none;
	color: #ffffff;
	background-image: url(images/navi_bg_li_unter.gif);
	display: block;
	float: left;
	padding: 6px;
}
#content {
	width: 998px;
	height: 370px;
	background-image: url(images/content_bg.gif);
	background-color: #ffffff;
	border-bottom: 1px solid #454d45;
}
#content_links {
	width: 479px;
	height: 317px;
	text-align: right;
	padding: 53px 20px 0 0;
	float: left;
}
#content_rechts {
	width: 439px;
	height: 310px;
	padding: 53px 40px 0 20px;
	float: left;
	overflow: auto;
}
#fuss {
	font-size: 0.9em;
	background-color: #ffffff;
	color: #454d45;
	width: 998px;
	text-align: right;
}
#fuss p {
	padding: 2px 4px;
	margin: 0;
}
#fuss a {
	font-weight: normal;
}

h2 {
	color: #454d45;
	font-size: 1.4em;
}
p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	color: #7e987e;
	font-weight: 600;
}
#content_rechts ul {
	margin: -10px 0 1em 30px;
}

#formular {
	text-align: right;
	margin: 10px 50px 0 0;
}
form input, form textarea{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #454d45;
	width: 250px;
	margin: 0 0 2px 10px;
	border: 1px solid #454d45;
}
form .plz {
	width: 50px;
}
form .ort {
	width: 188px;
}
form textarea {
	height: 60px;
}
#formular p {
	font-size: 0.9em;
	margin-top: 10px;
}
.fehler {
	color: #ae4c4c;
}
