@media all
{

body {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	/*height: 100%;*/
	font-size:100.01%;
} html > body {font-size:100.01%} 


hr.clear_columns {
	 content: "."; 
    display: block; 
    height: 0; 
    font-size: 0; 
    clear: both; 
    float: left; 
    visibility: hidden; 
    border: 0; 
    /*margin-top: -2em;*/
}

/* ######################################################################################################
** ### CSS-Hacks ########################################################################################
** ######################################################################################################
*/

/* Cleafix-Hack siehe: http://jassesnee.de/easyclear/ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac wegen dem backslash >\*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* => alle anderen Browser setzen .clearfix auf block */



/* Cleafix-Hack zum Clearen der eingeschlossenen Float-Umgebungen "floatbox" */
.floatbox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.floatbox {
	margin:0px;
	padding:0px;
	float:left; 
	width: 100%; 
	display: inline-table; 
}

/* ANFANG der Elemente */

#aussendiv {
	text-align: left;
	width: 875px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

/* versteckter div fuer den direkten link zum inhalt*/
.hidden, dfn {
	visibility: hidden;
	display: none;
}

#inhaltsdiv {
	display: block;
	/*width: 873px;*/
	/*width: 100%;*/
	border: 1px solid #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-color: #F0F0F0;
	/*height: 100%;*/

	width: 875px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	
}

#balken_oben {
	display: block;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	position: relative;
	border-bottom: 1px solid #C6C6C6;
}

#logo {
	position: absolute;
	float: left;
	width: 200px;
}

#bild {
	position: relative;
	float: right;
	padding: 0;	
	background-color: #FFFFFF;
}

#kopftext {
	float: left;
	width: 266px;
}

#kopfbild {
	float: left;
	width: 471px;
}



#navi_inhalt {
	display: block;
	clear: both;
	width: 100%;
}

#linke_spalte {
	/*position: absolute !important;*/
	position: relative;
	/*z-index: 3;*/
	float: left;
	/*background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	background-color: #F0F0F0;
	margin: 0px;
	padding: 23px 0 0 0;
	/*width: 134px;*/
	/* besser: dynamisch*/
	width: 9em;
}

#linke_spalte_inhalt {
	position: relative; 
	/*z-index: 4; */
	padding: 0;
}


/* aktueller Hauptmenupunkt */

#akt_hauptmenupunkt {
	text-align: center;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}

#akt_hauptmenupunkt ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#akt_hauptmenupunkt li {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
}

#akt_hauptmenupunkt li div.no {
	padding: 0.3em 0px 0.3em 0px;
	background-color: #CC3333;
	color: #FFFFFF;
	font-weight: bold;
}

#akt_hauptmenupunkt li div.no a:link, #akt_hauptmenupunkt li div.no a:visited, #akt_hauptmenupunkt li div.no a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#untermenu {
	margin: 0;
	padding: 0;
}


/* Inhaltsspalte */

#mittlere_spalte {
	/*position: relative;*/
	width: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	/*margin: 0px 134px 0px 134px;*/
	padding: 0;
	margin: 0 9em 0 9em;
}

#mittlere_spalte_inhalt {
	padding-top: 0px; /* Hack! Notwendig damit Firefox und Opera den oberen Rand auf Null setzen */ 
	margin:0;
	padding: 0;
	position: relative;
	height: 100%;
}

/* Use of the Holly-Hack show these declaration to IE only. 
This is necessary to avoid the 'disappearing background bug' */
/*
* html #mittlere_spalte, mittlere_spalte_inhalt {
    position: relative;
}
*/

#hauptmenu {
	display: block;
	/*width: 100%;*/
	margin: 0px;
	padding: 0px;
	/*position: relative;*/
}	

#navhistory {
	margin: 0.5em 0 0 0;
	/*width: 100%;*/
	display: block;
	/*border-top: 1px solid #C6C6C6;*/
	border-bottom: 1px dotted #C6C6C6;
}


#inhalt {
	/*position: relative;*/
	margin: 0;
	display: block;
	/*border-bottom: 1px solid #C6C6C6;*/
	padding: 0 1em 0 1em;
}

#inhalt div.center {
	text-align: center;
	width: 100%;
}

#inhalt div.center p {
	text-align: center;
}

#inhalt div.center h4 {
	text-align: center;
}

#inhalt div.center .csi-image {
	border: 0;
	margin: 0;
	padding: 0 5px 0 0;
}

