/*ACHTUNG: 

Das IE7.js/IE8.js-Skript (um Darstellungsprobleme beim IE6 zu umgehen) hat Schwierigekleiten mit Umlauten in CSS-Dateien, AUCH IN DEN KOMMENTAREN!!! Die typische Fehlermeldung in der Javascript-Konsole lautet: "style ist null oder kein Objekt" 

Ansonsten:
Die Schrift Lucida NIE benutzen, sie rendert stark unterschiedlich
"floated"-Divs muessen ein display:inline und overflow:hidden notiert haben
Container, die Floatende Divs enthalten, muessen overflow:auto und eine width und/oder height-Angabe haben

*/

/* RESET fuer alle Abstaende etc: */
@import"reset.css";


/* Wichtige Farben
tuerkis 		= #25a6a8
gelb-gruen		= #75b96c
*/


body, html, p, div, td, input, textarea, select, h1, h2, h3, h4, h5, h6{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

/* Bug im IE:  Inputfelder haben immer einen Margin oben*/
input { margin:-1px 0; }      /* all browsers read this, used to target IE6 */
html>body input { margin:0px; }       /* IE 6 cannot read this, others can */
*+html>body input {margin:-1px 0; }      /* targets IE7 */

/* Hier allgemeing�ltige Formatierungen */

a{
	color:#25a6a8;
}
a:link {
   
}

a:visited {
   
}

a:hover {
   
}

a:active {
   
}
td{
	vertical-align:top;
}

/* Oft ist das Clearen gar nicht noetig: Man kann dem umgebenden Container ein "overflow:auto;" oder auch ein "overflow:hidden;" geben und eine Breitenangabe. Floatende Divs benoetigen eine Breitenangabe, "diplay:inline" und "overflow:hidden;". Das Layout muss bei Anwendung bitte in den verschiedenen Browsern getestet werden. */
.cl{
	clear:both;
	height:0;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
/* Klasse sinnvoll bei Dingen, die beispielsweise nur im Drucklayout abgezeigt werden sollen */
.inv{
	display:none;
}


/* Sektionsweite Formatierungen */
#wrapper{
	width:930px;
	margin:22px 26px 0 26px;
}
#kopf{
	overflow:auto;
	margin-bottom:33px;
	width:930px;
}
#kopf .logo{
	width:249px;
	display:inline;
	overflow:hidden;
	float:left;
}
#kopf .balken_tuerkis{
	width:450px;
	height:83px;
	background:url(../m/bg_balken_tuerkis.png) repeat-x;
	display:inline;
	overflow:hidden;
	float:left;
}
#kopf .balken_gelbgruen{
	background:url(../m/bg_balken_gelbgruen.png) repeat-x;
	display:inline;
	overflow:hidden;
	float:left;
	height:25px;
	width:226px;
	text-align:right;
	padding-right:5px;
	padding-top:58px;
}
.balken_gelbgruen img{
	margin-left:5px;
}
/********** Menue Kopf **********/
#menue_kopf{
	text-decoration: none;
	padding-top:60px;
	padding-left:5px;
}
#menue_kopf li.on, #menue_kopf li a:hover{
	color:#FFFFFF;
}
#menue_kopf li{
	list-style-type:none;
	float: left;
	padding:0px 7px;
}
#menue_kopf a{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}
#menue_kopf .on a{
	color:#FFFFFF;
}
/********** Menue Kopf ENDE **********/

/********** menue_links **********/

#menue_links a {
	text-decoration:none;
	font-weight:normal;
	color:#49B078;
}

#menue_links ul, #menue_links li{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}
#menue_links ul{
	padding-top:10px;
}
#menue_links li.sub1{
	font-size:16px;
	border-bottom: 1px solid #b5b6b7;
	padding: 4px 0;
}
#menue_links li.sub1.on {
	border-bottom:1px solid #b5b6b7;
}*
#menue_links li.sub1.actsub a, #menue_links li.sub1.on a, #menue_links li.sub1 a:hover{
	color:#858585;
	font-weight:bold;
}
#menue_links li.sub1 a:hover{
	font-weight:normal;

}
#menue_links li.sub1.actsub a:hover, #menue_links li.sub1.on a:hover{
		font-weight:bold;

}
#menue_links li.sub2 {
	padding: 2px 0;
	padding-left:10px;
	font-size:13px;
}
#menue_links li.sub2.on a, #menue_links li.sub2 a:hover{
	color:#858585;
}
#menue_links li.sub1.actsub{
	border-bottom: 1px solid #ffffff;
}
#menue_links li.sub2.last{
	border-bottom: 1px solid #b5b6b7;
}
.border{
	border-bottom: 1px solid #b5b6b7;
	padding-top:25px;
}

/********** menue_links ENDE**********/

/******** linke spalte*********/
#spalte_links{
	display:inline;
	overflow:hidden;
	float:left;
	width:219px;
	padding-right:30px;
}
/******** linke spalte ENDE*********/

/******** Suchfeld *********/

#spalte_links{
	float:left;
	width:220px;
}
.suchfeld {
	color:#CCCCCC;
	border:1px solid #CCCCCC;
	height:19px;
	width:193px;
	padding:3px 3px 0 3px;
}
.suchformular table{
	margin: 10px 0 0 10px;
}
#suchbox td{
	padding-top:1px;
}
/******** Suchfeld ENDE*********/

