* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/main_bg.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;
}

.container {
	position: relative;
	top: 0px;
	left:0px;
	width: 798px;
	margin: auto;
}

.clear {
	clear: both;
}

/*################################# Header ################################## */

.header {
	position: relative;
	top: 0px;
	left:0px;
	width: 798px;
	height: 197px;
	background-color: #8cc63f;
}

.headerbild {
	width: 585px;
	height: 197px;
}

.teaser {
	position: absolute;
	top: 35px;
	left: 610px;
	width: 159px;
	height: 108px;
	background-image: url(images/teaser.jpg);
}

/*################################# Navigation ################################## */

.navi_container {
	position: relative;
	top: 0px;
	left:0px;
	width: 798px;
	height: 48px;
	background-color: #e1e1e1;
}

.headnavi ul {
	list-style-type: none;
	display: inline;
	overflow:hidden;
}

.headnavi li {
	float:left;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	height: 48px;
	overflow:hidden;
}

.headnavi img {
	border: 0px;
}

.verbindung {
	position: absolute;
	top: 0px;
	left: 585px;
	width: 213px;
	height: 48px;
	background-color: #98cc53;
}

/*################################# Content ################################## */

.content_container {
	position: relative;
	top: 0px;
	left:0px;
	width: 798px;
	background-image: url(images/content_bg.jpg);
	padding-bottom: 30px;
	margin-bottom: 20px;
	padding-top: 20px;
}

.content_links {
	position: relative;
	top: 0px;
	left:0px;
	width: 556px;
	float:left;
	padding-left: 10px;
	padding-right: 20px;
}

h3 {
	color: #8cc63f;
	font-size: 14px;
	margin-bottom: 5px;
}

.content_rechts {
	position: relative;
	top: 0px;
	left:20px;
	float:left;
	width: 187px;
	
}

.sidebar_head {
	position: relative;
	top: 0px;
	left:0px;
	font-size: 14px;
	color: #323232;
	font-weight: bold;
	margin-bottom: 10px;
}

.sidebar_trenner {
	position: relative;
	top: 0px;
	left:0px;
	width: 187px;
	height: 4px;
	overflow: hidden;
	background-image: url(images/sidebar_trenner.jpg);
}

.sidebar {
	position: relative;
	top: 0px;
	left:0px;
	list-style-type:none;
}

.sidebar_normal {
	list-style-type:none;
	background-image: url(images/sidebar_n.jpg);
	width: 152px;
	height: 22px;
	padding-left: 35px;
	padding-top: 3px;
}

.sidebar_hover {
	list-style-type:none;
	background-image: url(images/sidebar_h.jpg);
	width: 152px;
	height: 22px;
	padding-left: 35px;
	padding-top: 3px;
}

.sidebar a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

.sidebar a.active {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.sonstiges {
	position: relative;
	top: 0px;
	left:75px;
}

.sonstiges a {
	color: #e3fcc3;
	font-size: 10px;
	text-decoration: none;
}

/*################################# Footer ################################## */

.trenner {
	position: relative;
	top: 0px;
	left:0px;
	width: 798px;
	height: 3px;
	background-image: url(images/trenner.jpg);
	overflow:hidden;
}

.footer_container {
	position: relative;
	top: 0px;
	left:0px;
	width: 798px;
	height: 65px;
	background-color: #ededed;
}

.footer_container a {
	text-decoration: none;
	color: #323232;
	font-weight: bold;
}

.copyright {
	position: absolute;
	top: 24px;
	left: 15px;
	width: 165px;
}

.logo {
	position: absolute;
	top: 8px;
	left: 347px;
	width: 104px;
	height: 44px;
}

.kontakt {
	position: absolute;
	top: 22px;
	left: 595px;
	width: 81px;
	height: 18px;
}

.impressum {
	position: absolute;
	top: 22px;
	left: 699px;
	width: 87px;
	height: 18px;
}