#inhalt .csi-above {
	margin: 1em 0 0 0;
	clear: both;
}

#inhalt .csi-above .csi-image {
	border: 0;
	margin: 0;
	padding: 0 5px 0 0;	
}



/* rechte Spalte */

#rechte_spalte {
	/*position: absolute !important;*/
	position: relative;
	/*z-index: 4;*/
	float: right;
	/*background-image: url(../images/tab.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	background-color: #F0F0F0;
	margin: 0;
	padding: 23px 0 0 0;
	height: auto;
	/*width: 134px;*/
	/*besser: dynamisch*/
	width: 9em;
}

#rechte_spalte_inhalt {
	position: relative; 
	/*z-index: 5; */
	padding: 0;
}

#service {
	text-align: center;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}

#rechte_spalte .suche_text {
	background-color: #FFFFFF;	
	margin: 0;
	padding: 0;
}

#rechte_spalte .suche_text p {
	color: #B1B2B4;
	padding: 5px 0px 2px 5px;
	font-weight: bold;
	margin: 0;
	line-height: 100%;
}

#rechte_spalte form {
	margin: 0;
	padding: 0;
}

#rechte_spalte .suchfeld {
	background-color: #FFFFFF;
	padding: 0px 0px 5px 5px;
	margin: 0;
	border-bottom: 1px solid #C6C6C6;
}

#rechte_spalte .suchfeld fieldset {
	border: 0px;
	padding: 0;
	margin: 0;
}

#rechte_spalte .suchfeld fieldset legend {
	display: none;
	visibility: hidden;
	padding: 0;
	margin: 0;
}

#rechte_spalte .suchfeld label {
	display: none;
	visibility: hidden;
	padding: 0;
}

#rechte_spalte .suchfeld input {
	margin: 0px 5px 5px 0px;
	padding: 1px;
	color: #B1B2B4;
	width: 7em;
}

#rechte_spalte .suchfeld input.ohne_rahmen {
	padding: 0;
	margin: 0px 5px 5px 0px;
	width: 2em;
	background-color: #B1B2B4;
	color: #FFFFFF;
	border: 1px solid #B1B2B4;
}


#rechte_spalte .sprache_drucker {
	margin: 0;
	padding: 5px 0 10px 0;
	background-color: #FFFFFF;
}

#rechte_spalte .sprache_drucker .flaggen {
	float: left;
	padding: 0px 0px 0px 5px;
}

#rechte_spalte .sprache_drucker .drucker {
	text-align: right;
	padding: 3px 5px 0px 0px;
}



#aktuelles {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}

#service ul, #aktuelles ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#service li, #aktuelles li {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
}

#service li div.no, #aktuelles li div.no {
	padding: 0.3em 0px 0.3em 0px;
	background-color: #B1B2B4;
	color: #FFFFFF;
	font-weight: bold;	
}


/* Das Servicemenu */

#rechte_spalte .servicemenu {
	padding: 5px 0px 5px 0px;	
	border-top: 1px solid #C6C6C6;
	/*border-bottom: 1px solid #C6C6C6;*/
	background-color: #FFFFFF;
}

#rechte_spalte .servicemenu ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
}

#rechte_spalte .servicemenu li {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	font-size: 0.7em;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 1.25em;
}

#rechte_spalte .servicemenu li div.no a:link, #rechte_spalte .servicemenu li div.no a:visited {	
	display: block;
   color: #B1B2B4; 
   font-weight: normal;
   text-decoration: none;
	background-color: #FFFFFF;	
	padding: 2px 2px 2px 15px;
	margin: 0px;
}

#rechte_spalte .servicemenu li div.no a:hover, #rechte_spalte .servicemenu li div.act a:link, #rechte_spalte .servicemenu li div.act a:visited {
	display: block;
 	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #B1B2B4;	
	padding: 2px 2px 2px 15px;
	margin: 0px;
}

/* aktueller inhalt */

#rechte_spalte .aktueller_inhalt {
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #C6C6C6;
}

#rechte_spalte .aktueller_inhalt p {
	font-size: 0.7em;
	text-align: left;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	line-height: 1.2em;
	border: 0;
}

#rechte_spalte .aktueller_inhalt p.aktuelles_strich {
	border-top: 1px solid #C6C6C6;
	padding: 5px 5px 0px 5px;
}

/* Speizialpunkte in der Service-Spalte */

