html{
background-color: #000033;
}


/* --------------------------------   CSS-Eigenschaften fÃ¼r die komplette Seite (Rahmen) 333333 shadow----------------------------- */

body {
        font-family:tahoma, Arial, Helvetica, sans-serif;
        text-align: left;
       color:#FFFFFF;
        font-size:11px;



}

#container
{ position: absolute;
            width: 910px;
            height: 550px;
            left: 50%;
            margin-left: -455px;  /* Um die Hälfte der Breite nach links schieben */
            top: 50%;
            margin-top: -275px;   /* Um die Hälfte der Höhe nach oben schieben */
            background:url(images/bgbild_index_neu.gif);
background-repeat:no-repeat;}

#container_folge
{ position: absolute;
            width: 910px;
            height: 550px;
            left: 50%;
            margin-left: -455px;  /* Um die Hälfte der Breite nach links schieben */
            top: 50%;
            margin-top: -275px;   /* Um die Hälfte der Höhe nach oben schieben */
            background:url(images/bg_name_910.gif);
background-repeat:no-repeat;}






#bilderleiste_links  {
position:absolute;
top:20px;
left:10px;
border:0px solid #FFFFFF;
width:170px;
height:550px; /* dieser Wert kann wie auch die Breite verÃ¤ndert werden um den Rahmen anzupassen */
}

#bilderleiste_impress  {
position:absolute;
top:0px;
left:10px;
border:0px solid #FFFFFF;
width:170px;
height:550px; /* dieser Wert kann wie auch die Breite verÃ¤ndert werden um den Rahmen anzupassen */

}



#bilderleiste_quer  {
position:absolute;
left:120px;
bottom:60px;
border:0px solid #FFFFFF;
width:740px;
height:400px; /* dieser Wert kann wie auch die Breite verÃ¤ndert werden um den Rahmen anzupassen */
overflow: scroll;
         overflow-x: auto;
         overflow-y: hidden;

scrollbar-face-color: #000033;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000033;
scrollbar-shadow-color: #000;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-arrow-color: #000033;
scrollbar-track-color: #FFFFFF;
  }


#text     {
         position:absolute;
         width:620px;
         height:347px;
         color:#FFFFFF;
         z-index:3;
         left: 260px;
         top: 105px;
          }



#text1     {
	position:absolute;
	width:620px;
	height:340px;
	color:#FFFFFF;
	z-index:3;
	left:260px;
	top: 115px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
          }

#bilder     {
         position:absolute;
         width:620px;
         height:347px;
         color:#FFFFFF;
         z-index:3;
         left: 40px;
         top: 105px;
          }


#nav      {
         position:absolute;
        right:220px;
         bottom:5px;
         width:260px;
         height:40px;
         z-index:2;
         }



/* Allgemeine CSS-Eigenschaften in der Seite */

a { font-family:tahoma, Arial, Helvetica, sans-serif;text-decoration:none;color:#FFFFFF; }
a.hover { text-decoration:none;color:#FFFFFF; }
a.visited { text-decoration:none;color:#FFFFFF; }
a.act   { text-decoration:none;color:#FFFFFF; }


a.link {
        color: #FFFFFF;
        text-decoration:none;

}
a.link:link {
        color: #FFFFFF;
        text-decoration:none;
}
a.link:visited {
        color: #FFFFFF;
        text-decoration:none;
}
a.link:hover {
        color:#FFFFFF;
        text-decoration:none;
}




img
{
    border: none;
    margin-left: 10px;
    margin-bottom:10px;
    }


img.flg
{
    border: none;
    margin-left: 0px;
    margin-bottom:10px;
    }


p{
line-height:25px;
font-family:tahoma, Arial, Helvetica, sans-serif;
text-align:justify;
color:#FFFFFF;
padding:5px 10px 5px 10px;
font-size:12px;
}

p.fett{
font-weight:bold;
         }

p.blau   {
font-weight:bold;
color:#8AAAF4;
         }

p.center{
text-align:center;}




.fett{
font-weight:bold;
}



           div#Rahmen {
    width: 50em;
    padding: 0.4em;
    border: 0px;

  }

  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
  }

  ul#Navigation li {
    list-style: none;
    float: left;
    width: 6.3em;
    position: relative;
    margin: 0.2em; padding: 0;
  }

  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #FFFFFF; background-color:#;  font-weight: bold;  font-size:14px;
  }


table    {
	vertical-align: bottom;

         }




td, tr   {
	font-family:Tahoma, Arial, helvetica, sans-serif;
	font-size:10pt;
	font-weight: normal;
	color:#FFFFFF;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
                  }
td a {
        color:#CCD7FF;
        font-weight: bold;
        text-decoration:none;

}


table.abstand {
margin-bottom:-10px;
}

h1      {
        display:none;
        font-color:#000033;
        }


h2       {
         font-family:Tahoma, Arial, helvetica, sans-serif;
         font-size:10pt;
         font-weight: normal;
         font-color:#000033;
         padding:2px;
         }