/******** content*********/
#content{
	overflow:auto;
	width:930px;
	margin-bottom:30px;
}
#inhalt{
	display:inline;
	overflow:hidden;
	float:left;
	width:430px;
	line-height:20px;
	padding-right:20px;
}
#inhalt h2{
	font-size:15px;
	color:#25a6a8;
	/*margin-bottom:5px;*/
}
#inhalt h3{
	font-size:13px;
	color:#25a6a8;
	/*margin-bottom:5px;*/
}
#inhalt h4{
	font-size:12px;
	color:#25a6a8;
	/*margin-bottom:5px;*/
}
#inhalt p{
	margin-bottom:15px;
}
#inhalt ul, #rechte_spalte ul, #inhalt ol, #rechte_spalte ol{
	margin-left:15px;
	list-style-type:disc;
	margin-bottom:15px;
}
/******** content ENDE*********/

/******** rechte spalte*********/
#rechte_spalte{
	display:inline;
	overflow:hidden;
	float:left;
	width:229px;
}
#rechte_spalte img{
	border:1px solid #cccccc;
}
#rechte_spalte .bildunterschrift, .csc-textpic-caption{
	font-size:11px;
	color:#469c4f;
	width:231px;
	padding-top:6px;
	line-height:15px;
}
.csc-textpic-clear{
	margin-bottom:15px;
}
/******** rechte spalte ENDE*********/

/******** footer*********/
#footer{
	height:76px;
	overflow:auto;
}
.footer_logo{
	display:inline;
	overflow:hidden;
	float:left;
	width:248px;
}
.footer_linie{
	display:inline;
	overflow:hidden;
	float:left;
	width:406px;
	border-top:3px solid #25a6a8;
}
/******** footer ENDE*********/

/******** RTE*********/

.textmarker{
	background:#FFFF00;
	font-weight:bold;
	color:#FF0000;
}
/******** News*********/
.tx-ttnews-browsebox{
	text-align:center;
}
.tx-ttnews-browsebox table{
	margin:auto;
}
.tx-ttnews-browsebox td{
	padding:0 3px;
}
/*Suche*/
.searchbox-tmpl-css{
	display:none;
}
.browsebox{
	text-align:right;
}
.browsebox li{
	display:inline;
	margin-left:5px;
}

/*tx-veguestbook-pi1*/
.tx-veguestbook-pi1 fieldset{
	padding:1em;
	border-top:1px solid #25A6A8;
}
#inhalt .tx-guestbook-form-error{
	margin-bottom:0;
}
#inhalt .tx-guestbook-header{
	background:#25A6A8;
	color:#fff;
	height:10px;
	font-size:12px;
	line-height:12px;
	padding:8px 0 8px 12px;
}
#inhalt .tx-veguestbook-pi1 .tx-guestbook-left{
	background:#fff;
	height:auto; 
	float:none;
	width:auto;
	min-height:15px;
}
.tx-veguestbook-pi1 .tx-guestbook-clear{
	display:none;
}
#inhalt .tx-veguestbook-pi1 .tx-guestbook-right{
	float:none;
}
#inhalt .tx-guestbook-right p{
	margin-bottom:0;
}
.tx-veguestbook-pi1 .tx-guestbook-result{
	margin:0 0 5px 0;
}
.tx-guestbook-submit{
	border:1px solid #25A6A8;
	padding:2px;
}
/*tx-felogin-pi1*/
#inhalt .tx-felogin-pi1 h3{
	background:#25A6A8;
	color:#fff;
	padding:3px;
	margin:0 0 5px 0;
}

#inhalt .tx-felogin-pi1 fieldset DIV, #inhalt .tx-felogin-pi1 fieldset legend{
	margin:0 0 10px 0;
}
#inhalt .tx-felogin-pi1 DIV{
	font-weight:bold;
}
/*tx-felogin-pi1 RECHTE SPALTE*/
#rechte_spalte .tx-felogin-pi1 h3{
	background:#25A6A8;
	color:#fff;
	padding:3px;
	margin:0 0 5px 0;
}
#rechte_spalte .tx-felogin-pi1 div{
	margin:0 0 10px 0;
}
#rechte_spalte .tx-felogin-pi1 legend{
	margin:0 0 10px 0;
}

/*tx-3sdocexchange-pi1*/
.tx-3sdocexchange-pi1 table{
	width:430px;
	text-align:left;
	margin:0 0 10px 0;
}
.tx-3sdocexchange-pi1 table tr{
	height:30px;
}
.tx-3sdocexchange-pi1 table tr td.datum{
	width:20%;
	padding:10px 0 0 0;
}
.tx-3sdocexchange-pi1 table tr td.titel{
	width:60px;
	padding:10px 0 0 0;
}
.tx-3sdocexchange-pi1 table tr td.datei{
	width:60px;
	padding:10px 0 0 0;
}
.tx-3sdocexchange-pi1 form .input_file, .tx-3sdocexchange-pi1 form .input_text, .tx-3sdocexchange-pi1 form .input_textarea{
	margin:0 0 10px 0;
}
.tx-3sdocexchange-pi1 form .input_file label{
	padding:0 4px 0 0;
}
.tx-3sdocexchange-pi1 form .input_text label{
	padding:0 10px 0 0;
}
.tx-3sdocexchange-pi1 .input_textarea{
	
}
.tx-3sdocexchange-pi1 .input_textarea label{
	display:block;
}
.tx-3sdocexchange-pi1 .input_textarea textarea{
	width:268px;
	height:50px;
}
.tx-3sdocexchange-pi1 .input_submit{
	
}
.tx-3sdocexchange-pi1 .input_text .error, .tx-3sdocexchange-pi1 .input_file .error{
	color:#ff0000;
}
.tx-3sdocexchange-pi1 .input_file input {
	height:23px;
}
.tx-3sdocexchange-pi1 .input_text  input{
	height:16px;
}
