/* CSS Document */
* {
	margin:0;
	padding:0;
}
a:link, a:active, a:visited {
	color:#948356;
	text-decoration:underline;
}
a:hover {
	color:#948356;
	text-decoration:none;
}
body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	background-image:url(../img/bg.gif);
	background-position:top center;
	text-align:center;
	background-repeat:repeat-y;
}
.header{
	height:200px;
	text-align: left;
	background-image:url(../img/bg_img.png);
	background-position:center;
	background-repeat:repeat-y;
	margin-top:-25px;
}
.header_body{
	text-align:left;
	margin:auto;
	padding:0;
	width:630px;
	height:200px;
}
.header_menu{
	text-align:left;
	float:left;
	width:297px;
	height:200px;
	background-color:#00FF00;
}
.header_pic{
	text-align:right;
	margin:0px;
	padding:0px;
	z-index:100;
	position:relative;
}
.logo {
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	width:715px;
	height:40px;
	margin:auto;
	background-position:right;
	text-align:right;
	padding-top:10px;
}
.streifen {
	background-color:#CAC1AB;
	height:25px;
	position:relative;
	z-index:50;
}

.streifen_rot {
	background-color:#6F1415;
	height:50px;
}
.content {
	width:580px;
	margin:auto;
	text-align:left;
	padding-top:25px;
}
p {
	margin-bottom:7px;
}
ul {
	margin-left:15px;
}
a.red:link, a.red:active, a.red:visited {
	color:#6F1415;
	text-decoration:underline;
}
a.red:hover {
	color:#6F1415;
	text-decoration:none;
}
li {
	list-style-type:square;
}
.sublinks {
	color:#948356;
}
h2 {
	color:#6F1415;
	font-weight:bold;
	border-bottom:solid 1px #6F1415;
	font-size:16px;
	margin-bottom:10px; 
	margin-top:10px;
}
.tabelle td {
	/*background-color:#E7D6A9;*/
	border:solid 1px #E7D6A9;
	padding:5px;
}
.tabelle .td_head {
	background-color:#E7D6A9;
	color:#000000;
	
}
.red {
	color:#6F1415;
}
/******************************************************************/
/****************************** Anfrage ***************************/
/******************************************************************/
.feld {
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#E7D6A9;
	border:solid 1px #E7D6A9;
	padding:3px;
	color:#6F1415;
	margin-bottom:2px;
}
.button {
	background-color:#E7D6A9;
	font-size:14px;	
	border:solid 1px #E7D6A9;
	color:#6F1415;
	padding:2px 5px 2px 5px;
}
.anfrage{
	font-size:14px;
	line-height:16px;
	color:#000000;
}
td{
	height:25px;
	vertical-align:top;
}