* {
	margin:0px;
	padding:0px;
}
html,body {
	width:100%;
}
html {
	height:101%;
}
body {
	font-family: Arial, sans-serif; 
	font-size:10pt;
	background:#e7e8e8 url(../images/bg.jpg) center top repeat-y scroll;
}
#topper {
	width:900px;
	height:205px;
	margin:auto;
	padding-top:10px;
	background:#e7e8e8;
}
#headerimg {
	width:900px;
	height:205px;
}
#menu {
	position:absolute;
	width:900px;
	height:25px;
	left:50%;
	margin-left:-450px;
	margin-top:-50px;
	background-color:#c07326;
}
#impr {
	float:right;
}
#menu ul {
	list-style:none;
}
#menu li {
	float:left;
}
#menu ul a, #impr {
	display:block;
	height:22px;
	padding:3px 10px 0px 10px;
	text-decoration:none;
	color:#FFF;
}
#menu a:hover {
	color:#666;
}
#menu a.current {
	color:#FFFFFF;
	font-weight:bold;
}
#main {
	width:898px;
	margin:auto;
	padding-top:25px;
	background-color:#FFF;
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
}
#submenu {
	width:150px;
	margin-left:20px;
	float:left;
}
#submenu ul {
	list-style-image:url(../images/pfeil.jpg);
}
#submenu a {
	display:block;
	height:23px;
	padding-top:7px;
	text-decoration:none;
	color:#333;
	font-size:10pt;
}
#submenu a:hover {
	color:#666;
}
#submenu a.current {
	alt_color:#C07326;
	color:#c07326;
	font-weight:bold
}
#main-content {
	margin:0px 200px 0px 184px;
	padding-right:13px;
	background-color:#FFF;
	line-height:13pt;
	color:#000;
	border-right:1px solid #A0A0A0;
}
#main-content h1 {
	padding-bottom:15px;
	font-size:16pt;
	font-weight:bold;
}
#main-content h2 {
	padding-bottom:10px;
	font-size:12pt;
	font-weight:bold;
}
#main-content a {
	color:#c07326;
}
#main-content img.abstand_oben {
	padding-right:5px;
	padding-top:50px;
}
#main table {
	margin:6px 0px 10px 0px;
	width:500px;
	font-Size:10pt;
	color:#000000;
}
#main th {
	border:1px solid #FFFFFF;
	height:20px;
	width:33%;
	padding:5px 0px 5px 0px;
	background-color:#e8c9a8;
}
#main td {
	border:1px solid #FFFFFF;
	height:20px;
	width:33%;
	padding:1px;
	background-color:#e7e8e8;
	vertical-align:top;
}
#formtab {
	width:490px;
}
#formtab td {
	width:100px;
	height:20px;
	padding:5px 0px 5px 0px;
	background-color:#FFF;
	border:none;
}
#formtab td.input {
	width:150px;
}
#formtab input, #formtab textarea {
	border:1px solid #333;
}
#formtab textarea {
	width:142px;
	height:80px;
	font-family: Arial, sans-serif;
	font-size:9pt;
}
#strasse, #plz {
	width:394px;
}
#main hr {
	width:496px;
	height:1px;
	background-color:#A0A0A0;
	margin:0px 0px 20px 5px;
	border:none;
}
#right-content {
	width:170px;
	margin-right:20px;
	float:right;
}
#right-content h1 {
	padding-bottom:15px;
	font-size:16pt;
	font-weight:bold;
}
#right-content img {
	border:none;
}
img.preload {
	width:0px;
	height:0px;
	display:none;
	visibility:hidden;
}
div.clear {
	clear:both;
	height:30px;
}

