* { 
	padding:0; 
	margin:0; 
}
body,td,th,html {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 14px;
	color: #666666;
}
h2 {
	font-size: 18px;
	color: #004592;
}
h3 {
	font-size: 24px;
	color: #379f34;
}
p { line-height: 24px;}

a:link {
	color: #379f34;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #379f34;
}
a:hover {
	text-decoration: underline;
	color: #379f34;
}
a:active {
	text-decoration: none;
	color: #379f34;
}
#wrapper {
	margin: auto;
	width:770px;
	height:500px;
}
#header {
	width: 770px;
	height: 278px;
	background-image:url(../images/header.jpg);
}
#header_home {
	width: 770px;
	height: 420px;
	background-image:url(../images/startseite_header.jpg);
}
#header_jobs {
	width: 770px;
	height: 278px;
	background-image:url(../images/header_jobs.jpg);
}
#header_impressum {
	width: 770px;
	height: 278px;
	background-image:url(../images/header_impressum.jpg);
}
#header_anfahrt {
	width: 770px;
	height: 278px;
	background-image:url(../images/header_anfahrt.jpg);
}
#header_ref {
	width: 770px;
	height: 278px;
	background-image:url(../images/header_ref.jpg);
}
#header_kontakt {
	width: 770px;
	height: 278px;
	background-image:url(../images/header_service.jpg);
}
#navitop {
	text-align:right;
	padding-top:100px;
}
#navitop ul, #navitop li {
	list-style-type:none;
	display:inline;
	margin-top:200px;
}
#navitop a {
	color: #004592;
	font-weight:bold;
	text-decoration:none;
	padding: 0 6px 0 5px;
	border-right:1px solid #004592;
	height:5px;
}
#navitop a:hover {
	color: #379f34;
	text-decoration:underline;
}
#navi {
	float:left;
	width: 180px;
}
#navi ul {
	list-style: none;
	padding: 20px 0 0 7px;
}
#navi li {
	float: none;
	height:25px;
}
#navi a {
	color: #004592;
	text-decoration:none;
	padding: 5px 0 5px 20px;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
}
#navi a:hover {
	color: #379f34;
	background-image:url(../images/button-active.gif);
}
#content {
	float:left;
	width:590px;
	margin-top:20px;
	height:auto;
	min-height:220px;
	background-image:url(../images/bg_content.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#footer {
	width:770px;
	height:30px;
	background-color: #379f34;
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
}
#text_service {
	position:absolute;
	left:420px;
	top:640px;
	width:257px;
	height:62px;
	z-index:1;
}

.floatstop { clear:both; }

.img { padding: 3px; border: 1px solid #004592; }
.imgmar { padding: 3px; border: 1px solid #004592; margin: 0 22px 16px 0px; }
.imgleft { float:left; padding: 3px; border: 1px solid #004592; }
.imgright { float:right; padding: 3px; border: 1px solid #004592; margin-left: 10px;}
.imgrightohne { float:right; padding: 3px; margin-left: 10px;}

.textgruen { color: #379f34; font-size: 14px; }
.textblau { color: #004592; font-size: 14px; }
.texttuer { color:#00B7BC; font-size: 14px;}