/***************************************************************************
 Allgemeine Definitionen und Grundbereiche
****************************************************************************/

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

body {
	font-size: 62.5%;
	line-height: 1.2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #ADADAD url(../images/background2.png);
	margin: 2em 4em 4em 4em;
	padding: 0;
	height: 100%;
	/*border-top: 0.1em solid #000000;
	border-left: 0.1em solid #000000;
	border-right: 0.1em solid #000000;*/
}

html {
	height: 100%;
}

#kopf {
   background-color: #FFFFFF;
	height: 120px;
   background-image: url(../images/kopfgrafik2.png);
	background-position: 260px;
	background-repeat: repeat-x;
}

#horizontale-navigation {
	background-color: #ADD52E;
	font-size: 1.30em;
	font-weight: bold;
	line-height: 1.55;
	text-align: right;
	padding: 0;
	border-top: 0.1em solid #000000;
	border-bottom: 0em solid #000000;
	height: 2.2em;         /*value for IE5.x                  */
   height/* */:/**/2em;   /*real value, hidden from IE5.x/Win*/
   height: /**/2em;       /*real value, hidden from IE5.5/Win*/
	margin-bottom: 0;
}

#content-wrapper {
	position: relative;
	height: auto;
	min-height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 0.1em solid #000000;
	background: #F7F7F7;
}

* html #content-wrapper {
	height: 100%;
}

#vertikale-navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 16em;
	height: 100%;
	padding: 0;
	background-color: #ADD52E;
	border-right: 0em solid #000000;
	font-weight: bold;
	z-index: 2;
}


#content {
   display: inline-block;
   position: relative;
	background: #F7F7F7;
	margin-left: 0;
   margin-right: 0;
	padding: 2em 3em 2em 3em;
	border-left: 16em solid #ADD52E;
	z-index: 1;
}



#content ul {
	font-size: 1.2em;
	margin:0;
	padding-left: 2em;
	list-style-position: inside;
}

#content ul ul{
	font-size: 1em;
	margin:0;
	padding-left: 2em;
	list-style-position: inside;
}

p {
	font-size: 1.2em;
	margin: 1em 0;
}

ul, ol {
	font-size: 1.2em;
}


h1 {
	font-size: 2em;
	margin-top: 0em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.7em;
}

a {
	color: #3c6b00;
	font-weight: bold;
	text-decoration: underline;
}

#content .suchformular {
	font-size: 1.2em;
	border: 0;
	width: 100%;
}

#content #search {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	width: 20em;
	float: left;
	margin-bottom: 2em;
}



/*
#content fieldset {
	font-size: 1.2em;
	border: 0;
	width: 100%;
}

#content fieldset img {
	float: left;
}

#content legend {
	display: none;
}

#content label,input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: block;
	width: 20em;
	float: left;
	margin-bottom: 2em;
}

#content label {
	text-align: right;
	width: 4em;
	padding-right: 1em;
}

#content textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 18.18em;
	font-size: 1.1em;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#content fieldset br {
	clear: left;
}

.FORMATIONsuccess, .FORMATIONerror {
	font-size: 1em;
}
*/
#vertikale-navigation form {
	margin: 0;
	padding: 0;
}

#vertikale-navigation fieldset {
	font-size: 1em;
	border: 0;
	margin: 3em 0 0 0em;
	padding: 1em;
}


#vertikale-navigation input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 13em;
	margin-left: 0em;
}



/***************************************************************************
Horizontale Navigation
****************************************************************************/

#horizontale-navigation ul {
	padding-left: 0;
	margin: 0;
	background-color: #ADD52E;
	color: #000000;
	float: right;
	font-size: 1em;
}

#horizontale-navigation ul li {
	display: inline;
}

#horizontale-navigation ul li a {
	padding: 0.2em 1em;
	background-color: #ADD52E;
	color: #000000;
	text-decoration: none;
	float: left;
	border-left: 0.1em solid #fff;
}

#horizontale-navigation ul li a:hover, #horizontale-navigation ul li#h-active a{
	background-color: #D6EA96;
	color: #000000;
}



/***************************************************************************
Vertikale Navigation
****************************************************************************/



#vertikale-navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 1em;
}

#vertikale-navigation li {
	margin: 0 0 0.1em 0;
	height: 0.1%;
   height/* */:/**/auto;
   height: /**/auto;
}

#vertikale-navigation a  {
	display: block;
	padding: 0.5em;
	width: 17em;           /*value for IE5.x                  */
   width/* */:/**/15em;   /*real value, hidden from IE5.x/Win*/
   width: /**/15em;       /*real value, hidden from IE5.5/Win*/
	color: #000000;
	background-color: #8CAD23;
	text-decoration: none;
}


#vertikale-navigation a:hover {
	color: #ffffff;
	background-color: #3c6b00;
	text-decoration: none;
}

#vertikale-navigation ul ul{
	margin: 0.1em 0 0 0;
}

#vertikale-navigation ul ul li {
	margin: 0 0 0.1em 0;
	height: 0.1%;
   height/* */:/**/auto;
   height: /**/auto;
}

