@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #8C000B;
	margin-top: 0px;
}


#container {
	width: 980px;
	margin: 0 auto;
	background-color:#fff;
	border: 1px solid #fff;
	margin-bottom: 15px;
	background-image: url(images/balken.jpg);
	background-repeat: repeat-y;
	background-position: 20px;
}
#content {
	min-height: 200px;
	padding-left: 300px;

}

#header {
	background-color:#8C000B;
}
#preheader {
	width: 980px;
	margin: 0 auto;
	text-align:right;
	margin-top: 6px;
	margin-bottom: 6px;
}
#footer a {
	text-decoration: none;	
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #address {
	background-color:#F0E3C3;
	font-size:13px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
}
img {
	border: 0px;	
}

h1 {
	font-size: 18px;
	color: #8C000B;
	font-weight:normal;
	margin-top: 0px;
}
p {
	margin-left: 30px;
}

#menu {
	width: 980px;
	height: 30px;
	position: absolute;
	top: 50px;
	background-image:url(images/bg_menu.png);
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	left: 50%;
	margin-left: -490px;
	z-index: 98; /* eine ebene unter balken! */
}
#balken {
	width: 225px;
	height: 500px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -470px;
	background-image:url(images/bg_balken.png);
	z-index: 99;
}

.toppackage {
	background-color: #F3F3F3;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	text-align:center;
	margin-top: 40px;
	border: 1px solid;
	border-color: #D2D2D2;
}
.toppackage h3 {
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	font-size: 14px;
	color: #8C000B;
	margin-bottom: 6px;
	margin-top: 3px;
}


.form_button {
	color: #fff;
	background-color: #8C000B;
	border: 1px solid #666;
	height: 20px;
	font-size: 12px;
}
.form_textfield {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
	border: 1px solid #000;
}
#quickrequest {
	background-color: #F3F3F3;
	border: 1px solid #999;
	font-size: 12px;	
	padding-top: 5px;
	
	height: 40px;
	width: 312px;
	margin-left: 640px;
	position: relative;
	margin-top: -25px;
	z-index: 99;
}
.klein {
	font-size: 11px;
}
.container_wappen {
	background-position: right bottom;
	background-image: url(images/wappen_hg_container.gif);
	background-repeat: no-repeat;
}
#content a {
	text-decoration: underline;
	color: #000;
}
#content a:hover {
	text-decoration:none;	
}