#rechte_spalte .spezialpunkte {
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#rechte_spalte .spezialpunkte ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#rechte_spalte .spezialpunkte li {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;	
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}

#rechte_spalte .spezialpunkte li div.no a:link, #rechte_spalte .spezialpunkte li div.no a:visited {	
	display: block;
   color: #575757; 
   font-weight: normal;
   text-decoration: none;
	background-color: #FFFFFF;	
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #C6C6C6;
}

#rechte_spalte .spezialpunkte li div.no a:hover, #rechte_spalte .spezialpunkte li div.act a:link, #rechte_spalte .spezialpunkte li div.act a:visited {
	display: block;
 	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #B1B2B4;	
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #C6C6C6;
}

/* der unterste punkt */

#rechte_spalte .spezialpunkte li div.no_unten a:link, #rechte_spalte .spezialpunkte li div.no_unten a:visited {	
	display: block;
   color: #575757; 
   font-weight: normal;
   text-decoration: none;
	background-color: #FFFFFF;	
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #C6C6C6;
	/*border-bottom: 1px solid #C6C6C6;*/
}

#rechte_spalte .spezialpunkte li div.no_unten a:hover, #rechte_spalte .spezialpunkte li div.act_unten a:link, #rechte_spalte .spezialpunkte li div.act_unten a:visited {
	display: block;
 	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #B1B2B4;	
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #C6C6C6;
	/*border-bottom: 1px solid #C6C6C6;*/
}


#fusszeile {
	clear: both;
	display: block;
	margin: 0 9em 0 9em;
	padding: 0;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	border-top: 1px solid #C6C6C6;
	/*border-bottom: 1px solid #C6C6C6;*/
	background-color: #F0F0F0;
	width: auto;
	text-align: center;
}

#fusszeile p {
	padding: 0.5em;
	color: #666666;
	text-align: center;
}

#fusszeile_inhalt {
	background-color: #FFFFFF;
}





/* alte sachen */


td#strich {
	background-color: #000000;
}

td {
	vertical-align : top;
} 

tr {
	vertical-align : top;
} 



input.suchen {
	border: 1px solid #B1B2B4;
	background-color: #FFFFFF;
}

input.ohne_rahmen {
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}

.bg_grau {
	background-color: #C6C6C6; 
}

.bg_weiss {
	background-color: #FFFFFF; 
}




.mailformrequired, .mailform, .mailformcomment {
	font-size: 12px;
   line-height : 175%;
   color: #666666;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   text-indent: 0px;
	text-align: justify;
}

.table {
	font-size: 12px;
	color: #666666;
	line-height: 125%;
}


.text { 
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.textb {
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.text_klein { 
	font-size: 9px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.text_weiss { 
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.text_weiss_bold { 
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.menunavhistory_no { 
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent:10px;
	line-height: 20px;
}

.menunavhistory_act { 
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-indent:10px;
	line-height: 20px;
}

.gruen {
	color: #006600;
}

.rot {
	color: #E80000;
}

.sitemap1 {
        font-size : 12px;
        color : #CC6600;
}
.sitemap2 {
        font-size : 11px;
        color : #990000;
        margin-left : 20px;
}
.sitemap3 {
        font-size : 10px;
        color : #333399;
        margin-left : 40px;
}
.sitemap4 {
        font-size : 9px;
        color : #003333;
        margin-left : 60px;
}
.sitemap5 {
        font-size : 8px;
        color : #002222;
        margin-left : 60px;
}

.searchform {
        font-size : 12px;
        color : #444444;
        font-weight : normal;
}
.searchresultpagetitle {
        font-size : 14px;
        color : #444444;
        font-weight : bold;
}
.searchresultcontent {
        font-size : 11px;
        color : #444444;
        font-weight : normal;
}
.searchresultheader {
        font-size : 14px;
        color : #EEEEEE;
        font-weight : bolder;
}
.searchmarkup {
        color : #E80000;
}
.suche_res_titel {
        font-size : 14px;
        color : #444444;
        font-weight : normal;
}
.suche_head {
        font-size : 16px;
        color : #EEEEEE;
        font-weight : normal;
}


.sitemap_header {
	color: #9D9D9D;
	font-size: 10px;
	font-weight: bold;
}

.sitemap_text_level2 {
	color: #9D9D9D;
	font-size: 10px;
	text-indent : 0px;
}

.sitemap_text_level3 {
	color: #9D9D9D;
	font-size: 10px;
	text-indent : 10px;
}

}