#vertikale-navigation ul ul a  {
	display: block;
	padding: 0.5em 0.5em 0.5em 1.8em;
	width: 17em;           /*value for IE5.x                  */
   width/* */:/**/13.7em;   /*real value, hidden from IE5.x/Win*/
   width: /**/13.7em;       /*real value, hidden from IE5.5/Win*/ 	color: #fff;
	color: #000000;
	background-color: #EAF4CA;
	text-decoration: none;
}

#vertikale-navigation ul ul a:hover  {
	color: #ffffff;
	background-color: #62782b;
	text-decoration: none;
}

#vertikale-navigation ul li a span {
	font-family: Arial, Helvetica, sans-serif;
	color: #8CAD23;
}

#vertikale-navigation ul li#v-active a span {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#vertikale-navigation ul li a:hover span {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#vertikale-navigation ul li#v-active a:hover.current span {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#vertikale-navigation ul li#v-active ul li a span {
	font-family: Arial, Helvetica, sans-serif;
	color: #EAF4CA;
}

#vertikale-navigation ul li#v-active ul li#subactive a span {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#vertikale-navigation ul li#v-active ul li#subactive a:hover span {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#vertikale-navigation ul ul li#subactive a:hover.subcurrent span {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



/***************************************************************************
Custom Styles
****************************************************************************/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0.5%;
	font-size: 0.01em;
}

.fill {
	margin-bottom: 40em;
}

.more {
	font-weight: bold;
}

.imagewrapper-left {
	float: left;
	margin: 0 1.5em 1.5em 0em;
}

.imagewrapper-left p {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.5em;
}

.imagewrapper-right {
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.imagewrapper-right p {
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	margin-top: 0.5em;
}

.logo {
	float: left;
	margin: 0;
}

.kv {
	display: none;
}


.teaser-left {
	float: left;
	background: #EAF4CA;
	border: 0.1em solid #5F696E;
	width: 48%;
	margin-top: 2em;
}

.teaser-left h1 {
	font-size: 1.2em;
	padding: 0.3em;
	background: #8CAD23;
	color: #000000;
}

.teaser-left p {
	border-top: #CBCBCC;
	padding: 0.3em;
}

.teaser-left img {
	float: right;
	margin: 0.3em;
}


.teaser-right {
	float: right;
	background: #EAF4CA;
	border: 0.1em solid #5F696E;
	width: 48%;
	margin-top: 2em;
}

.teaser-right h1 {
	font-size: 1.2em;
	padding: 0.3em;
	background: #8CAD23;
	color: #000000;
}

.teaser-right p {
	border-top: #CBCBCC;
	padding: 0.3em;
}

.teaser-right img {
	float: right;
	margin: 0.3em;
}

.kasten {
	float: right;
	background: #EAF4CA;
	border: 0.1em solid #5F696E;
	width: 40%;
	margin: 0 0 2em 2em;
}

.kasten h1 {
	font-size: 1.2em;
	padding: 0.3em;
	background: #8CAD23;
	color: #000000;
}

.kasten p {
	border-top: #CBCBCC;
	padding: 0.4em;
}

.sitemap {
	line-height: 1.8;
}

.teaser {
	margin-top: 3em;
}

.teaser h1 {
	font-size: 1.6em;
}



/* Formular Definition */

/* Div das das Formular umschlie?t */
.formgen {
	font-size: 1.2em;
	padding-right: 10px;
	padding-left: 10px;
}
.formgen .fieldset legend {
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 0.2em;
}



/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;
text-align: left;

}




/*
Wie sehen die einzelnen Blöcke aus?
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;

}
 .forminfo
{
	margin-bottom: 15px;
	background-color: #FFCC33;
	font-weight: bold;
	border: 5px dashed #990000;
	display: block;
	padding: 20px;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/*
--------- FORMULAR-OBJEKTE ------------
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #003366;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	border: 1px solid #003366;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover,
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	/*background-color: #FFCC66;	*/
	background-color: #FAF1B7;
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #000000;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	font-weight: bold;
	background-color: #BBBBBB;
	border: 1px solid #000000;
	float: right;
	color: #000000;
}



/* Fieldsetbeschriftung */
.formgen legend {

}
.formgen .fieldset {
	margin-bottom: 10px;
	padding: 20px;

}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {

	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}



	/* Beispiel-CSS fr magazin_Layout */
	.magazine-layout {
		position: relative;
		width: 100%;
	}
	.magazine-container {
		background: #f6f6f6;
	}

	/* magazin_Layout mit verlinkten Einzelbildern */
	.magazine-image a, .magazine-image a:link, .magazine-image a:visited {
		color: #000;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	.magazine-image a:focus, .magazine-image a:hover, .magazine-image a:active {
		color: #000;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}

	/* komplett verlinktes magazin_Layout */
	a.magazine-link, a:link.magazine-link, a:visited.magazine-link {
		cursor: pointer;
		display: table;
		display: inline-block;
		filter: alpha(opacity=80);
		line-height: 0.0em;
		opacity: 0.80;
		-moz-opacity: 0.80;
	}
	a:focus.magazine-link, a:hover.magazine-link, a:active.magazine-link {
		cursor: pointer;
		filter: alpha(opacity=100);
		opacity: 1.00;
		-moz-opacity: 1.00;
	}