
/* main body and html styles */

html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	overflow: auto;
	
	background-color: #e0e0df;
	font-size: small;
	
	/* gegen firefox versprung */
	height: 100%;
	padding-bottom:0px; 
	margin-bottom: 0px;
	overflow:visable;
}

body {
	margin: 0; 
	padding: 0;
	font-size: 12px;
	overflow:visable;
}

/* Hauptinhaltsframe */


div#zentrierung {
	position: relative;
	width: 980px;
	margin-top: 0px;
	/*margin-left: 100;*/
	margin-left: auto;
	margin-right: auto;
	padding: 0px;		
	color: #555;
	background-color: #fff;	
	
}


/* setzt global erst mal alle divs auf 0 */
	* {
    margin: 0;
    padding: 0;
}



/* blauer Balken oben */

div#balken-blau {
	position: relative;
	height: 17px;
	background-color: #49569e;	
}


/* Grafik links oben */

   div#balken-blau img {
   position: absolute;
   left: 0px; /* ausrichtung links */
   top:0px; /* ausrichtung oben */
}


/* Behälter für Logo links und Bild daneben rechts */

div#kopf {
	height: 106px;
	position: relative;
	left: 0px; /* ausrichtung links */
	background-image: url(/fileadmin/bilder/backgroundline.gif);
	/* margin-bottom: 0px; */
	/* padding-bottom: 0px; */
	/ *top:0px; */
	/* bottom: 0px; */
	margin: 0;
	padding: 0;
}



/* Logo platzieren*/

img#logo {
	position: relative;
	left: 25px;
	top: 20px;	
}



/* animation oben rechts */

div#kopfbild {
	position: absolute;
	top: 3px;
	right: 0px;
	height:100px;
	width: 678px;
	margin-bottom: 0px;
}

/* Behälter für Menue oben */

div#navi {
	background-color: #4d4a47;
	height: 20px;
	padding:0px;
}

/* Listenelement für menue oben (unordered list) */

div#navi ul {
	list-style-type: none;
	margin-top: 0;
	margin-left: 0;
	padding:0px;
}


div#navi ul li{
	float: left;
	border-right: 2px solid #fff; /*trennlinie für menuetexte */
	padding:0px;
}

div#navi ul li.letzter{
	border-right: 0px solid #fff; /*keine trennlinie für menuetext letzter rechts */
}

/*textformatierung texte menue oben*/

div#navi ul li a{
	/* packt den text in einen block den man formatieren kann */
	display:inline-block;
	color: #fff;
	font-size: 1.1em;
	line-height: 20px;
	padding-left: 12px;	
	text-decoration: none;
	width: 149px;
}

/*farbänderung balken bei rollover (hover) menue wird blau*/

div#navi ul li a:hover{
	background-color: #49569e;
}

/* bei aktivem menue bleibt der menuepunkt blau*/

div#navi ul li a.aktiv{
	background-color: #49569e;
}


/*behaelter für dreispaltiges layout in der mitte*/

div#dreispaltig {

	overflow:auto;
	padding-top: 25px;	
	padding-bottom: 15px;	
	background-image: url(/fileadmin/bilder/backgroundline.gif);				
	background-repeat: repeat-y;
}



div#dreispaltig ol,  div#dreispaltig ul{
	margin-top: 10px;
}

/*behaelter für menue links*/

div#links {
	margin-top: 0px;
	width: 145px;
	/* width: 153px; */
	float: left;	
	padding: 8px;
	padding-top: 0px;
}

/* Navigation links */

div#navi2 {
	font-size: 10pt;

}

ul#ebene2 {
	list-style-type: none;	
	margin: 0;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 0px;
}

ul#ebene2 li{
	border-top: 1px solid #49569e;	
	/* border-top: 2px dotted #49569e; */
}

ul#ebene2 li.erster{
	border-top: 0px dotted #49569e;		
}

ul#ebene2 li a{
	text-decoration: none;
	color: #49569e;
}

ul#ebene2 li a.aktiv{
	color: #4d4a47;
}


