
/***********************************************************
	Reset browser specific definitions and define universalities
************************************************************/
html, body, div, p, h1, h2, h3,  span, a, table, td, form, img, hr, input, textarea, select {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Tahoma, Helvetica, sans-serif;
	vertical-align:top;

}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/***********************************************************
	For IE bug, with relative font definitions
************************************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color:#E9E9E9;
	font: 11px Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

/***********************************************************
	Page Areas
************************************************************/

#page {
	position: relative;
	min-height: 100%;
	background: #FFFFFF;
	width: 857px;
	margin: 0 auto;
	border: solid #E9E9E9;
	border-width: 0 1px;
}

#data {
	border-bottom: 1px solid #E9E9E9;
	background-color:#FFFFFF;
}

#left-column {
	float: left;
	width: 180px;
}

#right-column {
	float: right;
	width: 676px;
	border-left: 1px solid #E9E9E9;
}

/***********************************************************
	Page Area head
************************************************************/

#logo {
	text-align:center;
}


/***********************************************************
	Page Area Navi Left 1. Ebene
************************************************************/
#menu_left {
	border-bottom: 1px solid #E9E9E9;
}


#menu_left ul,
#menu_left ul li {
	display:inline;
	padding:0;
	margin:0;
}


#menu_left ul li a:link, 
#menu_left ul li a:visited,
#menu_left ul li a:active,
#menu_left ul li a:hover {
	display:block;
	padding:0.5em 0.5em 0.5em 2em;
	border-top:solid 1px #E9E9E9;
	font-size:11px;
	text-decoration:none;
	color:#6A6A6A;
}

#menu_left ul li  a:hover {
	background-color:#F9F9F9;
	
}

#menu_left ul li a.open:link,
#menu_left ul li a.open:visited,
#menu_left ul li a.open:active,
#menu_left ul li a.open:hover {
	color: #35943B;
	background: url(../img/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:0.6em 0.5em;
}

#menu_left ul li a.selected:link,
#menu_left ul li a.selected:visited,
#menu_left ul li a.selected:active,
#menu_left ul li a.selected:hover {
	color: #35943B;
	background: url(../img/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:0.6em 0.5em;
}

#menu_left .navi_first {
	border-top: 1px solid #E9E9E9;
	display:block;
	padding:0.5em 0.5em 0.5em 2em;
}

/***********************************************************
	Page Area Navi Left 2. Ebene
************************************************************/

#menu_left ul li ul li a:link, 
#menu_left ul li ul li a:visited,
#menu_left ul li ul li a:active,
#menu_left ul li ul li a:hover {
	border-top:0;
	padding-left:4em;
	background-position:2.6em  0.5em;
}


/***********************************************************
	Page Area Navi Left 3. Ebene
************************************************************/

#menu_left ul li ul li ul li a:link, 
#menu_left ul li ul li ul li a:visited,
#menu_left ul li ul li ul li a:active,
#menu_left ul li ul li ul li a:hover {
	border-top:0;
	padding-left:4em;
	background-position:3.1em  0.5em;
}

/***********************************************************
	Page Area Navi Top 
************************************************************/

#menu_top {
	border-bottom: 1px solid #E9E9E9;
}


#menu_top ul,
#menu_top ul li {
	display:inline;
	padding:0;
	margin:0;
}

#menu_top ul li a:link, 
#menu_top ul li a:visited,
#menu_top ul li a:active,
#menu_top ul li a:hover {
	display:block;
	padding:0.5em 0.5em 0.5em 2em;
	border-top:solid 1px #E9E9E9;
	font-size:11px;	
	color:#6A6A6A;
	text-decoration:none;
}

#menu_top ul li a:hover {
	background-color:#F9F9F9;
	
}

#menu_top ul li .selected {
	color: #35943B;
}

#menu_top ul li .open {
	color: #35943B;
}

/***********************************************************
	Page Area top visual
************************************************************/

#visual {
	background:#339139 url(../img/layout/background_green.jpg);
	padding-bottom:4px;
	
}

