@charset "utf-8";
/* CSS Document */

body {
	text-align:center;

	color:#515151;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
	background-color:#A8C8DF;
	
}

#bodybox {
	width: 950px;
	margin:0px auto;
	text-align:left;
	
	background-color:#D3E3EF;
}

#headertop {
	height: 170px;
	width: 950px;
}

#logo {
	position: relative;
	top: 5px;
	left:5px;
	float:left;
}

#headernav {
	position: relative;
	height: 100px;
	width: 100px;
	top: 20px;
	left: 580px;
	float:left;
}
#headernav ul {
	list-style-type:none;
	line-height: 2em;
	font-weight: bold;
}
#headernav a {
display:block;
color:#1A84DB;
text-decoration:none;
}
#headernav a:hover, #headernav .selected a  {
	color:#515151;
}

#kontaktnav ul {
	list-style-type:none;
	line-height: 0.1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#kontaktnav a {
display:block;
color:#1A84DB;
text-decoration:none;
}
#kontaktnav a:hover, #kontaktnav .selected a  {
	color:#515151;
}


#headerpic {
	clear:both;
	width: 950px;
	height: 350px;
}

#mainnav {
	width: 950px;
	height:40px;

	background-color:#1A84DB;
	
}
#mainnav ul {
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
display:block;
margin-left:40px;
}
#mainnav li {
	float:left;

	
}
#mainnav a {
	display:list-item;
	text-decoration:none;
	line-height:40px;
	font-weight:bold;
	color:#dddddd;
	padding-right: 10px;
	padding-left: 10px;
	
}

#mainnav a:hover, #mainnav .selected a {

background-color:#A8C8DF;
color:#515151;
}

#content {
	clear:both;
	width: 950px;
	
}

#content1 {
	position: relative;
	top: 30px;
	left:15px;
	width:280px;
	float:left;
	margin-bottom: 70px;
}

#content2 {
	position: relative;
	top: 30px;
	left:50px;
	width:600px;
	float:left;
	margin-bottom: 70px;
}

.contenttext {
	line-height:1.5em;
	text-align: justify;
	font-size: 1.2em;
}

.contenttext ul {
	display:block;
	list-style-type:none;
	overflow:hidden;
	margin:0;
}

.contenttext li {
	float:left;
	width:250px;
	
}

.content1text {
	line-height: 1.2em;
	text-align:justify;
	font-size:0.9em;
}


#footer {
	width:950px;
	height:50px;
	background-color:#1A84DB;
	color:#FFF;
	clear:both;
	line-height:4.2em;
	text-align:center;
}

.selected {
	color:#0F0;
}


fieldset {
	width:560px;
	padding-left: 20px;
	margin-left: 0px;
	line-height: 3em;
	border-radius: 10px; 
	border-color: hsl(200,10%,90%);
	
}

legend {
  font-weight:bold;
}

label {
  width:150px;
  display:block;
  line-height:1.7em;
}

#vorname, #nachname,#telefon,#email,#text,#code {
  color:#dddddd;
  border-color:#666666;
  border-style:solid;
  border-width:2px;
  border-radius: 10px;
  
  padding-left:10px;
  padding-right:10px;
  background-color: #1A84DB;
}

.errortext {
  color:#ff0000;
  line-height:1.2em;
}

.clear {clear:left;}

h1 {
	text-shadow: #838383 3px 3px 5px;
}

.telefon {
	float: left;
	display:block;
	width:50px;
}
.telefonnummern{
word-spacing: -2px;
}

#vorteilbox {
	clear:both;
	width:600px;
	margin-top:20px;
}

#vorteile {
	width:280px;
	margin-top:30px;
	float:left;
}

#nachteile {
	width:280px;
	margin-top:30px;
	margin-left:20px;
	float:left;
}

#vorteile ul {
	display:block;
	list-style-type:none;
	margin:0;
	
}

#vorteile li.header{
	background-image:none;
	padding-left:60px;
	font-weight:bold;
	text-decoration:underline;
	font-size:1.2em;
}

#vorteile li {
	float:left;
	width:200px;
	background-image:url(../images/ok.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-bottom:20px;
	text-align:left;
	
}


#nachteile ul {
	display:block;
	list-style-type:none;
	margin:0;
	
}

#nachteile li.header{
	background-image:none;
	padding-left:60px;
	font-weight:bold;
	text-decoration:underline;
	font-size:1.2em;
}

#nachteile li {
	float:left;
	width:200px;
	background-image:url(../images/nachteil.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-bottom:20px;
	text-align:left;
	
}

tr.headline{
	height:50px;
}
tr.inline{
	height:35px;
}

td.head0 {
	border-bottom:1px solid #1A84DB;
	font-size:1.2em;
}

td.head1 {
	
	background-color:#4FA7FF;
	border-bottom:1px solid #1A84DB;
	border-left:1px solid #1A84DB;
	width:105px;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}

td.head2 {
	background-color:#80BFFF;
	border-bottom:1px solid #1A84DB;
	border-left:1px solid #1A84DB;
	width:105px;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}

td.head3 {
	background-color:#A8D3FF;
	border-bottom:1px solid #1A84DB;
	border-left:1px solid #1A84DB;
	width:105px;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
}


td.inline0 {
	border-bottom:1px solid #1A84DB;
}

td.inline1 {
	border-bottom:1px solid #1A84DB;
	border-left:1px solid #1A84DB;
	text-align:center;
}

td.inline2 {
	border-bottom:1px solid #1A84DB;
	border-left:1px solid #1A84DB;
	text-align:center;
}

td.inline3 {
	border-bottom:1px solid #1A84DB;
	border-left:1px solid #1A84DB;
	text-align:center;
}

td.outline1 {
	border-left:1px solid #1A84DB;
	text-align:center;
}

td.outline2 {
	border-left:1px solid #1A84DB;
	text-align:center;
}

td.outline3 {
	border-left:1px solid #1A84DB;
	text-align:center;
}

.smalltext {
	font-size:10px;
	line-height:12px;
	text-align:left;

}