body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #919191;
	background-color: #080417;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #331688;
}
a:hover {
	text-decoration: none;
	color: #919191;
}
.neutralisator {
	width: 100%;
	height: 1px;
	clear: both;
	overflow: hidden;
}
#wrapper {
	height: 100%;
	width: 100%;
	margin-top: 100px;
}
#hauptbereich {
	width: 790px;
	background-color: #FFFFFF;
	border: 3px solid #E0E0E0;
}
#kopfzeile1 {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	height: 28px;
	width: 750px;
	text-align: right;
	border-bottom: 1px solid #331688;
}
#kopfzeile2 {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 750px;
	background-color: #331688;
}
#kopfzeile3 {
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	height: 28px;
	width: 750px;
	text-align: right;
}
.logo1 {
	width: 244px;
	height: 28px;
	float: left;
}
.logo2 {
	width: 244px;
	height: 28px;
	margin: 0px 0px 30px 0px;
	float: left;
}
.adresse1 {
	width: 480px;
	height: 15px;
	vertical-align: bottom;
	text-align: right;
	float: right;
	margin-top: 10px;
}
.adresse2 {
	width: 480px;
	height: 15px;
	vertical-align: bottom;
	text-align: right;
	float: right;
	margin-top: 3px;
}
ul li {
	margin: 0px 0px 0px 0px;
}
#footer {
	clear: both;
}
h1 {
	font-size: 15px;
	color: #331688;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 13px;
	color: #331688;
	padding: 0px;
	margin: 0 0 3px 0;
}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


/******************************************************************************
	FORMULARE 
******************************************************************************/

#contact span {
	color: #331688;
	font-weight: bold;
	font-size: 14px;
	line-height: 12px;
}

.hinweis {
	width: 706px;
	border: 1px solid #919191;
	padding: 10px;
	margin: 20px 0 20px 0;
	background-color: #D5D5D5;
	display: block;
}

.hinweis h2 {
	background-color: #D5D5D5;
	border: 1px solid #919191;
	margin: 0;
	padding: 3px;
	position: relative;
	top: -22px;
	left: 10px;
	width: 200px;
	text-align: center;
}

.feld {
	width: 500px;
	background-color: #E0E0E0;
	border: 1px solid #919191;
	margin: 0 0 10px 0;
}

.feld2 {
	width: 238px;
	background-color: #E0E0E0;
	border: 1px solid #919191;
	margin: 0 0 10px 0;
}

.feld3 {
	width: 98px;
	background-color: #E0E0E0;
	border: 1px solid #919191;
	margin: 0 0 10px 0;
}

.feld4 {
	width: 378px;
	background-color: #E0E0E0;
	border: 1px solid #919191;
	margin: 0 0 10px 0;
}

.feld5 {
	width: 150px;
	background-color: #E0E0E0;
	border: 1px solid #919191;
	margin: 0 0 10px 0;
}

.input2 {
	width: 240px;
	float: left;
}
.input3 {
	width: 100px;
	float: left;
}
.input4 {
	width: 380px;
	float: left;
}

.input5 {
	width: 152px;
	float: left;
}

.input_abstand {
	margin: 0 22px 0 0;
}

.input_trenner {
	width: 500px;
	height: 1px;
	overflow: hidden;
	clear: left;
}

.button {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	background-color: #331688;
	border: 1px solid #919191;
}
textarea.feld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 720px;
	background-color: #E0E0E0;
	border: 1px solid #919191;
}
#adressblock {
	width: 200px;
	float: right;
	text-align: left;
}

/******************************************************************************
	MENU-TABS 
******************************************************************************/
#navi {
	padding: 0px;
	clear: both;
	width:750px; 
	height: 19px;
	background:url(/images/navi/linie.gif) bottom repeat-x;
}
#navi ul{
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	list-style:none; 
	background:url(/images/navi/rul_hori_999.gif) bottom repeat-x;
}
#navi li {
	display:block; 
	float:left; 
	background:#E0E0E0 url(/images/navi/bg_nav_cnrl_on.gif) no-repeat; 
	margin-right:5px; 
	padding-left: 1px;
	height: 19px;
}
#navi li.first {
	display:block; 
	float:left; 
	background:#E0E0E0 url(/images/navi/reiter1.gif) no-repeat; 
	margin-right: 5px; 
	margin-left: 5px;
	padding-left: 1px;
	height: 19px;
}
#navi .spacer {
	display:block; 
	float:left; 
	width: 10px;
	margin: 0px;
	padding: 0px;
	height: 19px;
}
#navi li div{
	display:block; 
	float:left; 
	margin:0; 
	background:url(/images/navi/reiter2.gif) top right no-repeat; 
	padding-right:1px; 
	height: 19px;
}
#navi li a {
	display:block; 
	float:left; 
	font-size: 11px; 
	font-weight: bold; 
	color:#FFFFFF; 
	white-space:nowrap; 
	padding:3px 6px; 
	margin:0px; 
	text-decoration:none; 
}
#navi li a:visited	{
	color:#FFFFFF; 
	text-decoration:none;
}
#navi li.on { 
	background:#E0E0E0 url(/images/navi/reiter1_on.gif) no-repeat; 
	padding-left:3px;
	height: 19px;
}
#navi li.on div { 
	background:url(/images/navi/reiter2_on.gif) no-repeat top right; 
	padding-right:3px;
	height: 19px;
}
#navi li.on a {
	color:#434343; 
	text-decoration:none;
}
#navi li.on a:visited {
	color:#434343; 
	text-decoration:none;
}
#navi li.index {
	background:none;
}
#navi li.index div{
	background:none; 
}
#navi li.index a { 
	color:#003DB8;
	font-weight:normal; 
}
#navi li.index a:visited {
	color:#003DB8; 
}

/******************************************************************************
	CONTENT 
******************************************************************************/
#content {
	width: 728px;
	min-height: 253px;
	color: #000000;
	background-color: #E0E0E0;
	border-bottom: 1px solid #331688;
	border-left: 1px solid #331688;
	border-right: 1px solid #331688;
	text-align: left;
	padding: 10px;
	margin: 0px 0px 20px 0px
}
.foto {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #331688;
}

.telefonzeiten1 {
	width: 80px;
	float: left;
	height: 15px;
}

.telefonzeiten2 {
	width: 130px;
	float: left;
	text-align: center;
	height: 15px;
}
