/* Grunddefinition */
body, p a {
    color: black;
    background-color: silver;
    font-size: 100.01%;
    font-family:verdana, helvetica, arial, geneva, sans-serif;
    margin: 0; padding: 1em;
    text-align: center;  /* Zentrierung im Internet Explorer */
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }


div {margin-top: 0;}


/* "Seiten"definition für Zentrierung*/
div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 942px;
    padding: 0;
    background-color: #dcdcdc;
    border: 0.3em solid #cc0033;
    border-top-width: 2px;
    font-size:0.9em;
  }

/* Kopfbereich */
div#Kopf  {
   font-size: 1em;
   background: url(../../cms/images/2010banner.png) no-repeat;
   background-position: center;
   text-align: center;
/*   height: 2.5em;*/
   height: 80px;
   margin: 0 0 0em 0;
   padding: 0.5em;
   }

div#KopfNavi {
	margin: 0.1em 1em 0.1em 1em;
	padding: 5px 5px 1px 5px;
	font-size: 0.8em;
	font-family: arial, helvetica, geneva, sans-serif;
	color:black;
	vertical-align:middle;
/*	background-color:yellow;*/
   }

div#Hilfsnavi {
	float: left;
	width: 79%;
	margin:0 1.5em 0 0;
	padding:0;
/*	border: 1px solid red;*/

}
div#Hilfsnavi a {
	float: left;
	display: block;
	border-top:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	background-color: white;/*#EDEDED;*/
	text-decoration:none;
	padding: 1px 4px;
	margin-left: 5px;
	color:black;
	line-height:15px;
	}

#Hilfsnavi a#pfeil {
background-image: url(../../cms//images/wuerfel.gif);
width: 20px;
padding-left: 0px;
padding-right: 0px;
background-position: center center;
}


#Hilfsnavi a#pfeil:hover {
border: none;
}

div#Hilfsnavi a:hover {
	background-color:#999999;
	border-color:#333333;
	color:white;
	}

div#Hilfsnavisub {
	float: right;
	}

div#flaggennavi {
/*	border: 1px solid red;*/
	float: left;
	text-align: left;
	line-height:19px;
	margin-top:2px;
}

div#flaggennavi a {
	vertical-align: middle;
}

div#flaggennavi a:hover {
background-color:#dcdcdc;
border:1px solid #333333;
}
div#flaggennaviend{
font-size:1px;
clear:both;
}

/* Standardformate */
h1 {
   font-size:1.4em;
   color:black;
   font-family: tahoma, arial, geneva, sans-serif;
   line-height:110%;
  }
html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

h2 {
    font-size: 1.1em;
    color:black;
    font-family: arial, geneva, sans-serif;
    line-height:110%;
    font-weight: bold;
  }
  html>body h2 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }
h3 {
    font-size: 1.05em;
    color:black;
    font-family: tahoma, arial, geneva, sans-serif;
    line-height:110%;
  }
  html>body h3 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

/* Hauptnavi in linker Spalte */
ul#Navigation {
    font-family: arial, helvetica, geneva, sans-serif;
    font-size: 13px;
    float: left;
    width: 20%;
    margin: 0 0.4em 0em; padding: 0;
}

.navi{
    font-size: 1em;
	border: 0px;
	border-bottom: 1px;
	border-color: silver;
	border-style: solid;
	background-color: silver;
	padding-left: 10px;
	padding-top:1px;
}


.navikopf {
	height:2px;
	background-color: silver;
	font-size:2px;
	}

.navi li {
    list-style: none;
    margin: 0;
/*    margin-bottom:0.2em;*/
    padding: 0em;
}

.navi a {
	background-color: #FFFFE0;
        font-size: 0.9em;
	text-decoration:none;
	color: #fafafa;
	padding-top:3px;
	padding-bottom:3px;
}
.navi a:hover {
	background-color: #636363;
	color: #fafafa;
	}

a.navileft_passive {
	display:block;
	background-color: #808080;
	color: #fafafa;
}

a.navileft_active {
	display: block;
	font-weight: bold;
        color: #fafafa;
	background: url("../images/navi_pfeil_rechts.gif") no-repeat;
	background-position: right;
	background-color: #636363;
}

a.navileft_open {
	display:block;
	color: #fafafa;
        font-weight: bold;
	background:url("../images/navi_pfeil.gif") no-repeat;
	background-position:right;
	background-color: #808080;
}




/* Teaser&Co = rechte Spalte */
div#Info {
    font-family: Verdana, arial, geneva, sans-serif;
    font-size: 0.9em;
    float: right;
    width: 20%;
    margin: 0 0.4em 0.8em; padding: 0;
/*    background-color: silver;*/
    border: 0px solid #CC6633;
    min-height:2em;
  }
div#Info h1 {
   font-family:Tahoma, arial, geneva, sans-serif;
   }
div#Info h2 {

/*    margin: 0.2em 0.5em;*/
  }
div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }



/* Inhalt = Contentbox = Mittelspalte */
div#Inhalt {
    float: left;
    width: 512px;
    margin: 0 3px 1em 3px;
/*    margin: 0 14.2em 0em 14.2em;*/
/*    padding: 0.1em 1em 1em 1em; */
	padding: 0 10px 0 10px;
    height: 100%;
    /*Innenabstand oben 0,1em ist ein Kompromiss für Opera; Firefox erlaubt immerhin 0.01*/
/*    border-top: 0;
    border-right: 1px solid #CC6633;
    border-bottom: 1px solid #CC6633;
    border-left: 1px solid #CC6633;*/
    border:0;
    background-color: silver;
/*    font-size: 1.0em;*/
	font-size: 12px;
    min-height:400px;
  }

 
* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }

div#Inhalt h1 {

/*   padding-top:0.2em;*/
   }
div#Inhalt h2 {

/*    margin: 0.2em 0.5em;*/
   }

div#Inhalt h3 {

  }

div#Inhalt p, #Inhalt li {
/*    font-size: .85em;*/
	font-size: 12px;
    line-height:130%;
/*    margin: 0.2 0 0 0;*/
  }

#Inhalt a {
color: #4c4c4c;
text-decoration: underline;
margin:0;
padding:0;
border:0px;
}

#Inhalt  a:hover {
color: #222222;
text-decoration: underline;
}

.BU {
/*font-size: 0.95em;*/
font-size: 11px;
font-style: italic;
}

.ZW {
font-size: 13px;
font-weight: bold;
}

.TABELLE {
/*font-size: .93em;*/
font-size:12px;
line-height:130%;
/*font-weight: normal;*/
/*font-family: arial, helvetica, geneva, sans-serif;*/
/*font-stretch:normal;*/
}

.TABELLE a {
color: red;
}

.BILD {
border: 0px;
}


/* Fuszeile */
p#Fusszeile {
    clear: both;
    font-size: 10px;
    margin: 3px 0; padding: 0em;
    text-align: center;
    background-color: #dcdcdc;
    color: #696969;
  }

p#Fusszeile a{
  text-decoration:none;
  background-color: #dcdcdc;
  padding:0;
  color: #696969;
  }

p#Fusszeile a:hover {
	  color:#CC6633;
	  }