@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}
a {
	text-decoration:none;
	color: #37419A;
}
h1 {
	font-family:"Lucida Sans Unicode", Tahoma, Verdana;
	font-size:21px;
	text-align:left;
	margin-left: 15px;
	margin-right: 10px;
	color: #4261A1;
	font-weight: normal;
	padding-top: 35px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 10px;
	color: #4160A0;
	font-weight: bold;

}

.spacer {
	height: 20px;
	width: 1px;
}

.clearer {
	clear:both;
}

.content_liste ul, .content_liste li {
	text-align:left;
	list-style-type:disc;
	position: relative;
	margin-left: 35px;
}
.imgcontent {
	float: right;
	margin-right: 15px;
	padding-left: 10px;
	width: 131px;
	height: 92px;
}

.trennung {
	height: 1px;
	margin-left: 15px;
	margin-right: 15px;
	color: #4160A0;
	margin-top: 20px;
	border: #4160A0;
	background-color: #4160A0;
}

.answer {
	text-align:left;
	margin-top: 50px;
}

#wrapper {
	left:50%;
	margin: 0 auto;
	width: 870px;
	height: auto;
}
#innerwrap {
	background-image:url(../images/content.png);
	background-repeat: repeat-y;
	width: 870px;
	height: auto;
}
#contentwrap {
	width: 802px;
	height: auto;
	margin: 0 auto;
}

#header {
	background-image:url(../images/header.png);
	height: 230px;
	width: 870px;
}

/* * html #header{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/header.png', sizingMethod='scale');
}
* html #innerwrap{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content.png', sizingMethod='scale');
}
* html #footer{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/footer.png', sizingMethod='scale');
}*/ 

#content {
	width:633px;
	height: auto;
	background-color: #FFF;
	float: right;
}
/*#kontakt_form #content {
	background-image:url(../images/content.png);
	width:870px;
	height: 450px;
	background-repeat: repeat-y;
}*/

#footer {
	background-image:url(../images/footer.png);
	height:103px;
	width: 870px;
}
#navi {
	width: 160px;
	background-color: #FFF;
	background-image: url(../images/kupplung.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 405px;
	float: left;
}
#navi ul {
	text-align: left;
	list-style-type: none;
	font-size: 100%;
	margin-top: 35px;
	margin-left: 25px;
}
#navi li {
	line-height: 36px;
	background-image: url(../images/navi.jpg);
	width: 125px;
	font-size: 12px;
}
#navi a {
	text-decoration: none;
	color:#000;
	padding-left: 35px;
	height: 36px;
}
#navi a:hover {
	color: #FFF;
	display: block;
	height: 36px;
	background-image: url(../images/navi.jpg);
	background-position: -125px;
}

#navi span {
	color: #FFF;
	display: block;
	height: 36px;
	background-image: url(../images/navi.jpg);
	background-position: -125px;
	padding-left: 35px;
}

#content form {
	margin-top: 50px;
	text-align: left;
	padding-bottom: 100px;
	height: 150px;
}

#copy {
	text-align: center;
}
#copy a {
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0b4c7c;
}

