html, body {
   margin:0px;
   padding:0px;
   background-color:rgb(251,241,225);
   background-image:url(Bilder/back-v.png);
   background-repeat:repeat-y;
   font-family:Verdana,sans-serif;
   font-size:10px;
}

#top_section {
   background-color:rgb(248,228,147);
   background-image:url(Bilder/back-h.png);
   background-repeat:no-repeat;
   height:100px;
   margin:0px;
   padding:0px;
}

#main_section {
   margin:0px;
   padding:0px;
}

#navigation {
   position:absolute;
   left:0px;
   top:180px;
   width:240px;
}

#content {
   margin-left:240px;
   margin-right:0px;
   border-top:solid 5px rgb(175,35,35);
}

#logo {
   position:absolute;
   top:0px;
   left:0px;
   width:314px;
   height:131px;
}

#logo_schatten {
   position:absolute;
   top:8px;
   left:8px;
   width:314px;
   height:131px;
   background-color:black;
}

#logo_superangebot {
   position:absolute;
   top:0px;
   left:700px;
   width:314px;
   height:131px;
}

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:1px;
   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;
}

a.navi, a.navi_first, a.navi_self {
  display:block;
  white-space:nowrap;
  overflow:hidden;
  border-left:lpx solid black;
  border-right:lpx solid black;
  border-bottom:1px solid black;
  font-family:Tahoma,sans-serif;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  letter-spacing:0.1em;
  padding:3px;
}

a.navi_first {
  border-top:1px solid black;
}

a.navi:link, a.navi_first:link,
a.navi:visited, a.navi_first:visited {
  background-color:rgb(115,115,75);
  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-color:white;
  color:black;
}

#features {
   position:absolute;
   background-color:rgb(210,235,255);
   top:105px;
   right:0px;
   width:180px;
   margin:0px;
   padding:0px;
}

#features_left {
   position:absolute;
   background-color:rgb(210,235,255);
   top:105px;
   left:250px;
   width:180px;
   margin:0px;
   padding:0px;
}

div.box_title {
   margin-top:8px;
   margin-left:8px;
   margin-right:8px;
   background-color:rgb(130,130,130);
   color:white;
   font-family:Tahoma,sans-serif;
   font-size:18px;
   font-weight:bold;
   padding:1px;
}

div.box_title_tab {
   margin-top:8px;
   margin-left:0px;
   margin-right:0px;
   background-color:rgb(130,130,130);
   color:white;
   font-family:Tahoma,sans-serif;
   font-size:18px;
   font-weight:bold;
   padding:1px;
}

div.box_content {
   margin-left:8px;
   margin-right:8px;
   margin-bottom:8px;
   background-color:white;
   border:rgb(130,130,130) solid 1px;
   color:black;
   font-family:Tahoma,sans-serif;
   font-size:12px;
   font-weight:normal;
   padding:3px;
}
div.box_content_tab {
   margin-left:0px;
   margin-right:0px;
   margin-bottom:8px;
   background-color:white;
   border:rgb(130,130,130) solid 1px;
   color:black;
   font-family:Tahoma,sans-serif;
   font-size:12px;
   font-weight:normal;
   padding:3px;
}