ul#ebene3 {
	list-style-type: none;	
	margin: 0;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 15px;
	padding-left: 5px;
}

ul#ebene3 li{
	border-top: 0px dotted #49569e;	
}

ul#ebene3 li a{
	text-decoration: none;
	color: #aba8a8;
}

ul#ebene3 li a.aktiv{
	color: #a12645;
}

ul#ebene4 {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;	
}

ul#ebene4 li{
	list-style-type: none;
	border-top: 0px dotted #49569e;
	padding-left: 0px;	
}

ul#ebene4 li a{
	text-decoration: none;
	color: #aba8a8;
	/* padding-left: 5px; */
	padding-left: 0px;
}

ul#ebene4 li a.aktiv{
	color: #f29400;
	padding-left: 0px;
}

/*eine zeile 1pixel breit 400pixel hoch*/

/*div#mindesthoehe {*/
	/*width: 1px;*/
	/*height: 700px;*/
	/*float: left;*/
/*}

/*rahmen in der mitte*/

div#inhaltsrahmen {
	position:relative;
	/* width: 575px; */
	width: 560px;
	margin-right: 15px;
	/* border: 1px solid; */
	/* border-color: #49569e; */
	/* border: 2px dotted #49569e; */
	float: left;


	padding: 5px;
	padding-right: 12px;

	padding-left: 12px;

}

div#inhalt {	

	/*float: left;*/
}



div#inhaltslide {	
	/*float: left;*/
}




/*formatierung überschrift*/


div#inhalt fliesstext{
	margin-top: 5px;
	margin-bottom: 0px;
}


div#inhalt h1{
	color: #49569e;
	font-size: 1.4em;	
	margin-bottom: 5px;

	/*font-weight: normal;*/
}

div#inhalt h2{
	color: #49569e;
	font-size: 1.1em;	
	margin-bottom: 0px;
}

div#inhalt h3{
	color: #49569e;
	font-size: 1.0em;	
	margin-bottom: 0px;
}

div#inhalt h4{
	color: #49569e;
	font-size: 1.1em;	
	margin-bottom: 0px;
	margin-top: 10 px;
}

div#inhalt h6{
	color: #A12645;
	font-size: 1.0em;
	font-weight: normal;	
	margin-bottom: 0px;
	margin-top: 10 px;
}

div#inhalt p{
	margin-top: 5px;
	margin-bottom: 0px;
	
}

div#inhalt a{ 
	text-decoration: underline;
	color: #49569e;
}

div#inhalt img {
	margin-top: 2px;
	/* border: 1px solid #49569e; */
}


div#inhalt li {
	margin-left: 15px;
}






/* MehrZumThema*/
div.mehrZumThema {
	border-top: 2px dotted #49569e;
	position: absolute;
	bottom: 0px;
	line-height: 22px;
	width: 548px;
	text-align: center;
	font-size: 8pt;
}

div.mehrZumThema span {

}

div.mehrZumThema a {
	text-decoration: none !important;
}



div#rechts {
	/* width: 227px; */		
	width: 206px;
	
	float: left;
	/* padding: 6px; */
	padding-top: 0px; 
	padding-left: 14px;
}

div#rechts h1 {
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	padding-left: 2px;
	/* color: #49569e; */
	border-top: 1px solid #49569e;
	border-bottom: 1px solid #49569e;
	/* border-top: 2px dotted #49569e; */
	/* border-bottom: 2px dotted #49569e; */
	margin-bottom: 4px;
	background-color: #49569e;
}

div#rechts h2 {
	font-size: 1.1em;
	color: #49569e;
	border-top: 2px dotted #49569e;
	border-bottom: 2px dotted #49569e;
}

div#rechts h3 {
	font-size: 1.0em;
	color: #49569e;
	/* border-top: 2px dotted #49569e; */
	/* border-bottom: 2px dotted #49569e; */
}



div#rechts .ohnePunktlinien {
	background-color: none;
	border-top: 0px;
	border-bottom: 0px;	
}

div#rechts a {
	padding-top:0px;
	color: #49569e;
	text-decoration: none;
}