.visual_content {
	border:solid #E9E9E9;
	border-width:1px 0;
	height:154px;
}
	
	
.head_line {
	height:66px;
	font-size:40px;
	text-align:center;
	color:#FFFFFF;
	font-family:Times New Roman, Times, serif;
	padding-top:18px;
}

/***********************************************************
	Page Area menu header
************************************************************/


#menu_header {
	background-color:#B2CFB3;
	border-bottom:1px solid #FFFFFF; /* fix Firefox 1.0.x */
	border-top:3px solid #E9E9E9;

}

#menu_header ul {
	display:block;
	margin:0;
	padding:0 1em;
}
#menu_header ul li {
	display:inline;
	margin:0;
	padding:0;
}
#menu_header ul li a {
	display:block;
	float:left;
	font-size:12px;
	text-decoration:none;
	color:#3A423A;
	padding:0.5em 1em;
}
#menu_header ul li a:hover {
	font-size:12px;
	text-decoration:none;
	color:#3A423A;
	background:#F9F9F9;
}

#menu_header ul li a.selected:link,
#menu_header ul li a.selected:visited,
#menu_header ul li a.selected:active,
#menu_header ul li a.selected:hover {
	background:#E0EAE1;
}

#menu_header ul li.open a,
#menu_header ul li.open a:hover {
	background:#E0EAE1;
}

/***********************************************************
	Page Area content linke Spalte
************************************************************/
#left_column {
  float:left;
	width:180px;
}

/***********************************************************
	Page Area content rechte Spalte
************************************************************/

#right_column {
	float: right;
	width: 676px;
	border-left: 1px solid #E9E9E9;
}


/***********************************************************
	Page Area content
************************************************************/

#content {
	padding: 1em 5em 1em 2em;
	line-height: 15px;
	min-height: 20em;
	;
}





/***********************************************************
	Page Area content Mitte
************************************************************/
#column_center {

}

#column_center_popup {
	background-color:#FFFFFF;
	min-height:300px;
	padding:20px;

}

.content_alignment {
	margin:7px 15px 0px 25px;
}


/***********************************************************
	Page Area content rechte Spalte
************************************************************/
#column_right {
	float:right;
	padding:0px;
	margin:24px 5px 0px 5px;
}

/***********************************************************
	Page Area footer
************************************************************/

#footer {
	border-top: 1px solid #E9E9E9;
	padding: 1em;
}


/***********************************************************
	Page Area content - Suche
************************************************************/

.toplink {
	float:right;
}


/***********************************************************
	Page Area Suchbox
************************************************************/
.search_box {
	padding:1.5em 0.5em 0.5em 2em;
	border-top:solid 1px #E9E9E9;	
	text-decoration:none;
	color:#6A6A6A;
}

.input_search {
	font-size:11px;
	width:100px;
}


/***********************************************************
	Page Area content - News
************************************************************/
#ticker {
		border: 1px solid #E9E9E9;

}

#ticker .ticker_content {
	margin:5px;
}

#ticker .date {
	margin-bottom:2px;
}


#ticker .line {
	font-weight:bold;
}


#ticker .text {
	
	text-align:justify;
}



/***********************************************************
	H1-H6
************************************************************/
h1  {
	font-family:Times New Roman, Times, serif;
	font-size:26px;
	line-height:26px;
	font-weight:normal;
	color:#35943B;
	padding-bottom:15px;
}

h1 .center {
	text-align:center;
}

h1 a {
	font-weight:bold;
	font-size:26px;
	
}



/* SubTitle-Tag der Aktiven Seiten. */
h2 {
	font-size:11px;
	font-weight:bold;
	color:#696969;
}

/* Der H3-Tag ist für die Übersichten der News usw. zur Titeldarstellung */
h3 {
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
}

h4 {
	font-size:10px;
	font-weight:normal;
	margin-bottom:0px;
	color:#696969;
}

h4 a {
	font-size:10px;
}

/***********************************************************
	Linie
************************************************************/

