* {
padding:0;
margin:0;
}
html:first-child>b\ody #topnavi {
margin-top: 30px;
}
html {
min-height: 101%;
height: 101%;
}
body {
color: #454545;
text-align: justify;
font: 80% verdana, arial, helvetica, sans-serif;
height: 100%;
}
#huelle {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
border: 1px solid #fff;
min-height: 450px;
background: url('../images/body-mitte.gif') repeat-y; 
}
#oben {
height: 60px;
background: #fff;
color: #000;
width:800px;
}
#startseite {
background: #fff;
color: #000;
}
#topnavi {
float: right;
width: 380px;
height: 31px;
background: url('../images/topnavi.gif') no-repeat;
display: inline;
line-height: 31px;
text-align: center; 
margin-left: 0;
margin-right:20px;
margin-top:-30px;
margin-bottom: 0;
}
#topnavi a{
text-decoration: none;
color: #454545;
font-weight: normal;
margin: 0;
text-align: center;
}
#topnavi a:hover{
text-decoration: none;
color: #d78329;
font-weight: normal;
margin:0;
}
#topnavi a#current{
text-decoration: none;
color: #d78329;
margin:0;
}
#kopf {
height: 70px;
background: url('../images/body-oben.gif') no-repeat;
border-top: 1px solid #fff;
} 
#navigation {
height: 70px;
margin-left: 35px; 
margin-top: 23px;
}
#navigation li {
float: left;
list-style-type: none;
background: url('../images/navoff.gif') no-repeat;
width: 138px;
margin: 0;
text-align: center;
line-height: 29px;
}
#navigation li a:hover{
float: left;
list-style-type: none;
background: transparent url('../images/navon.gif') no-repeat;
color: #fff;
width: 138px;
margin: 0;
text-align: center;
line-height: 29px
}
#navigation li#aktiv {
background: url('../images/navon.gif') no-repeat;
}
#navigation li#aktiv a{
color: #ffffff;
background: transparent;
}
#navigation li#interaktiv {
background: url('../images/internav.gif') no-repeat;
margin-left: 9px;
}
#navigation li#interaktiv a{
color: #454545;
background: transparent;
}
#navigation li#interaktiv a:hover{
background: transparent url('../images/internavmo.gif') no-repeat;
color: #ffffff;
}
#navigation li#interaktivon {
background: url('../images/internavmo.gif') no-repeat;
}
#navigation a:link, #navigation a:visited {
color: #454545;
text-decoration: none;
font-size: 100%;
}
#links {
float: left;
width: 550px;
display: inline;
}
#links h1{
font: bold 100% verdana, arial, helvetica, sans-serif;
color: #454545;
margin-left: 42px;
}
#links h2{
font: bold 100% verdana, arial, helvetica, sans-serif;
color: #454545;
margin-left: 42px;
margin-bottom: 10px;
color: #d78329;
}
#links p{
margin-left: 42px;
}
#links ul{
margin-left: 57px;
}
#links a{
color: #d78329;
text-decoration: none;
font-weight: bold;
}
#cms {
float: left;
width: 520px;
display: inline;
margin-left: 42px;
}
#cms h1{
font: bold 100% verdana, arial, helvetica, sans-serif;
color: #454545;
margin-left: 0px;
}
#cms h2{
font: bold 100% verdana, arial, helvetica, sans-serif;
color: #454545;
margin-bottom: 10px;
color: #d78329;
margin-left: 0px;
}
#cms p{
font: 100% verdana, arial, helvetica, sans-serif;
color: #454545;
margin-left: 0px;
}
#cms ul{
margin-left: 57px;
}
#cms a{
color: #d78329;
text-decoration: none;
font-weight: bold;
margin-left: 0px;
}
#cms hr {
margin-left:0px;
}

#rechts {
float: right;
width: 170px;
height: 320px;
background: url('../images/rechts.gif') no-repeat;
margin-right: 48px;
display: inline;
}
#rechts h1{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
color: #454545;
background: transparent;
margin-bottom: 10px;
margin-top: 15px;
margin-left: 10px;
}
#rechts h2{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 100%;
font-weight: bold;
color: #454545;
background: transparent;
margin-left: 10px;
}
#rechts p{
margin-left: 10px;
margin-right: 15px;
text-align: left;
}
#rechts a{
color: #d78329;
text-decoration: none;
font-weight: bold;
}
#fuss {
height: 45px;
background: url('../images/body-unten.gif') no-repeat;
clear: both;
}
hr {
margin-left: 42px;
margin-top: 5px;
margin-bottom: 10px;
border-top: 1px dashed #696969;
border-bottom: 1px solid #fbf2e9;
color: #fbf2e9;
background-color: #fff;
height: 4px;
}
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: normal;
  color: #d78329; 
}
  
a.tooltip:hover {
  color: #696969; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: -444px;; 
  left: 344px;
  width: 200px;
  height: 500px;
  padding: 5px;
  border: 5px solid #d78329;
  background: #ffffff;
  color: #454545;
  font-weight: normal;
  }
