/* CSS Document */
html {
	height:101%;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	margin:15px;
	background-color:#ddd;
}
#container {
	text-align:left;
	margin:auto;
	width:878px;
	background-color:#FFF;
}
#main {
	margin:0 33px 20px 33px;
	width:812px;
}

#navi {
	background-color:#003D6D;
	height:163px;
	width:174px;
}
#navi a {
	margin-left:19px;
	font-size:18px;
	line-height:24px;
	text-decoration:none;
	color:#fff;
}
#navi a:hover, #navi a.active {
	color:#F09304;
}
#fillin-top {
	padding-top:10px;
	height:9px;
}
#fillin-center {
	background-color:#F09304;
}
#fillin-bottom {
	padding-bottom:10px;
	height:9px;
}
#adress {
	background-color:#559927;
	height:159px;
}
#adress h1 {
	margin:5px 0 5px 9px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}
#adress p {
	margin:0 0 5px 9px;
	font-size:13px;
	color:#003D6D;
}
#adress a {
	font-size:13px;
	color:#FFF;
	text-decoration:none;
}
#adress a:hover {
	text-decoration:underline;
}

#text {
	padding:0 0 0 33px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
}
#text h1 {
	font-size:18px;
	line-height:18px;
	margin:20px 0 35px 0;
	color:#559927;
}
#text h2 {
	font-size:14px;
	line-height:18px;
	margin:0 0 20px 0;
	color:#559927;
}
#text p {
	font-size:14px;
	line-height:20px;
	margin:0 0 20px 0;
	color:#003D6D;
}
.subtitle {
	font-size:14px;
	line-height:20px;
	Padding:0 0 20px 0;
	color:#003D6D;
}
#text a {
	color:#559927;
	text-decoration:none;
}
#text a:hover {
	text-decoration:underline;
}
#text ul {
	font-size:14px;
	line-height:20px;
	margin:0 0 20px 0;
	color:#003D6D;
	list-style-image:url(grafik/liststyle.gif);
}
a.infobtn div {
	margin:-10px 0 20px 0;
	width:64px;
	height:20px;
	background-image:url(grafik/infobtn.gif);
}
a.infobtn:hover div {
	background-image:url(grafik/infobtn-hover.gif);
}
a.googlemapsbtn div {
	margin:24px 0 0 316px;
	width:118px;
	height:20px;
	background-image:url(grafik/googlemaps-btn.gif);
}
a.googlemapsbtn:hover div {
	background-image:url(grafik/googlemaps-btn-hover.gif);
}

#kontakt {
	width:580px;
	padding:10px;
	height:176px;
	background-image:url(grafik/kontaktformular-bg.gif);
}
table.center td {
	text-align:center;
	width:33%;
}
.fieldname {
	font-size:14px;
	line-height:20px;
	Padding:0 0 10px 0;
	color:#fff;
	text-align:right;
}
input.text, textarea.text {
	border:1px solid #559927;
}
input.text {
	margin-left:20px;
	height:14px;
	font-size:13px;
	padding:3px;
	color:#003D6D;
	width:200px;
}
textarea.text {
	margin:0 0 8px 20px;
	height:60px;
	font-size:13px;
	padding:3px;
	color:#003D6D;
	width:450px;
}
.button {
	width:76px;
	height:20px;
	background-image:url(grafik/absenden.gif);
	background-repeat:no-repeat;
	border:none;
	margin-right:-21px;
}
.button:hover {
	background-image:url(grafik/absenden-hover.gif);
}
