

body {
    color: black;
    background-color: #FFCC99;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 1em 0;
    text-align: center; /* Zentrierung im Internet Explorer */
  }


#Seite {
    text-align: left;/* Seiteninhalt wieder links ausrichten */ 
    margin: 0 auto;/* standardkonforme horizontale Zentrierung */
    width: 820px;
    padding: 0;
    background-color:silver; /*border: 2px ridge silver;*/
  }


html>body #Seite {
    border-color: gray; /* Farbangleichung an den Internet Explorer */
  }


#Header {
    width:820px;
    height: 100px;
    clear: both;
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #00609D;
    border-bottom: 1px solid silver;
  }


#header table {
    width:100%;
  }

/*****************Logo und Emblem innerhalb eines Headerblocks********************/





#emblem {
    float:left;
    margin:1px 1px 1px 1px;
    width:110px;
    height:100px;
    border:0px;
  }


#logo {
    height : 66px;
    text-align : center;
    width : 295px;
  }

/******************Rahmen für Haup-Navi******************************/





#NaviRahmen {
    background-color:#00609D;
  }

/*******************Obere Haupt-Navigationsleiste********************/





#Navigation {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size:0.8em;
  }


#Navigation li {
    list-style: none;
    float: left; /* ohne width - nach CSS 2.1 erlaubt */ 
    position: relative;
    margin: 0.4em;
    padding: 0;
  }


* html #Navigation li {
    /* Korrektur fuer den IE */ margin-bottom: -0.4em;
  }


#Navigation li ul {
    /*sorgt dafuer, dass die Unternavigation ausgeblendet wird und nur bei Überfahren mit der Maus sichtbar wird.*/
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.6em;
    left: -0.4em;
    display: none; /* Unternavigation ausblenden */
  }


* html #Navigation li ul {
    /* Korrektur fuer IE 5.x */ left: -1.5em;
    left: -0.4em;
  }


#Navigation li:hover ul {
    display: block;
    /* Unternavigation in modernen Browsern einblenden */
  }


#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }


#Navigation a, #Navigation span {
    display: block;
    width: 7em;
    /* Breite den in li enthaltenen Elementen zuweisen */ padding: 0.2em 0.5em;
    text-decoration: none;
    font-weight: bold;
    border: 1px dotted black;
    /*border-left-color: white;
    border-top-color: white;
    */ color: yellow;
    /*Textfarbe*/ background-color: #00609D;
    /*Farbe der Buttons*/
  }


* html #Navigation a, * html #Navigation span {
    width: 7em;
    /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }


#Navigation a:hover, #Navigation span, li a#aktuell {
    border-color: black;
    /*border-left-color: black;
    border-top-color: black;
    */ color: white;
    background-color: #004B79;
  }

/*****************Linke Navigationsleiste****************************/
  




ul#linkeNavi {
    position:fixed;
    /*damit navi immer zu sehen ist.*/ font-size: 0.83em;
    float: left;
    width: 110px;
    height:300px;
    top:120px;
    margin: 0 0 1.2em;
    padding: 0;
  }


ul#linkeNavi li {
    list-style: none;
    margin: 0;
    padding: 0.5em;
  }


ul#linkeNavi a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }


ul#linkeNavi a:link {
    color: black;
    background-color: white;
  }


ul#linkeNavi a:visited {
    color: #666;
    background-color: white;
  }


ul#linkeNavi a:hover {
    color: black;
    background-color: #eee;
  }


ul#linkeNavi a:active {
    color: white;
    background-color: gray;
  }

/*************Seiteninhalt****************/
  




div#Inhalt {
    margin: 1em 1em 0em 120px;/* top , right, bottom, left */
    padding: 0em 0em; /* top , right, bottom, left */
    min-height:400px;
  }


* html div#Inhalt {
    height: 1em;
    /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */ margin-bottom: 0;
  }


div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
    text-align:center;
  }


div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }


div#Inhalt h1 {
    text-align:center;
    font-size:2em;
    margin:1em;
  }


div#Inhalt td {
    min-width:200px;
  }


div#Inhalt img {
    text-align:center;
    padding:1em;
  }

div#Inhalt A:link {
	text-decoration:none;
	color:navy;
  }
div#Inhalt A:visited {
	text-decoration:none;
	color:navy;
  }
div#Inhalt A:active {
	text-decoration:none;
	color:navy;
  }
/*div#Inhalt A:hover {text-decoration:underline;}*/


/*****************Seite ohne linke Navi***************************/
  




div#Inhaltohne {
    margin: 1em 1em 1em 1em;/* top , right, bottom, left */
    padding: 0em 0em 0em 0em;/* top , right, bottom, left */
    min-height:400px;
  }


* html div#Inhaltohne {
    height: 1em;
    /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */ margin-bottom: 0;
  }


div#Inhaltohne h1 {
    text-align:center;
    font-size:2em;
    margin:1em;
  }


div#Inhaltohne h2 {
    text-align:center;
    font-size:1em;
  }


div#Inhaltohne img {
    text-align:center;
    margin-left:235px;
  }

/***************Fusszeile***********************/



p#Fusszeile {
    width:820px;
    clear: both;
    font-size: 0.83em;
    text-align: center;
    background-color: #fed;
    /*border-top: 1px solid black;*/
  }

/***************Gallerie************************/

#Gallerie {
	 background-color:#ffcc99; text-align:center; vertical-align:center;
}