* {
	margin: 0;
	 padding: 0;
}

body {
	background: url(../images/bg.jpg) #636361 no-repeat center top fixed;
	color: #4651ac;
	font-family: Tahoma, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 85.01%;
}

body#index, #index #wrapper {
	background: #060606;
}

a {
	color: #4651ac;
}

p {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.1em;
}
#wrapper {
	background: url(../images/content.png) repeat left top;
	width: 960px;
	margin:50px auto;
}
#header {
	text-align: center;
	padding: 15px 0;
}
#nav {
	background: url(../images/nav.png) repeat left top;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px 0 10px 240px;
	
}

#nav li {
	display: inline;
	
}

#nav li img {
	height: 30px;
}


#leftcol {
	float:left;
	width: 160px;
	text-align: right;
	padding:20px 20px 0 10px;
	margin: 20px 20px 0 0;

	font-size: 1.2em;

}

#leftcol li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	line-height: 2em;
}

#leftcol li img {
	height: 25px;
}

#content {
	float:left;
	margin: 20px;
	padding-left:20px;
	width:670px;
	min-height: 350px;
	border-left: 4px solid #4651ac;
}

#content li {
	margin-left: 20px;
}
#content ul, #content p {
	margin: 20px 0;
}

#content table p {
	margin: 5px 0;
	padding: 0;
}

#footer {
	clear: both;
	text-align: right;
	padding: 10px 20px;

}

#footer ul {
	display: inline-block;
}
#footer li {
	display: inline;
	
}


.clear {
	clear: both;
}

.anbieteruebersicht {
	text-align: center;
	display: none;
}
.anbieter {
	padding: 10px 20px 10px 0;
	height: 33px;
	float: left;
}

table {
  border-spacing: 0px;
 }
 th, td {
  padding: 3px 0;
 }
 label {
  cursor: Pointer;
 }
 .pflichtfeld {
  color: #FF0000;
  border: 0px;
 }
 .hintergrund {
 }
 .danke, .danke a {
  padding: 10px;
  width: 500px;
  margin: Auto;
  margin-top: 200px;
 }
 .hilfetext {
  font-size: 10px;
  font-style: Oblique;
  
}

.copyhint {
	text-align: right;
	display: block;
	margin: 10px 0;
	color: #fff;
}