
/***********************************************************
	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:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Lucida Grande, Geneva, Arial, sans-serif;;
	vertical-align:top;
}

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

body {
	margin: 0px;
	padding: 0px;
	font-size:12px;
}

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

#page {
	width:1025px;
	margin: 0px auto;
	padding: 0px;
	height:100%;
	border:1px solid #8BA577;
	background-color:#AFD6A8;
}

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

#head {	
	height:327px;
	margin:0px;
	background-color:#80AC8B;
}

#logo_left {
  float:left;
  margin:0px;
}

#logo {
}


/***********************************************************
	Page Area head navi_top
************************************************************/
#navi_top {
	padding-top:9px;
	border-bottom:3px solid #AED6A6;
}
#navi_top ul {
	text-align:right;
	display:block;
	margin:0px;
	padding:0px 0px 10px 0px;
}

#navi_top ul li {
	display:inline;
	margin-right:25px;
	padding:0;
}

#navi_top ul li a {
	
}

#navi_top ul li a:link, 
#navi_top ul li a:visited,
#navi_top ul li a:active,
#navi_top ul li a:hover {
	text-decoration:none;
	color:#FFFFFF;
}

#navi_top ul li a:hover {
	text-decoration:none;
	color:#DCE8DF;
}
#navi_top ul li a:active {
	text-decoration:none;
	color:#FFFFFF;
}

#navi_top ul li .selected{
	text-decoration:none;
	color: #000000;
}

/***********************************************************
	Page Area Suchbox
************************************************************/

#navi_top .search_box{
	color:#FFFFFF;
	float:right;
	margin-right:30px;
}

#navi_top  .search_box .input_search{
	font-size:9px;
	border: 1px solid #DDDDDD;
	border-style:inset;
	height:12px;
	width:100px;
	padding:1px;
}

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



/***********************************************************
	Page Area Suchbox
************************************************************/
.search_box {

}

.search {
	padding-top:10px;
}

/***********************************************************
	Page Area content right visual
************************************************************/

#visual {
	margin: 0px 0px 0px 0px;
	padding:0px;
	border-bottom:3px solid #AED6A6;
	width: 1024px;
}

#visual_flash {
	margin: 0px 0px 0px 0px;
	padding:0px;
	border-bottom:3px solid #AED6A6;
	width: 1024px;
	height: 180px;
}



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

#content {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index:3;
}

/***********************************************************
	Verlinkungen
************************************************************/

/***********************************************************
	Focus auf den Link
************************************************************/

a:focus {

}


#content a {
	color: #2C3F1E;
	text-decoration: none;
}

#content a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

/***********************************************************
	Page Area content linke Spalte
************************************************************/
#content_left {
  float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:left;
}

#content_right {
	margin:0px 0px 0px 0px;
	padding:0px;
	padding-left:175px;
	
}

/***********************************************************
	Page Area Navi Left 1. Ebene
************************************************************/
#navi_left {
	margin:0px 0px 0px 0px;
}

#navi_left ul {
	margin:0px;
	padding:0px;
	width:176px;
}

#navi_left ul li{
	display:inline;
	padding:0px;
}

#navi_left ul li a:link, 
#navi_left ul li a:visited,
#navi_left ul li a:active {
	background-color: #8BA577;
	border-bottom:1px solid #AFD6A8;
	border-right:1px solid #AFD6A8;
	display:block;
	padding:4px 0px 4px 5px;
	text-decoration:none;
	color:#FFFFFF;
	margin-left:0px;
}

#navi_left ul li  a:hover {
	color:#000000;
}

#navi_left ul li a.active {
	background: #8ba577 url('../img/icons/menu_icon.gif') right center no-repeat;	
}

#navi_left ul li a.open:link,
#navi_left ul li a.open:visited,
#navi_left ul li a.open:active,
#navi_left ul li a.open:hover {
	font-weight:bold;
	color:#000000;
}

