html {
  padding:0px;
  margin:0px;
}

body {
  background-color: #f5deff;
  background-image: url(bodybg.jpg);
  background-repeat: repeat-y;
  font-size: 62.5%;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color:#331c42;
  padding:0px 20px;
  margin:0px;
}

h2 {
color:#b6251c;
font-size: 1.5em;
width: 100%;
border-bottom: 1px solid #331c42;
}

h3 {
font-size: 1.2em;
}

ul {
margin-top:0px;
margin-bottom: 4px;
}

#inhalt {
position:absolute;
top: 270px;
left: 290px;
width: 500px;
overflow: auto;
font-size: 1.2em;
}

#inhalt a:link,#inhalt a:visited {
color: #b6251c;
}
#inhalt a:hover {
color: #331c42;
}

#headerpic {
position: absolute;
height:218px;
width: 555px;
left:241px;
top: 0;
padding: 0px;
margin: 0px;
}

#menu {
position: absolute;
width: 222px;
left: 19px;
padding:0px;
margin:0px;
line-height: 0px;
}

.tip1 {
margin: 0px 0px 0px 22px;
padding: 0px;
line-height: 0px;
}

.tip1 img {
margin: 0;
padding: 0;
border: 0;
}

/* .hexe {
margin: 0px;
padding:0px;
}   */

/*tooltip*/

div.doom-tip {
        width: 200px;
        color: #fff;
        text-align: center;
}

div.doom-title {
        color: #fff;
        font-weight: bold;
        margin: 0;
        padding: 8px 10px 5px;
        background: url(balloon.png) top left no-repeat !important;
        background: url(balloon.gif) top left no-repeat;
        font-size: 0px;
        line-height: 0px;
}
div.doom-title * {
visibility: hidden;

}

div.doom-text {
        margin: 0;
        padding: 0 10px 13px;
        background: url(balloon.png) bottom left no-repeat !important;
        background: url(balloon.gif) bottom left no-repeat;
        font-size: 11px;
}

#footer {
font-size: 10px;
padding: 0px 0 40px 0;
margin-top: 90px;
width: 100%;
text-align: right;
border-top: 1px solid #331c42;
}

#zitat {
width: 100%;
background-image: url(sterne.gif);
background-position: bottom right;
background-repeat: no-repeat;
padding-bottom: 6px;
}

hr {
height: 1px;
border: 0px;
border-top: 1px solid #331c42;
}