.hr {
	color:#E9E9E9; /* for Windows IE */
	border:0px solid #E9E9E9; /* apparently for Opera 6 */
	background-color:#E9E9E9; /* for everyone else */
	height:1px;
	margin:5px 0px 5px 0px;
}

.line_mastercolor {
	border-top:1px solid #339139;
	color:#FFFFFF;
	margin:5px 5px 5px 0px;
}

.line_mastercolor_light {
	border-top:1px solid #696969;
	color:#FFFFFF;
	margin:5px 5px 5px 0px;
}

.line_black {
	border-top:1px solid #000000;
	color:#FFFFFF;
	margin:5px 5px 5px 0px;
}

.line_grey {
	border-top:1px solid #B4B3B3;
	color:#FFFFFF;
	margin:5px 5px 5px 0px;
}


/***********************************************************
	Verlinkungen
************************************************************/
#content a {
	text-decoration:underline;
	color:#35943B;
}

#content a:hover, a:active {
	text-decoration:underline;
	color:#35943B;
}
/***********************************************************
	misc definitions
************************************************************/

strong {
   font-weight:bold;
}

img {
	vertical-align:bottom;
}

/*Icons*/
.icons {
	width:24px;
}

/*Zurück-Links*/
.back {
	margin-top:5px;
	background-image:url(../img/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:5px 5px 5px 25px;
}

/*Nach vorne-Links*/
.forward {
	background-image:url(../img/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding:5px 5px 5px 15px;
}

/*Listenansicht*/
.u_list {
	margin-left:10px;
	margin-top:4px;
	margin-bottom:5px;
}

.list ul{
	list-style-image:url(../img/ul_list.gif);
}

.list .indent {
	margin-left:15px;
}


.small {
   font-size:10px;
   line-height:16px;
}

.very_small {
	 font-size:9px;
}

.red {
   color:#CC0000;
}


.grey {
   color:#B4B3B3;
}

.blue {
   color:#000099;
}

.mastercolor {
	color: #339139;
}

.listpoint {
	background-image: url('../img/list.gif');
	background-position: 0px 5px;
	background-repeat:no-repeat;
	padding-left:10px;
}

.mastercolor_light {
	color: #696969;
}


.mastercolor_background {
	color: #339139;
	background-color:#CDDFD1;
	padding:2px 0px;

}

.black {
   color:#000000;
}

.min_height {
		height:300px;
}



.space {
	margin:5px 0px;

}

.italic {
	font-style:italic;
}

.center{
	text-align:center;
	margin:0px auto;
}


/*Aussehen des Alphabetes*/
.alphabet {
	font-size:11px;
	font-weight:bold;

}

img {
   border:0;
}

table {
	margin:0px;
	padding:0px;
	border:0px;
	margin-bottom:5px;
	font-size:11px;
}

td.center, th.center {
	text-align: center;
	margin: 0px auto;
}

td.left, th.left {
	text-align: left;
}

td.right, th.right {
	text-align: right;
}

.right {
	text-align: right;
	margin-right:5px;
	font-size:11px;
}

div.right a {
	text-decoration:none;
}

/***********************************************************
	saemtliche Submit buttons
************************************************************/
.submit {
	color:#339139;
	width: 240px;
	height: 18px;
	cursor: pointer;
	font-weight:normal;
	background: url('../img/submit.gif') no-repeat;
	outline: none;
	border: 0px;
	font-size:11px;
}

/***********************************************************
	saemtliche Textgestaltungsbuttons
************************************************************/
.button {
	width: 30px;
	height: 24px;
	margin-bottom:5px;
	cursor: pointer;
	font-weight:normal;
	background: url('../img/button.gif') no-repeat;
	outline: none;
	border: 0px;
	font-size:11px;
}

.largebutton {
	width: 36px;
	height: 24px;
	margin-bottom:5px;
	cursor: pointer;
	font-weight:normal;
	background: url('../img/h1button.gif') no-repeat;
	outline: none;
	border: 0px;
	font-size:11px;
}


/***********************************************************
	div.content contactsite
************************************************************/

#content .contactform {
}

#content .contactadress {
	margin:15px 0px 0px 0px;
}

