/* styles_dek_br_neu */

 html, body {
   margin:0px;
   padding:0px;
   background-color:rgb(251,241,225);
   background-image:url(grafik/hintergrund_vertikal.png);
   background-repeat:repeat-y;
}

#top_section {
   background-color:rgb(248,228,147);
   background-image:url(grafik/hintergrund_horizontal.png);
   background-repeat:no-repeat;
   height:100px;
   margin:0px;
   padding:0px;
}

#main_section {
   margin:0px;
   padding:0px;
}

#navigation {
   position:absolute;
   left:0px;
   top:230px;
   width:240px;
}

#content {
   margin-left:240px;
   margin-right:0px;
   border-top:solid 5px rgb(175,35,35);
}

#logo {
   position:absolute;
   top:20px;
   left:45px;
   width:134px;
   height:176px;
}

#foto_mitarb {
   margin-left:25px;
   border:solid 1px rgb(175,35,35);
   width:185px;
   height:129px;
}

#headline {
   position:absolute;
   top:2px;
   left:240px;
   white-space:nowrap;
}

#headline2 {
   position:absolute;
   top:10px;
   left:550px;
   white-space:nowrap;
}

#navigation_list {
   position:absolute;
   top:180px;
   left:25px;
   width:190px;
}

#impressum {
   position:absolute;
   top:300px;
   left:85px;
   width:170px;
}

#bildunter {
   width:500px;
}

a.navi, a.navi_first, a.navi_self, a.navi_pdf {
   display:block;
   white-space:nowrap;
   overflow:hidden;
   border-left:1px solid black;
   border-right:1px solid black;
   border-bottom:1px solid black;
   font-family:Tahoma,sans-serif;
   font-size:12px;
   letter-spacing:0.1em;
   padding:6px;
   text-align:center;
}

a.navi_first {
   border-top:1px solid black;
}

.navi_pdf {
   border-top:1px solid black;
}

a.navi:link, a.navi_first:link,
a.navi:visited, a.navi_first:visited {
   background-color:rgb(175,35,35);
   color:white;
   text-decoration:none;
}

a.navi_self:link, a.navi_self:visited {
   background-color:rgb(248,228,147);
   color:rgb(175,35,35);
   text-decoration:none;
}

a.navi_pdf:link, a.navi_pdf:visited {
   background-color:#FFCC33;
   color:rgb(175,35,35);
   text-decoration:none;
}

a.navi:hover, a.navi_first:hover, a.navi_self:hover, a.navi_pdf:hover,
a.navi:active, a.navi_first:active, a.navi_self:active, a.navi_self:active {
   background-color:white;
   color:black;
   text-decoration:none;
}

span.rot {
   color:rgb(175,35,35);
   font-weight:normal;
}

span.blau {
   color:#00467d;
   font-weight:normal;
}


span.impressum {
   color:#FFCC33;
   font-weight:normal;
   font-size:9px;
}

h1 {
   font-family:Verdana,sans-serif;
   font-size:24px;
   line-height:1.3em;
   color:rgb(175,35,35);
   font-weight:normal;
   font-style:normal;
   margin-left:2px;
   margin-right:20px;
   margin-top:30px;
}

h2 {
   font-family:Verdana,sans-serif;
   margin-right:20px;
   margin-left:20px;
   margin-top:20px;
   font-weight:normal;
   font-style:normal;
   font-size:14px;
   line-height:1.3em;
   color:rgb(175,35,35);
   border-bottom:rgb(175,35,35) solid 1px;
   padding-bottom:3px;
   padding-left:25px;

}

p {
   font-family:Verdana,sans-serif;
   color:black;
   font-weight:normal;
   font-size:12px;
   line-height:1.3em;
   padding-left:38px;
   margin-right:20px;
   margin-left:20px;
   width:580px;
}

li {
   font-family:Verdana,sans-serif;
   color:black;
   font-weight:normal;
   font-size:12px;
   line-height:1.3em;
   margin-right:20px;
   margin-left:20px;
   width:580px;
}

ul {
    list-style-type:disc;
    list-style-position:inside;
}

ol {
 list-style-type:decimal;
 list-style-position:inside;
}


a:link {
   font-weight:normal;
   color:black;
   text-decoration:underline;
}

a:visited {
   font-weight:normal;
   color:gray;
   text-decoration:underline;
}

a:hover, a:active {
   font-weight:normal;
   color:rgb(175,35,35);
   text-decoration:underline;
}