* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/body_back.png) repeat-x 0 0 #fff;
	font: normal 100.01%/120% Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	color: #585858;
}

#main {
	width: 730px;
	margin: 0 auto;
}

#head{
	padding: 29px 0 0 0;
}

#navi {
	display: block;
	list-style-type: none;
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
}

#navi li { 
	display: inline;
}

#navi li a:link, #navi li a:visited {
	padding: 8px 25px;
	background: #F8F8EE;
	border-top: 0px;
	border-right: 1px solid #B7B7B7;
	border-bottom: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	margin: 0 0 0 -1px;
	color: #414141;
	font-size: 70%;
	text-decoration: none;
	text-align: center;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 5px;
}

#navi li a:hover {
	text-decoration: underline;
}

#head img {
	float: left;
	margin: 0 0 18px 18px;
}

#teaser {
	padding: 36px 0 0 377px;
	font: 75%/120% Tahoma;
	text-align: left;
	margin: 0;
	font-weight: bold;
}

#content {
	clear: both;
	margin: 18px 0 0 0;
	border-top: 1px solid #B7B7B7;
	border-right: 0;
	border-bottom: 1px solid #B7B7B7;
	border-left: 1px solid #B7B7B7;
	text-align: left;
	font-size: 75%;
}

#left {
	float: left;
	width: 170px;
	padding: 18px 15px;
}

#unternavi {
	margin: 25px 0 0 0;
	color: #A2A284;
	list-style-type: none;
}

#unternavi li {
	margin: 5px 0;
}

#unternavi li a:link, #unternavi a:visited {
	display: block;
	padding: 5px 0px;
	border-top: 1px solid #A2A284;
	text-decoration: none;
	color: #A2A284;
	text-transform:uppercase;
	font-size: 90%;
}

#unternavi li a.first:link, #unternavi a.first:visited {
	border: 0;
}

#unternavi li a:hover {
	text-decoration: underline;
}

#inhalt {
	border-left: 1px solid #B7B7B7;
	margin: 0 0 0 200px;
	padding: 18px 15px;
	font-size: 90%;
}

#footer {
	clear: both;
	display: block;
	margin: 20px 0 0 0;
	font-size: 70%;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	display: inline;
	margin: 2px 5px;
}

#anchors {
	position: absolute;
	left: -350px;
	width: 300px;
	overflow: visible;
	font-size: 70%;
}

#anchors a:link, #anchors a:visited {
	position: absolute;
	left: -350px;
}

#anchors a:link:hover,
#anchors a:active,
#anchors a:visited:hover,
#anchors a:hover:active,
#anchors a:active,
#anchors a:focus,
#anchors a:hover {
	position: absolute;
	top: 0;
	left: 350px;
	color: #003366;
	background: #fff;
	padding: 5px;
}

.none, h1 {
	position: absolute;
	left: -5000px;
}

#head a:link, #inhalt a:link, #head a:visited, #inhalt a:visited {
	color: #0A6C80;
	text-decoration: underline;
}


#inhalt a:link, #inhalt a:visited {
	color: #0A6C80;
	text-decoration: underline;
}

#inhalt a:hover {
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #A2A284;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#head a:hover {
	text-decoration: none;
}

h2 {
	font-size: 120%;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 115%;
	margin: 5px 0;
	border-bottom: 1px solid #B7B7B7;
}

h4 {
	font-size: 110%;
	margin: 3px 0;
}

h5 {
	font-size: 105%;
	margin: 2px 0;
}

h6 {
	font-size: 100%;
	margin: 1px 0;
}

#inhalt p {
	padding: 5px 0;
}

#inhalt ul, #inhalt ol {
	margin: 5px 0;
	list-style-type: none;
}

#inhalt li {
	background: url(../img/arr.jpg) 0px 50% no-repeat;
	padding: 0 0 0 10px;
}

#inhalt .img_left {
	float: left;
	margin: 10px 10px 10px 0;
}

#inhalt .img_right {
	float: right;
	margin: 10px 0 10px 10px;
}

#inhalt .left {
	float: left;
	width: 225px;
}

#inhalt .left h3 {
	margin-left: -15px;
	padding-left: 15px;
	border-bottom: 1px solid #B7B7B7;
}

#inhalt .right {
	width: 225px;
	float: right;
}

#inhalt .right h3 {
	margin-left: -15px;
	padding-left: 15px;
	border-bottom: 1px solid #B7B7B7;
}

#inhalt address {
	font-style: normal;
}

.clear {
	clear: both;
	line-height: 10%;
}