#content .contactform .zip {
	width:50px;
}

#content .contactform .city {
	width:186px;
}

/***********************************************************

************************************************************/

textarea {
	font-size:11px;
	width:380px;
}

.clearer {
	clear:both;
	line-height:0px;
	margin:0px;
	padding:0px;
	font-size: 0px;
	background:#FFFFFF;
}




/***********************************************************
	Error div
************************************************************/

div.error {
	border: 2px solid red;
	background-color: #7CADE6;
	padding: 0.5em;
	margin: 0.5em;
	visibility: hidden;
}

/***********************************************************
	Volltextdefinitionen
************************************************************/

/***********************************************************
	div um den Volltext herum
************************************************************/
.text_alignment {
	margin:15px 10px 5px 0px;
}
/*fulltext*/
#content p.fulltext {
 margin:10px 0px;

}

.textbase_table {
	width:540px;
}


/*inputfeld in der textbase fuer Zweispaltigkeit*/
#content .textbase_input_double{
	width:240px;

}
/* Mittlerer Bereich Text*/
.center_column_text {
	padding:5px 0px;
	text-align:left;
}

.textbase_textarea {
	width:500px;

}

.textbase_textarea_flex{
	width:95%;
}

.textbase_textarea_double {
	width:240px;

}


.vertical_alignment {
	margin:0px 0px 10px 0px;
}

.info img {
	margin-bottom:3px;

}

a.info:hover {
	color:#F8F8F8;
	text-decoration:underline;
}

/* Zwischenüberschrift */
.headline {
	font-size:11px;
	font-weight:bold;
	width:530px;
}

/*inputfeld in der textbase*/
#content .textbase_input{
	width:85%;

}
/* Farbdefinition der Überschriften in der Textbase */
#content  .round1 {
	background-color:#B2CFB3;
}

/* zwei Bilder nebeneinander */
.two_images {
	vertical-align:middle;
	text-align:center;
	width:95%;
}

/* zwei Tabellenspalten */
.two_table {
	font-size:11px;
	width:250px;
	height:300px;
	vertical-align:top;
}
/* zwei Tabellenspalten Ausgabe*/
.two_table_view {
	font-size:11px;
	width:47%;
	vertical-align:top;
}


.picture_title {
	font-size:10px;
	text-align:center;
}

.description {
	margin-bottom:10px;	
}
/***************************************************************
	Formatierungen, die nur in den Textbasemodulen genutzt werden.
****************************************************************/
/* Formatierung der Formatvorlage*/

.cms-edit-template-selector {
	background-color:#696969;
	width:540px;
	padding-left:5px;

}

/* Rahmen um die Bilder*/

.border {
	border: 1px solid #339139;
	padding:4px;
	text-align:center;
	margin-bottom:5px;
	font-size:10px;
}

/*Textbaseformatierung*/
.middle {
	vertical-align:middle;
	margin-right:15px;
}

/*Textbaseformatierung*/
.alignment_bottom {
	margin-bottom:5px;
}

/*Textbaseformatierung*/
.alignment {
	margin: 10px 0px;
}


/*Aussehen der Anker*/
.anchor {
	margin:0px 0px 10px 20px;
}

/*fett*/
.bold {
	font-weight:bold;
}

/*width:100%;*/
.width_100 {
	width:100%;
}

/***************************************************************
	Fehlermeldungsboxen oder Hinweisboxen
****************************************************************/

/*div.form_error*/
#content div.form_error {
	background-image: url(../img/info.gif);
	background-position: 5px 5px;
	background-repeat:no-repeat;
	width: 300px;
 	padding: 3px;
 	padding-top:5px;
 	padding-left:35px;
 	margin-bottom:15px;
 	padding-bottom:15px;
 	border: 1px solid #339139;
 	font-weight: normal;
 	background-color: #B2CFB3;
	visibility: hidden;
	font-size:10px;
	color:#000000;
}