div#rechts p {
	margin-top: 0px;
	/* padding-bottom: 10px; */
}


div#rechts .csc-mailform-field label {
	width: 60px;
	display:block;
	float:left;
	line-height: 22px;
}

div#rechts .csc-mailform-field input {
	width: 150px;
}

div#rechts .csc-mailform-field #mailformbereich {
	width: 153px;
}

div#rechts .csc-mailform-submit {
	margin-top: 5px;
	width: auto !important;
}

div#rechts fieldset.csc-mailform {
	border: 0px; 
}


div#rechts clearer {
	margin-top:20px;
	padding-top:20px; 
}

			
div#fusszeile {
	clear:both;
	position: relative;
	height: 17px;
	background-color: #49569e;	
	
	font-size: 8pt;
}


div#copyright {
	color: #fff;
	margin-left: 5px;
	line-height: 16px;
}

div#fussrechts {
	position: absolute;
	right: 0px;
	top: 1px;
	
}
div#fussrechts	ul#sprachnavi {
	list-style-type: none;
	float: left;	
	margin-top: 0px;	
}

div#fussrechts	ul#sprachnavi li {
	float: left;
}

div#fussrechts	ul#sprachnavi li a {
	text-decoration: none;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;	
}

div#fussrechts	ul#sprachnavi li.active {
	color: #aaa;	
}

div#fussrechts	ul#sprachnavi li.empty {
	color: #fff;
	text-decoration: line-through;
	margin-left: 5px;
}


div#fussrechts	ul#sprachnavi li a img{
	border: 0px solid red;
}
			
div#fussrechts	ul#sonderseiten {
	list-style-type: none;
	float: left;	
	margin-top: 0px;	
}

div#fussrechts	ul#sonderseiten li {
	float: left;	
}

div#fussrechts	ul#sonderseiten li a {
	text-decoration: none;
	border-right: 1px solid #fff;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

div#fussrechts	ul#sonderseiten li a.letzter {
	border-right: 0px solid #fff;
}

/**    Das Kontaktformular   **/

form .kontakt_fehler {
	color: #a12645;
}


form textarea {
	width: 447px;
	height: 80px;
}


form td.spalte2 {
	width: 180px;
}


/*      Google Maps den Text ausblenden */

div.tx_lumogooglemaps_pi1_sidebar {
	display:none;
}


#submitbutton, #backbutton, .csc-mailform-submit {
	background-color: #49569e;	
	font-size: 9pt;
	color: #fff;
	border:  0px solid red;
	padding: 2px;
}

/*         Sitemap        */
div.csc-sitemap ul {
	margin-top: 0px !important;
}

div.csc-sitemap {
	margin-top: 14px;
}



/*         pagebrowser von tt_news        */
.tx-ttnews-browsebox-pageActive { display: none; }






/*         klickpfad        */
div#klickpfad {	
	position: absolute;	
	bottom: 25px; /* ausrichtung unten */
	padding-top: 15px;
	font-size: 12px;

	font-color: #000000;
	margin-top: 14px;
}




/* Formulare */
fieldset.csc-mailform {
	border:0;
}

input {
	text-align:left;
}

fieldset.csc-mailform label {
	width: 80px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block
}


/* fieldset.csc-mailform input, */
fieldset.csc-mailform textarea {
	text-align:left;
	margin-bottom: 10px;
	font-size:10px;
	font-family: Verdana, Helvetica, sans-serif;
	border:1px solid #ccc;
	padding:2px;
	width:250px;
}

#mailformformtype_mail {
	padding:2px;
	margin-left:0px;
	margin-top:30px;
	background:#49569e;
	border:1px solid #ccc;
	width:80px;
	text-align:center;
}


.csc-mailform-check {
        border: none;
        padding: 0px;
        margin-left: 90px;
        vertical-align: left;
        display: block;
        width: 15px;
        /* clear:left; */
  !important;
}

.csc-mailform-field {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.csc-mailform-label {
	color: #49569e;
	font-size: 1.1em;
	font-weight: bold;
}

