/*
Luetteken
*/

/* main body and html styles */
body {

	margin: 0; 
	padding: 0;
	font-size: 12px;
	
	color: #5A5A5A;
}

html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
a {
	color: #018737;
}

/* zentrierung */
div#zentrierung {

/*	width: 680px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

	padding: 0px;
*/	
/*	border: 1px solid black;*/
	
}

/*********************************************/

div#balken-oben {
	position:relative;
	
	width: 980px;
	height: 24px;

	background-color: #818181;
display:none;	
}

div#balken-oben div#quicknavi{
	position:absolute;
	right: 22px;
	top: 3px;
	
	/*background-color: green;*/
	
}

div#balken-oben div#quicknavi img{
	border:0px solid #000000;
	
}

/*********************************************/

div#imagebereich-oben {
	width: 980px;
	height: 160px;
	background-color:#00AE4D;
	background-image: url(/fileadmin/bilder/layout/kopfbild.jpg);
display:none;	
}

/*********************************************/
div#rootline_datum {
	position:relative;
	width: 980px;
	height: 22px;
	border: 0px;
	background-color: #9A9A9A;
	overflow:hidden;
	
display:none;
	
}

div#rootline_datum div#rootline{
	margin-left: 10px;
	margin-top: 4px;

	color: white;
	font-size: 0.9em;
	
}

div#rootline_datum div#rootline a{
	margin-left: 5px;
	margin-right: 5px;
	color: white;
	
}


div#rootline_datum div#datum{
	position: absolute;
	right: 10px;
	top:3px;
	
	color: white;
	font-size: 1.05em;
	font-weight:bold;
	
}

/*********************************************/

div#navileiste {
	position:relative;
	width: 980px;
	height: 23px;
	padding:0px;
	border-top: 1px solid #7C858C;
	border-bottom: 1px solid #7C858C;
	background-color: white;
	overflow:hidden;
display:none;
	
}

/*********************************************/

div#navi-oben {
	width: 790px;
	height: 23px;
	padding:0px;

	overflow:hidden;
display:none;
}


div#navi-oben a{
	font-size: 1.0em;
	color: #7C858C;
	text-decoration: none;
	text-transform: lowercase;
	padding: 4px 35px 4px 35px;
	line-height:23px;
	font-weight: bold;
	border-right: 1px solid #7C858C;
	
}
div#navi-oben a.aktiv{
	color: #00AE4D;
}
div#navi-oben a:hover{
	color: #00AE4D;
}

/*********************************************/

div#suche {
	position:absolute;
	right:0px;
	top:0px;
	width: 179px;
	height: 19px;
	padding: 0px;
	overflow:hidden;
	
	border-left: 3px solid #018737;
	border-right: 3px solid #018737;
	border-top: 2px solid #018737;
	border-bottom: 2px solid #018737;

display:none;

}

div#suche input{

	position:absolute;
	top:2px;
	left:1px;
	background-color:white;
	width: 110px;
	margin:0;
	padding:0;
}

div#suche .searchbox-button {

	position:absolute;
	top:1px;
	left:115px;

	width: 59px;
	height: 17px;

	margin:0;
	padding:0;
	
	border:0;
}


/*********************************************/

div#vert-mitte {
	width:800px;
/*	overflow: auto;
	
	background-image: url(/fileadmin/bilder/layout/mitte-bg.gif);*/
}

div#links{
	position:relative;
	width:180px;
	background-color: #9A9A9A;
	float:left;

display:none;

}

div#links-navi{
	margin-top:5px;
}

div#links-navi a{
	height:14px;
	font-size: 0.95em;
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding: 0px 0px 2px 5px;

	font-weight: bold;
	border-top: 2px solid #ffffff;
}

div>p , div#links-navi a{
height:auto;
}


div#links-navi a.aktiv{
	color: #00AE4D;
	background-color: #cdcdcd;
}
div#links-navi a:hover{
	color: #00AE4D;
}

div#links-navi #navi-e3 a{
	padding: 0px 0px 2px 15px;
	background-color: #cdcdcd;
}