/*div.hint_articles*/
#content div.hint_articles {
	font-size:10px;
	width: 530px;
 	padding: 3px;
 	margin-bottom:20px;
 	border: 1px solid #339139;
 	font-weight: normal;
 	color:#000000;
 	background-color: #B2CFB3;
}

/* Hinweisblock*/
.hint {
	width: 530px;
 	padding: 3px;
 	margin-bottom:20px;
 	border: 1px solid #339139;
 	font-weight: normal;
 	color:#000000;
 	background-color:#B2CFB3;
	font-size:10px;
}

/* Hinweisblock für Masterfarben*/
.hint_colors {
	width: 530px;
 	padding: 3px;
 	margin-bottom:20px;
 	border: 1px solid #339139;
 	background-color:#B2CFB3;
 	font-weight: normal;
	font-size:10px;
}


/***************************************************************
	Tooltip
****************************************************************/

.tooltip {
	width:200px;
	background-color:#FFFFFF;
	border: 1px solid #339139;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	padding-left:6px;
	padding-right:6px;
}

.popheader {
	font-weight:bold;
	color:#000000;
	margin-top:0px;
	font-size:10px;
}

.poptext {
	vertical-align:top;
	font-size:10px;
}


/***************************************************************
	Formatierungen für Definitionen und Hilfetexten
****************************************************************/
/* Hilfetexte */
.shorthelp	{
	cursor: help;
}

/* Definitionen */
dfn {
	font-style:normal;
	border-bottom: 1px dotted #339139;
}



/*********************************
	Form Labels
*/
#content label {
	cursor: pointer;
}

#content label.error {
	color: #C70505;
}

/***************************************************************
	Tabellendefinitionen
****************************************************************/


/*********************************
	Table borderless
*/
#content table.overview table.borderless th{
	text-align:left;
	border:0px;
}
#content table.overview table.borderless td{
	border:0px;
}

/*********************************
	Table overview
*/

/* table */
#content table.overview {
	width:550px;
	margin-top:5px;
	border-collapse:collapse;
}

/* Farbdefinition der Spalten */
#content table.overview .round1 {
	background-color:#B2CFB3;
}

#content table.overview .round2 {
	background-color:#CDDFD1;
}

/* Farbdefinition der Spalten */
#content .round3 {
	background-color:#F6FBE9;
}

#content .round4 {
	background-color:#FBFEF5;
}

/* td*/
#content table.overview td{
	padding:3px;
	border:1px solid #000000;
}

/* th*/
#content table.overview th{
	padding:3px;
	border:1px solid #000000;
}

/***************************************************************
	Tabellendefinitionen für z.B. Kontaktformular
****************************************************************/
/*********************************
	Table form
*/
/* table */
#content table.form {
	margin:10px;
	border-collapse:collapse;
}
/* th */
#content table.form th {
	font-weight:normal;
}
/* td */
#content table.form td {
	padding: 0.1em;
	text-align:left;
}
/* thead -> th */
#content table.form thead th {
	padding: 0.3em;
	text-align:center;
}

/* thead -> th.head */
#content table.form thead th.head {
	font-size:11px;
}
/* tbody -> th */
#content table.form tbody th {
	padding: 0.1em;
	text-align:left;
	vertical-align:top;
}
/* tbody -> td */
#content table.form tbody td {

}

/* tbody -> td.subheading */
#content table.form tbody td.subheading {
	font-weight: bold;
	text-align: center;
}
/* tbody -> td -> input */
#content table.form tbody td input {
	width: 240px;
}
/* tbody -> td -> input 335px;*/
#content table.form tbody td textarea {
	font-size:11px;
	width: 240px;
}

#content table.form tbody td input[type=checkbox] {
	width: 15px;
}

#content table.form td input[type=radio] {
	width: 15px;
}

#content table.form td .indent  {
	width: 77px;
}


/* tfoot -> th */
#content table.form tfoot th {
	padding: 0.3em;
	text-align: center;
}



