/* --------------SCHRIFTEN--------------*/




body {

	font-family: Verdana, Arial, Helvetica;
         background-color: white;

}


#schriftzug {

	text-align: center;
	font-weight: bold;
	font-size: 48;
         color: black;
}

#schreibtext_normal {

	font-size: 14;
         color: black;
}

#schreibtext_fett {

	font-size: 14;
	font-weight: bold;
         color: black;
}

#tabellen_ueberschrift {

	font-size: 20;
	font-weight: bold;
         color: black;
}

#tabellen_text_fett {

	font-size: 18;
	font-weight: normal;
         color: black;
}

#tabellen_text_normal {

	font-size: 16;
	font-weight: normal;
         color: black;
}

#text_fett {

	font-weight: bold;
	font-size: 14;
         color: black;
}

#text_klein_normal {

	font-size: 12;
         color: black;
}

#text_klein_fett {

	font-size: 12;
	font-weight: bold;
         color: black;
}

#text_jahr {

	text-align: center;
	font-size: 32;
	font-weight: bold;
         color: black;
}

#text_monat {

	text-align: center;
	font-size: 20;
	font-weight: bold;
         color: black;
}







/* --------------BEREICHE--------------*/

#login-block {

        position: absolute;
        width: 20em;
        height: 8em;
        top: 8em;
        left:50%;
        margin-left: -10em;
        border: thin solid #000000;

}

#schriftzug-layer {
        position: absolute;
        height: 7em;
        top: 1em;
        left: 1em;
        right: 1em;
        border: thin solid #000000;
}

#intro-layer {

        position: absolute;
        padding: 1em;
        top: 9em;
        left: 1em;
        right: 1em;
        bottom: 4em;
        overflow: auto;
        border: thin solid #000000;


}

#haupt-layer {

        position: absolute;
        padding: 1em;
        top: 13em;
        left: 1em;
        right: 1em;
        bottom: 4em;
        overflow: auto;
        border: thin solid #000000;


}

#aktuelles-layer {

        position: absolute;
        padding: 1em;
        top: 13em;
        left: 12em;
        right: 1em;
        bottom: 4em;
        overflow: auto;
        border: thin solid #000000;


}

#aktuelles-nav-layer {

        position: absolute;
        top: 9em;
        left: 1em;
        width: 10em;
        bottom: 14em;
        overflow: auto;
        border: thin solid #000000;


}

#aktuelles-filter-layer {

        position: absolute;
        bottom: 4em;
        left: 1em;
        width: 10em;
        height: 9em;
        overflow: auto;
        border: thin solid #000000;


}

#schluss_links {
        position: absolute;
        height: 2em;
        bottom: 1em;
        left: 1em;
        width: 16em;
        border: thin solid #000000;
}

#schluss_mitte {
        position: absolute;
        width: 26em;
        height: 2em;
        bottom: 1em;
        left:50%;
        margin-left: -13em;
        border: thin solid #000000;
}

#schluss_rechts {
        position: absolute;
        height: 2em;
        bottom: 1em;
        right: 1em;
        width: 16em;
        border: thin solid #000000;
}

#thema_normal {
        position: absolute;
        height: 3em;
        top: 9em;
        left: 1em;
        right: 1em;
        border: thin solid #000000;

}

#thema_aktuelles {
        position: absolute;
        height: 3em;
        top: 9em;
        left: 12em;
        right: 1em;
        border: thin solid #000000;

}









/* --------------MENU--------------*/


a {
  color:#000000;
}

/*
a:link {
  text-decoration:none;
}

a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:active {
  text-decoration:underline;
}
*/


div#menu_normal	{
  width:55em;
  left:50%;
  margin-left:-27.5em;
  position:absolute;
  height:1.5em;
}

div#menu_vip {
  width:66em;
  left:50%;
  margin-left:-33em;
  position:absolute;
  height:1.5em;
}

div#menu_admin {
  width:66em;
  left:50%;
  margin-left:-33em;
  position:absolute;
  height:1.5em;
}


ul#navigation-1	{
  margin:0;
  padding:0px 0;
  list-style:none;
  width:100%;
  height:1.5em;
  font:bold 1em verdana, arial, helvetica;
}

ul#navigation-1 li {
  margin:0;
  padding:0;
  display:block;
  float:left;
  position:relative;
  width:11em;
}

ul#navigation-1 li a:link,

ul#navigation-1 li a:visited {
  padding:0px 0;
  display:block;
  text-align:center;
  text-decoration:none;
  width:11em;
  height:1.5em;
}

ul#navigation-1 li:hover a,

ul#navigation-1 li a:hover,

ul#navigation-1 li a:active {
  padding:0px 0;
  display:block;
  text-align:center;
  text-decoration:none;
  background:#0080ff;
  width:11em;
  height:1.5em;
}

ul#navigation-1 li ul.navigation-2 {
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  display:none;
  background:#ffffff;
  width:11em;
  position:absolute;
  top:1.5em;
  left:0px;
  z-index:2;
  font:normal 1em verdana, arial, helvetica;
}

ul#navigation-1 li:hover ul.navigation-2 {
  z-index:2;
  display:block;
}

/*wichtig fuer IE */
ul#navigation-1 li.over ul.navigation-2 {
  z-index:2;
  display: block;
}

ul#navigation-1 li ul.navigation-2 li {
  z-index:2;
  width:11em;
}

ul#navigation-1 li ul.navigation-2 li a:link,

ul#navigation-1 li ul.navigation-2 li a:visited	{
  background:#ff8080;
  padding:0px 0;
  width:11em;
  border:none;
  position:relative;
  z-index:2;
}

ul#navigation-1 li ul.navigation-2 li:hover a,

ul#navigation-1 li ul.navigation-2 li a:active,

ul#navigation-1 li ul.navigation-2 li a:hover {
  clear:left;
  background:#ff0000;
  padding:0px 0;
  width:11em;
  border:none;
  position:relative;
  z-index:2;
}






/* --------------ETC--------------*/

/*
img.skaliert {
  max-width: 640px;
  height: auto;
}*/