div#inhalt{
	width: 585px;
	padding: 15px;
	
/*	float:left;*/

	font-size: 1.00em;
	background-color:white;

	
	margin: 0px;
}

div#inhalt a{
	color: #018737;
	text-decoration: underline;
}

div#inhalt p{	
	margin:5px 0px 5px 0px;
	padding:0;
}

div#inhalt img{
	border:0px solid #a40f0b;
}

div#inhalt h1{
	font-size:1.9em;
	font-weight:bold;
	color: #018737;
	margin:0px 0px 9px 0px;
	padding:0;
}

div#inhalt h1.contentheader1{
	margin:0px 0px 0px 0px;
	color: #9A9A9A;
}

div#inhalt h2{
	font-size:1.1em;
	font-weight:bold;
	color: #018737;	
	margin:20px 0px 0px 0px;
	padding:0;
}
div#inhalt h3{
	font-size:1.05em;
	font-weight:bold;
	color: #018737;
	margin:20px 0px 0px 0px;
	padding:0;
}
div#inhalt h4{
	font-size:1.0em;
	font-weight:bold;
	color: #018737;
	margin:20px 0px 0px 0px;
	padding:0;
}
div#inhalt h5{
	font-size:1.0em;
	font-weight:bold;
	color: #018737;
	margin:20px 0px 0px 0px;
	padding:0;
}
div#inhalt h6{
	font-size:1.0em;
	font-weight:normal;
	color: #018737;
	margin:20px 0px 0px 0px;
	padding:0;
}


table {
	line-height: 1em;
	border-collapse:collapse;
	height:auto !important;
}
td p {
	display:inline;
}



div.tx-mwkeywordlist-pi1 ul {
	padding-left:30px;
}


div#rechts {
	width: 180px;
	background-color: #9A9A9A;
	height: 100%;
	
	float:left;
	padding-left:2px;
	
	color: white; 
	font-size: 1.0em;
	font-weight:bold;
	
display:none;


}

div#rechts h1{
	font-size: 1.2em;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
}
div#rechts p{
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
}

div#rechts a{
	text-decoration: underline;
	color: #018737;
}



div#fusszeile {
	position:relative;
	width: 980px;
	height: 33px;
	border-top: 1px solid black;
	background-color:white;
	
display:none;
	
}

div#fussnavi{
	width:789px;
	font-size:1em;
	
	line-height:30px;
}

div#fussnavi a{
	text-decoration:none;
	padding-left:11px;
	
	font-size: 0.95em;
	
	padding: 1px 10px 1px 10px;
	border-right: 1px solid #7C858C;
	color: #7C858C;
}

div#seitenanfang {
	position:absolute;
	right:0px;
	top: 0px;
	
	width: 185px;
	height: 33px;

	border-left: 1px solid black;
	
	line-height:30px;
	font-size: 1.0em;
	color: #7C858C;
}

div#seitenanfang a{
	line-height:30px;
	font-size: 1.0em;
	color: #7C858C;
	text-decoration:none;
}

div#seitenanfang span {
	padding-left: 35px;
}


/***********************************
**** Nützliche Definitionen
***********************************/

.hidden {
	display:none;
}

#clear {
	clear: both;
	display:none;
}


/***********************************
**** Kontakt
***********************************/

.bad {
	color:red;
}

INPUT {
	BORDER: 1px solid #018737;
	background-color : #DCDDDE;
	color : black;
	font-size : 0.9em;
	width: 140px;
}
TEXTAREA {
	BORDER: 1px solid #018737;
	background-color : #DCDDDE;
	color : black;
	font-size : 0.9em;
	width: 270px;
}


/***********************************
**** Template Box Rechts
***********************************/

div#rechts div.boxrechts_drumherum {
	position:relative;
	background-color:white;
	border: 1px solid #018737;
	width: 180px;
/*	height: 200px;*/
	color:black;
	font-weight:normal;
	
	padding: 0px 0px 16px 0px;
	margin: 0;
	margin-top:10px;
	margin-bottom:3px;
}

