html {
	overflow: -moz-scrollbars-vertical; 
	/*
	padding-bottom: 1px;
	height: 100%; 
	*/
}
body {
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica sans-serif;
	width: 676px;
}
img {
	display: inline;
	border: 0;
}
a {
	color: #0081ae;
}
div#logo {
	margin-top: 30px;
	margin-bottom: 20px;
	background: url(../img/logo.jpg) no-repeat center 0;
	padding-top: 39px;
	height: 17px;
	text-align: right;
}
div#logo a {
	margin-right: 18px;
	font-size: 9px;
	text-shadow: #ffffff 0 1px 0;
	text-decoration: none;
}
div#logo a:hover {
	text-decoration: underline;
	color: #094358;
}
div#header {
	background: url(../img/bg_top.gif) no-repeat;
	padding-top: 8px;
}
div#headerimage {
	padding-top: 175px;
}
.headerhome {
	background: url(../img/header_home.jpg) no-repeat 8px top;
}
.headerleistungen {
	background: url(../img/header_leistungen.jpg) no-repeat 8px top;
}
.headerteam {
	background: url(../img/header_team.jpg) no-repeat 8px top;
}
.headerkontakt {
	background: url(../img/header_kontakt.jpg) no-repeat 8px top;
}

ul#navigation {
	width: 500px;
	margin: 0 auto;
	padding: 0;
	height: 57px;
	background: url(../img/menu.png) repeat-x;
	overflow: hidden;
}
ul#navigation li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul#navigation li a {
	display: block;
	width: 125px;
	height: 57px;
	text-align: center;
	overflow: hidden;
}
ul#navigation li a span {
	position: relative;
	left: 0;
	/*top: 53px;*/
	top: 0;
	display: block;
	width: 125px;
	height: 57px;
	opacity: 0;
	filter: alpha(opacity=0);
}
ul#navigation li#home a span {
	background: url(../img/menu_home_2.png) no-repeat;
}
ul#navigation li#leistungen a span {
	background: url(../img/menu_leistungen_2.png) no-repeat;
}
ul#navigation li#team a span {
	background: url(../img/menu_team_2.png) no-repeat;
}
ul#navigation li#kontakt a span {
	background: url(../img/menu_kontakt_2.png) no-repeat;
}

div#content {
	background: url(../img/bg_middle.gif) repeat-y;
	padding: 25px 110px 60px 88px;
	color: #0081ae;
	font-size: 11px;
}
div#inhalt {
	display: none;
}
div#content h1 {
	margin: 0;
	margin-left: 22px;
	padding: 30px 0 15px 1px;
	font-size: 0;
}
div#content h2 {
	margin: 0;
	margin-left: 22px;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}
div#content h3 {
	margin: 0;
	margin-left: 22px;
	padding: 0;
	padding-bottom: 10px;
	font-size: 11px;
	color: #094358;
	font-weight: bold;
	line-height: 16px;
}
div#content h4 {
	margin: 0;
	margin-left: 22px;
	padding: 30px 0 15px 1px;
	font-size: 11px;
	color: #094358;
	font-weight: bold;
	line-height: 16px;
}
div#content p {
	margin: 0;
	margin-left: 22px;
	padding: 0;
	margin-left: 22px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 16px;
}
div#content a {
}
div#content a:hover {
	text-decoration: underline;
	color: #094358;
}
div#content p.abstand {
	margin-top: 20px;
}
div#content strong {
	font-weight: bold;
	color: #094358;
}
div#content ul {
	list-style-image: url(../img/list-image.gif);
	padding: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	margin: 0;
	margin-left: 22px;
}
div#content li {
	line-height: 16px;
}
div#infobox {
	background: url(../img/bg_infobox.jpg) no-repeat;
	width: 480px;
	height: 179px;
	padding: 15px 20px 15px 0;
	margin-top: 15px;
}
div#footer {
	background: url(../img/bg_bottom.gif) no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #0081ae;
	text-align: center;
	font-size: 9px;
	text-shadow: #ffffff 0 1px 0;
}

img#teamfoto {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 22px;
	border: 1px solid #ffffff;
}
div#teamtitel {
	padding-top: 45px;
	padding-bottom: 10px;
}
div#teamtext {
	float: left;
	width: 370px;
}
img#anfahrt {
	margin-left: 5px;
	margin-bottom: 15px;
}