

html, body {
    margin:0px;
    padding:0px;
    background-color:rgb(251,241,225);
    background-image:url(rahmen/hintergrund-v3.png);
    background-repeat:repeat-y;
  }


#top_section {
    background-color:rgb(238,141,82);
    background-image:url(rahmen/hintergrund-h3.png);
    background-repeat:repeat-x;
    height:159px;
    margin:0px;
    padding:0px;
    z-index:1;
  }


#top_section2 {
    background-color:rgb(238,141,82);
    background-image:url(rahmen/strichmaennchen.png);
    background-repeat:repeat-x;
    height:159px;
    margin:0px;
    padding:0px;
    z-index:2;
  }


#main_section {
    margin:0px;
    padding:0px;
  }


#navigation {
    position:absolute;
    left:50px;
    top:180px;
    width:318px;
  }


#content {
    margin-left:318px;
    margin-right:0px;
  }


#inhalt {
    margin-left:10px;
    margin-top:10px;
    margin-right:10px;
  }


#logo {
    position:absolute;
    top:30px;
    left:340px;
    width:501px;
    height:78px;
  }


#logo2 {
    position:absolute;
    top:5px;
    left:70px;
    width:174px;
    height:147px;
  }


#logo3 {
    position:absolute;
    top:105px;
    left:265px;
    width:100px;
    height:90px;
  }


#logo4 {
    position:absolute;
    top:37px;
    left:860px;
    width:100px;
    height:90px;
  }


#search {
    position:absolute;
    top:120px;
    left:550px;
    white-space:nowrap;
  }


#label {
    font-family:Verdana,sans-serif;
    font-size:14px;
    font-weight:bold;
    color:rgb(175,35,35);
    vertical-align:middle;
    position:absolute;
    top:115px;
    left:370px;
  }


#search_text {
    width:240px;
    background-color:rgb(251,241,225);
    border:rgb(175,35,35) solid 1px;
    padding-left:4px;
    padding-right:4px;
    padding-top:2px;
    padding-bottom:2px;
    font-family:Verdana,sans-serif;
    font-size:13px;
    font-weight:bold;
    color:black;
    vertical-align:middle;
  }


#search_button {
    background-color:rgb(175,35,35);
    border:none;
    padding-left:4px;
    padding-right:4px;
    padding-top:2px;
    padding-bottom:2px;
    font-family:Verdana,sans-serif;
    font-size:13px;
    font-weight:bold;
    color:rgb(251,241,225);
    vertical-align:middle;
  }


h1,h2,p,ul,ol,li {
    font-family : Verdana, Arial, 'Sans Serif';
    margin-right:20px;
    margin-left:20px;
    font-size : 14px;
    text-align : left;
  }


h1 {
    font-weight:normal;
    font-style:normal;
    font-size:17px;
    line-height:1.1em;
    color:rgb(175,35,35);
    border-bottom:rgb(175,35,35) solid 1px;
    padding-bottom:5px;
    padding-left:25px;
    margin-top:20px;
  }


h2 {
    font-weight:bold;
    font-style:normal;
    font-size:13px;
    line-height:1.1em;
    color:rgb(175,35,35);
    border-bottom:rgb(175,35,35) solid 1px;
    padding-bottom:3px;
    padding-left:25px;
    margin-top:20px;
  }


p, table {
    color : black;
    font-size : 14px;
    font-weight : normal;
    line-height : 1.5em;
    padding-left : 25px;
  }


ul,ol {
    padding-left:25px;
  }


li {
    font-weight:normal;
    font-size:14px;
    line-height:1.5em;
    color:black;
    margin-top:6px;
    margin-bottom:6px;
  }


a:link {
    font-weight:bold;
    color:black;
    text-decoration:underline;
  }


a:visited {
    font-weight:bold;
    color:gray;
    text-decoration:underline;
  }


a:hover, a:active {
    font-weight:bold;
    color:rgb(175,35,35);
    text-decoration:underline;
  }


a.navi, a.navi_first, a.navi_self {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    font-family:comic sans ms,Tahoma,sans-serif;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    letter-spacing:0.1em;
    padding:0px;
    padding-left:30px;
    padding-top:5px;
    text-align:left;
    vertical-align:middle;
  }


a.navi_first {
  }


a.navi:link, a.navi_first:link,a.navi:visited, a.navi_first:visited {
    background-image:url(rahmen/stift-schatten.png);
    background-repeat:no-repeat;
    height:38px;
    color:#000099;
  }


a.navi_self:link, a.navi_self:visited {
    background-image:url(rahmen/stift-schatten.png);
    background-repeat:no-repeat;
    height:38px;
    color:white;
  }


a.navi:hover, a.navi_first:hover, a.navi_self:hover,a.navi:active, a.navi_first:active, a.navi_self:active {
    background-image:url(rahmen/stift2.png);
    background-repeat:no-repeat;
    height:38px;
    color:#009999;
  }


td.aktuell {
    font-family : Verdana, Arial, 'Sans Serif';
    font-size : 14px;
    font-weight : bold;
    text-align : left;
  }


td.aktuell2 {
    color:#999999;
    font-family : Verdana, Arial, 'Sans Serif';
    font-size : 14px;
    text-align : left;
  }

