body {
	margin: 0;
	background: url(../img/background.png);	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, h3, dl {
	font-family: arial, helvetica, serif;
	color: #71a11f;
	/* text-shadow: 0px 2px 0px #fff; */
}

a img {
	outline: none;	
}

#container {
	background: #f3f3f3;
	margin: 0 auto;
	width: 780px;
	text-align: left;
	box-shadow: 0 1px 8px #aaa;
	-moz-box-shadow: 0 1px 8px #aaa;
	-webkit-box-shadow: 0 1px 8px #aaa;
}

#header {
	height: 170px;
}

h1 {
	font-size: 34px;	
}
address { font-style: normal;  }

.content {
	width: 720px;
	padding: 0 30px;	
}

#roster,
#formular {
	position: relative;
	top: 0;
	left: 0;
	height: 400px;
	border-bottom: 1px solid #e0e0e0;
	background: #f1f1f1;
}
#roster { height: 330px; }
#roster img {
	float: left;	
}

dl {
width: 550px;
font-size: 20px;
line-height: 1.7em;
margin: 0;
}
dl dt {
	float: left;
	width: 120px;
	clear: left;
	padding-bottom: 10px;
}
dl dd,
#leistungen ul li,
p {
	color: #5e5b5b;
	padding-bottom: 10px;
}

a, a:visited { color: #5e5b5b; text-decoration: none }
a:hover, a:visited { text-decoration: underline; }
.kontakt {
	position: absolute;
	top: 80px;
	right: -11px;	
}
#leistungen,
#impressum {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 5px solid #71a11f;
}

#leistungen img {
	float: right;
	width: 308px;
	height: 508px;
	border: 3px solid #71a11f;
}

#leistungen ul {
	width: 300px;	
	float: left;
}

h2 {
	font-size: 32px;	
}
ul li {
	font-size: 18px;
	list-style: none;
	background: url(../img/dot.png) 0 6px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

#impressum div {
	float: right;
	width: 360px;
	text-align: justify;
	margin-top: -63px;
}

#impressum dl  {
float: left;
width: 230px;
}

#impressum dl,
#impressum p {
font-size: .9em;
line-height: 1.7em;
margin: 0;
}
#impressum dl dt {
	float: left;
	width: 70px;
	clear: left;
	padding-bottom: 5px;
}
