body
{
	margin: 0px;
	background: url(./bilder/hintergrund.gif);
	background-repeat: repeat-y;
	background-color: #B3BE4C;
	font-family: Arial, sans-serif;
	font-size: 90%;
	margin-bottom: 200px;
}

#header
{
	position: relative;
	left: 91px;
	width: 797px;
	height: 272px;
}

#navi
{
	position: relative;
	left: 91px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 797px;
	height: 123px;
	background-color: #446029;
	color: #FFFFFF;
}

#navi .headline
{
	font-size: 20pt;
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#navi .menuepunkt
{
	position: relative;
	top: 2;
	margin-left: 15px;
	font-size: 10pt;
	
}

#navi .menuepunkt1
{
	position: relative;
	top: 2;
	margin-left: 15px;
	font-size: 10pt;
	color: #B3BE4C;
}

#navi .trenner
{
	position: relative;
	top: 15;
	margin-left: 15px;
}

#navi a
{
	color: #FFFFFF;
	text-decoration: none;
}

#navi a:hover
{
	color: #B3BE4C;
	text-decoration: none;
}

a:link
{
	color: #ED2000;
	text-decoration: none;
}

a:visited
{
	color: #ED2000;
	text-decoration: none;
}

a:hover
{
	color: #ED2000;
	text-decoration: none;
}

#content
{
	position: relative;
	left: 91;
	top: 0;
	width: 797px;
	height: auto;
	background-color: #BEDCF4;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content .headline
{
	color: #E2001A;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 50px 0 50px;
}

#content .teaser
{
	color: #446029;
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 50px 15px 50px;
}

#content .text_und_bilder
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin: 5px 50px 5px 50px;
	height: 200px;
}

#content .text
{
	color: #446029;
	font-size: 10pt;
	width: 400px;
	position: absolute;
	left: 50;
	top: 120;
	float: left;
}

#content hr
{
	color: #446029;
	border-style: dotted;
	height: 1px;
	margin: 5px 40px 15px 40px;
}

#content .bilder
{
	width: 291px;
	position: absolute;
	left: 460;
	top: 120;
	float: left;
	clear: both;
}

#content .bild_oben
{
	width: 291px;
}

#content .bild_unten
{
	margin-top: -4px;
	background: url(./bilder/bild_unterschrift.gif);
	background-repeat: no-repeat;
	width: 291px;
	height: 26px;
	padding-top: 6px;
	font-size: 9pt;
}

#content .bild_unten2
{
	margin-top: -4px;
	background: url(./bilder/unten_2spalt.gif);
	background-repeat: no-repeat;
	width: 291px;
	height: 52px;
	padding-top: 6px;
}

#content .bild_unten a
{
	color: #446029;
	text-decoration: none;
	margin-left: 13px;
	margin-top: 8px;
}