#navi_left ul li a.selected:link,
#navi_left ul li a.selected:visited,
#navi_left ul li a.selected:active,
#navi_left ul li a.selected:hover {
	font-weight:bold;
	color:#000000;
}

#navi_left .navi_first {
	display:block;
	padding:1px 0px 1px 5px;
	text-decoration:none;
	color:#FFFFFF;
}


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

#navi_left ul li ul li a:link, 
#navi_left ul li ul li a:visited,
#navi_left ul li ul li a:active,
#navi_left ul li ul li a:hover {
	border-top:0;
	padding-left:18px;
	background:0;
	background-color:#AFD6A8;
	border-top:1px solid #FFFFFF;	
	font-weight:normal;
	color:#000000;
}


#navi_left ul li ul li a.open:link,
#navi_left ul li ul li a.open:visited,
#navi_left ul li ul li a.open:active,
#navi_left ul li ul li a.open:hover {
	font-weight:normal;
	color:#000000;
	background-color:#758FBB;
}

#navi_left ul li ul li a:hover {
	color:#000000;
	background-color:#567E6A;
}

#navi_left ul li ul li a.selected:link,
#navi_left ul li ul li a.selected:visited,
#navi_left ul li ul li a.selected:active,
#navi_left ul li ul li a.selected:hover {
	font-weight:normal;
	color:#000000;
	background-color:#567E6A;
}



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

#navi_left ul li ul li ul li a:link, 
#navi_left ul li ul li ul li a:visited,
#navi_left ul li ul li ul li a:active,
#navi_left ul li ul li ul li a:hover {
	padding-left:32px;
	background:0;
	background-color:#D7D7D7;
	border-top:1px solid #FFFFFF;	
	color:#000000;
}

#navi_left ul li ul li ul li a.open:link,
#navi_left ul li ul li ul li a.open:visited,
#navi_left ul li ul li ul li a.open:active,
#navi_left ul li ul li ul li a.open:hover {
	font-weight:normal;
	color:#B81014;
	background-color:#D7D7D7;
}

#navi_left ul li ul li ul li a:hover {
	color:#B81014;
}

#navi_left ul li ul li ul li a.selected:link,
#navi_left ul li ul li ul li a.selected:visited,
#navi_left ul li ul li ul li a.selected:active,
#navi_left ul li ul li ul li a.selected:hover {
	font-weight:normal;
	color:#B81014;
	background-color:#D7D7D7;
}




/***********************************************************
	Page Area content right
************************************************************/
/*Für die Schriftvergrößerungen in Javascript*/

#breadcrumb {
}

#breadcrumb a{
	
}

#breadcrumb a:link, 
#breadcrumb a:visited,
#breadcrumb a:active {
	
}

#breadcrumb  a:hover {
	
}


/***********************************************************
	Page Area activities
************************************************************/

#activities {
	padding-top:3px;
	padding-bottom:3px;
	background-color:#8BA577;
	//border-bottom:2px solid #8BA577;
}
.activity_buttons {
	padding-top:0px;
}

.activity_buttons p{
	padding:0px 0px 5px 0px;
}

.activity_buttons img{
	padding:0px 5px 0px 20px;
}

.beige {
}




/***********************************************************
	Page Area content Mitte
************************************************************/
#column_center {
	background-color:#FFFFFF;
	padding:10px 5px 5px 10px;
	margin-top:0px;
	min-height:400px;
	width:835px-2;
	border-left:1px dotted #8BA577;
	
}

#column_center a {
	text-decoration:underline;
}

#column_center_with_right {
	background-color:#FFFFFF;
	padding:10px 10px 5px 10px;
	padding-right:0px;
	margin-top:0px;
	min-height:400px;
	width:661px;
	border-right:1px dotted #8BA577;
	border-left:1px dotted #8BA577;
}

#column_center_with_right a {
	text-decoration:underline;
}

#column_center_admin {
	padding:10px 1px 5px 10px;
	margin-top:0px;
	width:835px;
	min-height:400px;
	background-color:#FFFFFF;
}