div#rechts div.boxrechts_drumherum h1{
	display:block;
	padding: 3px 0px 3px 2px !important ;
	margin: 0px 0px 0px 0px !important ;
	background-color:#018737;
	color: white;
	font-size:0.95em !important;
	font-weight:bold !important;
	
}

div#rechts div.boxrechts_drumherum h1 a{
	color:white !important;
	text-decoration: none !important;
}

div#rechts div.boxrechts_drumherum img{
	border: 0px solid #018737;
	margin-top:4px;
	margin-left:2px;
}

div#rechts div.boxrechts_drumherum p{
	margin-left:2px !important;
}

div#rechts div.boxrechts_drumherum div.weiterlink{
	position:absolute;
	right:4px;
	bottom:2px;
}
div#rechts div.boxrechts_drumherum a{
	border: 0px solid #018737;
}


/* Variante 2 von dem Ding */

div#inhalt div.boxrechts_drumherum {
	position:relative;
	background-color:white;
	border: 1px solid #018737;
	width: 580px;
/*	height: 200px;*/
	color:black;
	font-weight:normal;
	
	padding: 0px 0px 0px 0px;
	margin: 0;
	margin-top:10px;
	margin-bottom:3px;
}

div#inhalt div.boxrechts_drumherum h1{
	display:block;
	padding: 3px 0px 3px 2px !important ;
	margin: 0px 0px 0px 0px !important ;
	background-color:#018737;
	color: white;
	font-size:0.95em !important;
	font-weight:bold !important;
	
}

div#inhalt div.boxrechts_drumherum h1 a{
	color:white !important;
	text-decoration: none !important;
}

div#inhalt div.boxrechts_drumherum img{
	border: 0px solid #018737;

	margin: 6px 10px 0px 6px;
	float:left;
}

div#inhalt div.boxrechts_drumherum p{
	margin-left:2px !important;
}

div#inhalt div.boxrechts_drumherum div.weiterlink{
	position:absolute;
	right:4px;
	bottom:2px;
}
div#inhalt div.boxrechts_drumherum a{
	border: 0px solid #018737;
}



/***********************************
**** Template Box Mitte 
***********************************/

div#inhalt div.box_drumherum {
	position:relative;
	background-color:white;
	width: 580px;
/*	height: 200px;*/
	color:black;
	font-weight:normal;
	
	padding: 0px 0px 0px 0px;
	margin: 0;
	margin-top:10px;
	margin-bottom:3px;
	
	border: 1px solid #018737;

}

div#inhalt div.box_drumherum h1{
	padding: 3px 0px 3px 2px !important ;
	margin: 0px 0px 0px 0px !important ;
	color: #018737;
	font-weight:bold !important;
	
}

div#inhalt div.box_drumherum h1 a{
	color:white !important;
	text-decoration: none !important;
	color: #018737 !important;

}

div#inhalt div.box_drumherum img{
	border: 0px solid #018737;
	float:left;
	
	margin: 6px 10px 6px 6px;
	padding: 0px 00px 6px 0px;
}

div#inhalt div.box_drumherum p{
	margin-left:10px !important;
}

div#inhalt div.box_drumherum div.weiterlink{
	position:absolute;
	right:4px;
	bottom:2px;
}
div#inhalt div.box_drumherum a{
	border: 0px solid #018737;
}

/***********************************
**** Template Bildunterschrift
***********************************/

div.bildunterschrift_drumherum {

	width: 165px;
	height: 130px;
	
	background-color:red;
	
	margin:20px 12px 20px 12px; 
	
	text-align: center;
	
	float:left;
}

div.bildunterschrift_drumherum img{
	display:inline;
	width:100px;
	height:100px;
}

div.bildunterschrift_drumherum h1{
	display:inline;
	font-size: 1.3em !important;
	margin-left: auto;
	margin-right: auto;
}
div.bildunterschrift_drumherum h1 a{
	text-decoration: none !important;
}

