@import url(undohtml.css);
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #151515;
	font-size: 13px;
	margin: 0;
	padding: 1em 0;
	text-align: center;
	line-height: 140%;
	background-color:#CCC8B8;
}

body#Splash {
	background-color:#FFFFFF;
}

div#centerlayer {
	position: absolute;
	height: 400px;
	width: 550px;
	margin-top: -200px;
	margin-left: -275px;
	left: 50%;
	top: 50%;
	z-index: 1;
	background-color:#FFFFFF;	
}

div#ContentBack {
    text-align: left;
    margin: 0 auto;
    width: 980px;
    padding: 0;
    border: 1px solid #000000;
    background: url(images/back.gif) repeat-y left top;
}

div#Seite {
    margin: 0;
	height:auto;
	width:100%;
    padding: 0;
    border: none;
    background: url(images/back.png) no-repeat left bottom;
}

div#LogoTop {
    margin: 0;
	padding: 10px 0 0 810px;
    text-align: left;
    background: #3F3F41 url(images/header.jpg) no-repeat left bottom;
    border: none;
	width: 170px;
	height: 167px;
	color: #ffffff;
	line-height: 125%;
	font-size: 0.75em;
}

div#Content {
	margin: 20px 200px 0px 200px;
	padding: 0;
	font-size: 0.9em;
	vertical-align:top;
	/*min-height:600px;*/
}
* html div#Content {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
}

div#Content p {
	margin-bottom: 8px;
}

img#PicFloatLeft{
	float: left;
	margin: 2px 10px 2px 0px;
	border: 1px solid #0D6622;
}

img#PicFloatRight{
	float: right;
	margin: 2px 0px 2px 10px;
	border: 1px solid #0D6622;
}


div#ContentRight {
	float:right;
	width: 160px;
	padding: 20px 10px 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.75em;
}

div#ContentRight p {
	margin-bottom: 8px;
}

div#ContentRight a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

div#ContentRight a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

div#ContentRight a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

div#ContentSignet {
	font-size: 1.2em;
	color:#0C5019;
	font-weight: bold;
	float:none;	
	margin: 0px 0px 20px 0px;
}

img#Signet{
	float: left;
	margin: 2px 10px 2px 0px;
	border: none;
}

/* --- Navigation ------------------------------------------------------------------- */
ul#Navigation {
	float: left;
	width: 180px;
	margin: 20px 0 0 0;
	text-indent: 30px;
	background: none;
	padding: 0;
/*	background: #62946B;*/
}

ul#Navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	background: none;
	font-size: 0.75em;
}

ul#Navigation a#Active {
	text-decoration: none;
	background: url(images/button_hover.gif) no-repeat left center;
}

ul#Navigation li {
	padding: 0;
	margin: 0;
	width: 180px;
}

ul#Navigation a:hover {
	text-decoration: none;
	background: url(images/button_hover.gif) no-repeat left center;
}

/* --- Formular ------------------------------------------------------------------- */
input.txt {
	color: #535558;
	background-color:#F2F2F2;
	border: 1px solid #939598;
	width: 250px;
}

textarea.txt {
	color: #535558;
	background-color:#F2F2F2;
	border: 1px solid #939598;
	width: 360px;
}

input.btn {
	color: #535558;
	background-color: #EDE6DE;
	border: 1px outset #939598;
	margin-top: 10px;
}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

form p label {
	float: left;
	width: 100px;
}

fieldset {
	width:370px;
	border: 1px solid #333333;
	margin-top: 16px;
	padding: 10px;
}

legend {
	color:#000000;
	font-weight: bold;
}
/* ----------------------------------------------------------------------------------- */

hr {
	border: 0px; /* Fr Firefox und Opera */
	border-top: solid 1px #0D6622;
	border-bottom: transparent;
	height: 1px;
}

div#Content a:link {
	color: #0C5019;
	font-weight: bold;
	text-decoration:underline;
}

div#Content a:visited {
	color: #0C5019;
	font-weight: bold;
	text-decoration: underline;
}

div#Content a:active {
	color: #0C5019;
	font-weight: bold;
	text-decoration: underline;
}

div#Content a:hover {
	font-weight: bold;
	text-decoration: none;
}

div#centerlayer a:link {
	color: #0C5019;
	font-weight: bold;
	text-decoration:underline;
}

div#centerlayer a:visited {
	color: #0C5019;
	font-weight: bold;
	text-decoration: underline;
}

div#centerlayer a:active {
	color: #0C5019;
	font-weight: bold;
	text-decoration: underline;
}

div#centerlayer a:hover {
	font-weight: bold;
	text-decoration: none;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
}

td {
	margin-right: 20px;
	vertical-align: top;
}

p#Fusszeile{
	clear:both;
	margin:0;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 12px;
	color:#151515;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 6px;
	color:#0C5019;
}

h3 {
	font-size: 1.0em;
	margin-bottom: 6px;
	color:#0C5019;
}

div#Content ul {
	margin-left: 20px;
	margin-bottom: 12px;
}

div#Content li {
	list-style-position: outside;
	list-style-type: disc;	
}

img#NewsPic {
	float:right;
	margin-right: 6px;
	border: 1px solid #333333;
}

div#NewsPicArea {
	float:right;
	font-size: 10px;
	text-align:left;
	
}

div#NewsPicArea img {
	margin-top: 12px;
	border: 1px solid #333333;
}

p#ContentCenter {
	text-align:center;
}

div#Ansprechpartner {
	float:left; 
	width:100%;
	margin-left:50px;
	margin-bottom:10px;
}