#column_center_admin a {
	text-decoration:underline;
}

#column_center_popup {
	padding:10px 0px 5px 15px;
	margin-top:0px;
	margin-left:18px;
	width:600px;
	min-height:400px;
}
#column_center_popup a {
	text-decoration:underline;
}

#column_center_printer {
	padding:15px 0px 5px 15px;
	margin-top:0px;
	margin-left:18px;
	width:835px;
	min-height:400px;
	background-color:#FFFFFF;
}

#column_center_printer a {
	text-decoration:underline;
}

.content_alignment {
	margin:0px;
}


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

#column_right a {
	text-decoration:underline;
}

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

#footer {
	font-size:11px;
	height:24px;
	margin:0px;
	width:1025px;
	background: url(../img/layout/left_background.gif) repeat-x;
	background-position:0px 0px;
	background-color:#AFD6A8;
}

#footer div.title {
	color: #FFFFFF ;
	margin-left:176px;
	padding-top:5px;
}

#footer_popup {
	background-color:#2C3F1E;
	font-size:11px;
	height:24px;
	margin-left:18px;
	padding:0px 1px 0px 1px;
	border: 1px solid #758FBB;
	width:613px;
}

#footer_popup div.title {
	color: #FFFFFF ;
	margin-left:20px;
	padding-top:1px;
}

/***********************************************************
	Page Area content - News
************************************************************/



#ticker {
	width: 176px;
	margin:0px;
	padding:0px;
	height:100%;
	margin-right:0px;
	padding-bottom:5px;
}

#ticker .ticker_content {
	margin:5px 5px;
}

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


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


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



/***********************************************************
	H1-H6
************************************************************/
h1 {
	font-weight:bold;
  color: #000000;
  font-size:16px;
  margin-bottom:5px;
}


h2 {
	font-weight:bold;
  color: #2C3F1E;
  margin-bottom:5px;
  font-size:14px;
}


h3 {
	color:#000000;
	font-weight:bold;
	margin-bottom:5px;
	font-size:12px;
}


h4 {
	font-size:11px;
	color:#2C3F1E;
	margin-bottom:5px;
}


/***********************************************************
	Linie
************************************************************/
.hr {
	margin:5px 5px 5px 0px;
	background-color:#D7D7D7;
	border-top:1px solid #D7D7D7;
}

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

.line_mastercolor_light {
	border-top:1px solid #758FBB;
	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 #807F84;
	color:#FFFFFF ;
	margin:5px 5px 5px 0px;
}


/***********************************************************
	Printbereich nicht mitdrucken
************************************************************/

@media print {
	.none {
		display:none;
	}
	
	img {
		border:none;
	}
}


/***********************************************************
	misc definitions
************************************************************/

.bottom_alignment {
	margin-bottom:10px;
	width:99%;
}


.box_header {
	background: url(../img/layout/left_background.gif) repeat-y;
	background-position:top left;
	color:#FFFFFF;
	padding:5px 0px 5px 5px;
	border-top:1px solid #FFFFFF;
}

strong {
   font-weight:bold;
}

img {
	vertical-align:bottom;
}

select {
	max-width:250px;
}

.display_none {
	display:none;	
}

.display_inline {
	display:inline;	
}

.nobr {
	white-space:nowrap;
}

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

/*Box für Hilfe Seite kommentieren und Kommentare*/
.box {
	background-color:#DCE8DF;
	border: 1px solid #758FBB;
	padding:5px;
	margin-bottom:5px;
	margin-right:10px;
	
}

.information {
	visibility:hidden; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1;
}

