html, body {
   margin:0px;
   padding:0px;
   background-color:rgb(251,241,225);
   background-image:url(images/back-v.png);
   background-repeat:repeat-y;
}
 
#top_section {
   background-color:rgb(255,0,0);
   background-image:url(images/back-h.png);
   background-repeat:no-repeat;
   height:0px; /* height:100px; für Werbung */
   margin:0px;
   padding:0px;
}
 
#main_section {
   margin:0px;
   padding:0px;
}
 
#content {
   overflow: auto;
   margin-left:220px;
   margin-right:0px;
   /* border-top:solid 5px rgb(255,0,0); für Werbung */
}

#logo {
   position:absolute;
   top:20px;
   left:20px;
   width:180px;
   hight:180px;
}

#navigation {
    position:absolute;
    top:205px;
    left:10px;
    width:200px;
}
 
a.navi, a.navi_self {
   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;
   font-weight:bold;
   text-decoration:none;
   letter-spacing:0.1em;
   padding:3px;
   text-align:center;
}

a.navi:link, a.navi:visited {
   background-color:rgb(251,241,225);
   color:red;
}
 
a.navi_self:link, a.navi_self:visited {
   background-color:rgb(251,241,225);
   color:black;
}
 
a.navi:hover, a.navi_self:hover, 
a.navi:active, a.navi_self:active {
   background-color:white;
   color:black;
}
 
h1,h2,p,ul,ol {
   font-family:Verdana,sans-serif;
   margin-right:20px;
   margin-left:20px;
}
 
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 {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   padding-left:25px;
   color:black;
}
 
ul,ol {
   padding-left:25px;
}
 
li {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   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;
}

table {
   background-color:rgb(251,241,225);
   font-family:Tahoma,sans-serif;
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   color:black;
   margin-left:30px;
   border:1px solid rgb(175,35,35);
   border-collapse:collapse;
   border-spacing:0;
}

td, th {
   background-color:rgb(251,241,225);
   font-family:Tahoma,sans-serif;   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   color:black;
   margin-left:30px;
   border:1px solid rgb(175,35,35);
   padding:5px;
}