body{
 margin: 0;
 padding: 0;
 font: 85% arial, hevetica, sans-serif;
 text-align: center;
 color: #333;
 background-color: #D6D6D6;
}

div#table{
 font-size: 80%;
 line-height: 1.0;
}

div#table_bull{
 font-size: 100%;
 line-height: 1.4;
}

.list{
 vertical-align:top;
 text-indent:1em;
 width: 40px;
 hight: 200px;
 font-size: 100%;
}

div#hometext{
 font-size: 100%;
 color: #000000;
 font-weight: bold;
}

/*----------------------------------------------------------*/


  div#naviarea {
    margin-top: 5.0em;
    width: 60.0em;
    padding: 1.3em;
  }
  * html div#naviarea {
    width: 48.7em;
    w\idth: 47.1em;
  }

  div#naviarea div {
     clear: left;
  }

  ul#navimenue {
    margin: 0em; padding: 0em;
    text-align: center;
  }

  ul#navimenue li {
    list-style: none;
    float:left;
    position: relative;
    margin-top: -0.7em; padding: 0.2em;
  }
  * html ul#navimenue li {
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#navimenue li {
    margin-bottom: -0.1em;
  }

  ul#navimenue li ul {
    margin: 0em;
    position: absolute;
    top: 2.1em; left: -0.1em;
    display: none;
    background-color: silver; padding-bottom: -1.0em;  padding-top: 0.6em
  }
  * html ul#navimenue li ul {
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#navimenue ul {
    background-color:silver; padding-bottom:-0.4em;
  }

  ul#navimenue li:hover ul {
    display: block;
  }

  ul#navimenue li ul li {
    float: none;
    display: block;
    margin-bottom: 0.4em;
  }

  ul#navimenue a, ul#navimenue span {
    display: block;
    width: 6.4em;
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#navimenue a, * html ul#navimenue span {
    width: 8.6em;
    w\idth: 6.4em;
  }

  ul#navimenue a:hover, ul#navimenue span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: green;
  }

  li a#aktuell {
    color: maroon; background-color: silver;
  }

  ul#navimenue li ul span {
    background-color: maroon;
  }



/*--------------------------------------------------------*/



a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active{
 color: #fff;
 background-color: #B52C07;
}

h4{
 color: #B52C07;
 font: 160% georgia, times, "times new roman", serif;
 font-weight: bold;
 text-align: left;
}

h4.a{
 font-size: 150%;
 font-style: italic;
 font-weight: bold;
}

#container{
 margin: 1em auto;
 width: 850px;
 text-align: left;
 background-color: #fff;
 border: 1px solid #676767;
}

#header{
 height: 160px;
 width: 100%;
 background-image: url(winter_1.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;
 border-bottom: 1px solid #fff;
 position: relative;
 border: 1px none #fff;
 border-bottom: 1px solid #fff;
}

#header h1{
 font-size: 39px;
 text-align: left;
 color: #fff;
 margin: 0;
 padding: 0;
}

#mainnavi{
 color: #272900;
 padding: 2px 0;
 margin-bottom: 22px;
}

#mainnavi ul{
 margin: 0 0 0 5px;
 padding: 0;
 list-style-type: none;
 border-left: 1px solid #C4C769;
}

#mainnavi li{
 display: inline;
 padding: 0 10px;
 border-right: 1px solid #C4C769;
}

#mainnavi li a{
 text-decoration: none;
 color: #272900;
}

#mainnavi li a:hover{
 text-decoration: none;
 color: #fff;
 background-color: #272900;
}

#picturearea{
 float: right;
 width: 165px;
 border-left: 0px solid #777777; <!-- Linie links neben dem Bild = 1px-->
 padding-left: 15px;
}

#contents {
 margin: 50px 200px 40px 50px;
}

#contents p { line-height: 165%; }

.contensentry {
 border-bottom: 1px solid #777777;
 font-size: 120%;
}

div#contensentry_2{
 font-size: 100%;
 color: #000000;
 font-weight: bold;
}

.white{
 color: white;
 font-size: 115%;
}

.firstLetter{
 font-size: 150%;
 font-style: italic;
 font-weight: bold;
}

.bold
{
 color: white;
 font-size: 100%;
}

.imagefloat
{
 padding: 2px;
 border: 1px solid #777777;
 float: right;
 margin: 0px 0px 0px 0px;
}

#footer{
 clear: both;
 color: #000000;
 background-image: url(winter_2.jpg);
 padding: 5px;
 font-size: 90%;
 text-align: right;
}