/*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 4px;
	padding:5px 5px 5px 25px;
}

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

.floater_left {
	float:left;
	padding-right:15px;
}

.floater_right {
	float:right;
	padding-left:15px;
	padding-right:5px;
}

.clearer_left {
	clear:left;
}

.clearer_right {
	clear:right;
}



.margin_20 {
 margin-left:20px;	
}

.margin_25 {
 margin-left:25px;	
}

.margin_40 {
 margin-left:40px;	
}

.overflow {
	overflow:hidden;
}

.articleimagealign_left {
	float:left;
	margin-left:10px;
}


.articleimagealign_right {
	float:right;
	margin-right:10px;
}

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

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


.small {
   font-size:11px;
}

.very_small {
	 font-size:10px;
}

.red {
   color:#CC0000;
}


.grey {
   color:#807F84;
}

.blue {
   color:#000099;
}

.mastercolor {
	color: #B81014;
}

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

.mastercolor_light {
	color: #2C3F1E;
}


.mastercolor_background {
	color: #B81014;
	background-color:#DCE8DF;
	padding:2px 0px;

}

.black {
   color:#000000;
}

.min_height {
		height:300px;
}

.margin_top {
	margin-top:100px;
}


.space {
	margin:5px 0px;

}

.italic {
	font-style:italic;
}

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

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

.left {
	text-align:left;
}

.justify {
	text-align:justify;
}

.width_5 {
	width:5px;
}




/*Aussehen des Alphabetes*/
.alphabet {
	font-weight:bold;
	color:#B81014;
}

img {
   border:0;
}

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

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

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

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


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

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

/***********************************************************
	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;
}

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


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

div#content .contactform {
}

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

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

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

textarea {
	width:380px;
}

.clearer {
	clear:both;
	line-height:0px;
	margin:0px;
	padding:0px;

}




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

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

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

.tooltip {
	width:250px;
	background-color:#FFFFFF ;
	border: 1px solid #B81014;
	;
	-moz-opacity:.95;
	opacity:.95;
	padding-left:6px;
	padding-right:6px;
}

.tooltip_logo {
	width:700px;
	background-color:#FFFFFF ;
	border: 1px solid #B81014;
	;
	-moz-opacity:.95;
	opacity:.95;
	padding-left:6px;
	padding-right:6px;
}

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

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


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

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

}

.textbase_table {
	width:800px;
}

.red_border {
	border:2px solid #CC0000;
	padding:2px;
}


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

}
/* Mittlerer Bereich Text*/

.textbase_textarea {
	width:800px;

}

.textbase_textarea_flex{
	width:95%;
}

.textbase_textarea_double {
	width:240px;

}


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

.info img {
	margin-bottom:3px;

}

.back_link {
	margin:10px 0px 5px 0px;

}

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

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

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

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

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

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


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

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

.cms-edit-template-selector {
	background-color:#758FBB;
	width:800px;
	padding-left:5px;

}

/* Rahmen um die Bilder*/

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

.border_collapse {
	border-collapse:collapse;
}

/* Rahmen um die generierte Tabelle*/
.table_border {
	padding:5px 5px 5px 5px;
	border: 1px solid #CCCCCC;
}


.table_border_no {
	padding:5px 5px 5px 5px;
}

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

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

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

/*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 #B81014;
 	font-weight: normal;
 	background-color: #D7D7D7;
	visibility: hidden;
	color:#B81014;
}

/*div.hint_articles*/
#content div.hint_articles {
	width:800px;
 	padding: 3px;
 	margin-bottom:20px;
 	border: 1px solid #B81014;
 	font-weight: normal;
 	color:#B81014;
 	background-color: #D7D7D7;
}

/* Hinweisblock*/
.hint {
	width:800px;
 	padding: 3px;
 	margin-bottom:20px;
 	border: 1px solid #B81014;
 	font-weight: normal;
 	color:#B81014;
 	background-color:#D7D7D7;
}

/* Hinweisblock für Masterfarben*/
.hint_colors {
	width:800px;
 	padding: 3px;
 	margin-bottom:20px;
 	border: 1px solid #B81014;
 	background-color:#D7D7D7;
 	font-weight: normal;
	font-size:11px;
}


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

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



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

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

/***************************************************************
	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:800px;
	margin-top:5px;
	border-collapse:collapse;
}

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

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

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

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

/* 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 {
}
/* 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 {
	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;
}

