*, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 8pt;
	font-family: Arial, sans-serif;
	color: #222;
}

body {
	background-color: #ECECEC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	min-height: 100%;
}

* html body {
	height: 100%;
}

#wrapper {
	position: absolute;
	width: 780px;
	min-height: 100%;
	border-left: 2px solid white;
	border-right: 2px solid white;
	left: 50%;
	margin-left: -392px;
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
}

* html #wrapper {
	width: 784px;
	height: 100%;
}

#flashheader {
	width: 540px;
	height: 192px;
	float: left;
}

#leftcoloumn {
	width: 240px;
	float: left;
}

#rightcoloumn {
	width: 540px;
	float: left;
	border-bottom: 6px solid red;
}

#navibox {
	width: 238px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	padding-top: 58px;
	height: 308px;
	background-image: url(images/navi_bg.jpg);
}

* html #navibox {
	width: 240px;
	height: 370px;
}

.einruecken {
	margin-left: 85px;
}

.navi {
	border-top: 2px solid white;
}

.navi li, .subnavi li {
	display: block;
	list-style-type: none;
	text-align: right;
}

.navi li.aktiv {
	display: block;
	background-color: #006600;
	color: #FFCC66;
	font-size: 9pt;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
}

* html .navi li.aktiv {
	margin-bottom: 0px;
}

.navi li a, .navi li a:visited {
	display: block;
	font-weight: bold;
	font-size: 9pt;
	padding: 5px 20px 5px 20px;
	color: white;
	text-decoration: none;
	border-bottom: 2px solid white;
	background-image: url(images/navi_bg.png);
}

* html .navi li a, * html .navi li a:visited {
	behavior: url(iepngfix.htc)
	width: 233px;
}

.navi li a:hover {
	font-size: 9pt;
	font-weight: bold;
	background-color: #006600;
	padding: 5px 20px 5px 20px;
	color: #FFCC66;
	text-decoration: none;
}

.navi li a:hover:after {
	content: url(images/arrow.gif)" ";
}

.subnavi li a, .subnavi li a:visited {
	display: block;
	font-weight: bold;
	font-size: 9pt;
	padding: 0px 20px 5px 20px;
	background-color: #006600;
	color: white;
	text-decoration: none;
}

.subnavi li a:hover {
	display: block;
	font-weight: bold;
	font-size: 9pt;
	padding: 0px 20px 5px 20px;
	background-color: #006600;
	color: #FFCC66;
	text-decoration: none;
}

.subnavi li a:hover:after {
	content: url(images/sub_arrow.gif)" ";
}

.subnavi li.last {
	border-bottom: 2px solid white;
	margin-bottom: 0px;
}

* html .subnavi li {
	margin-bottom: -15px;
}

#links {
	width: 216px;
	height: 76px;
	padding-top: 22px;
	padding-right: 22px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	background-color: #F2F2F2;
	text-align: right;
}


* html #links {
	width: 240px;
	height: 100px;
}

span.small {
	display: block;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	padding-top: 5px;
}

#content {
	width: 500px;
	padding: 20px;
	min-height: 328px;
	background-color: #F8F8F8;
	border-bottom: 2px solid white;
}

* html #content {
	width: 540px;
	height: 370px;
}

#content h4 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

#content ul {
	margin-left: 13px;
	margin-bottom: 10px;
}

* html #content ul {
	margin-left: 15px;
}

hr {
	height: 1px;
	width: 100%;
	color: black;
	background-color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}

* html hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

#news {
	width: 500px;
	height: 88px;
	color: white;
	padding: 8px 20px 2px 20px;
	background-color: #328332;
	border-bottom: 2px solid white;
}

* html #news {
	width: 540px;
	height: 100px;
}

#newsleft, #newsright {
	float: left;
	width: 240px;
}

#newsleft {
	padding-right: 10px;
}

#newsright {
	padding-left: 10px;
}

* html #newsleft, * html #newsright {
	width: 250px;
}

#footer {
	width: 540px;
	margin-left: 240px;
	text-align: right;
	border-top: 2px solid white;
}

#footermenu {
	padding-top: 2px;
	margin-right: 20px;
	margin-bottom: 5px;
}

#footermenu li {
	display: inline;
	color: red;
	font-weight: bold;
}

#footermenu li a, #footermenu li a:visited {
	color: red;
	text-decoration: none;
}

#footermenu li a:hover {
	color: black;
	text-decoration: underline;
}

#kontaktformular {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

#kontaktformular input, .nachricht {
	border: 1px solid #BBB;
	width: 345px;
}

* html #kontaktformular input {
	width: 335px;
}

.nachricht {
	height: 90px;
}

* html .nachricht {
	width: 335px;
	margin-left: -4px;
}

#kontaktformular input.plz {
	float: left;
	width: 50px;
	margin-right: 15px;
}

* html #kontaktformular input.plz {
	margin-left: 3px;
}

#kontaktformular input.ort {
	width: 208px;
}

* html #kontaktformular input.ort {
	width: 197px;
}

#kontaktformular input.abschicken {
	margin-left: 70px;
	width: 100px;
}

* html #kontaktformular input.abschicken {
	margin-left: 73px;
}

#kontaktformular label {
	display: block;
	float: left;
	width: 60px;
	font-weight: bold;
	margin-right: 10px;
	border-bottom: 1px solid #328332;
}

#kontaktformular label.green {
	border-bottom: 1px solid red;
}

h1 {
	display: block;
	width: 240px;
	height: 192px;
	float: left;
	text-indent: -1999px;
	background-image: url(images/logo_h1.gif);
}

h2 {
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 10px;
	color: #777;
}

#news h2 {
	color: white;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}

#news h3 {
	font-weight: bold;
	font-size: 8pt;
	color: white;
	margin-bottom: 0px;
	float: left;
	margin-right: 5px;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 13px;
	color: #333;
}

p {
	margin-bottom: 13px;
}

#news p {
	color: white;
	font-size: 8pt;
}

.fett {
	font-weight: bold;
}

.zentriert {
	text-align: center;
}

.groesser {
	font-size: 11pt;
}

#news a, #news a:visited {
	color: #FFCC66;
	text-decoration: underline;
}

#news a:hover {
	color: #333;
	text-decoration: underline;
}

a, a:visited {
	color: #993400;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

.bildlinks {
	float: left;
	margin-right: 13px;
}

.bildrechts {
	float: right;
	margin-left: 13px;
}

.lbildlinks {
	float: left;
	margin-right: 13px;
	margin-bottom: 1px;
}

.lbildrechts {
	float: right;
	margin-left: 13px;
}


.bereich {
	float: left;
}

.cl {
	clear: both;
	line-height: 1px;
}
