*{
 margin: 0;
 padding: 0;
}


a { text-decoration: none; color: #000000; font-weight: normal; font-weight: bold; }
a:hover {  text-decoration: underline; }
a:active {  text-decoration: underline; }



h1 {
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; 
 font-weight: bold;
 margin-bottom: 15px;
}

h2 {
 color: #484848;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
}

ul {
 margin-left: 18px;
 text-align: left;
 list-style-image: url(img/li.gif);
}

hr {
  margin-top: 3px;
  margin-bottom: 3px;
}


img {
 border-width: 0px;
}

p {
 margin-bottom: 8px;
}




html, body {
 height: 100%;
 background-color: #E5E5E5;
 text-align: center;
 
 font-size: 11px;
 color: #484848; 
}


#seite1 {
 width: 970px;
 height: 650px;
 background-image: url(hintergrund.gif);
 overflow: hidden;
}

#seite2 {
 margin: 0px;
 padding-top: 172px;
 padding-left: 60px;
 padding-right: 60px; 
}


#inhalt { 
 height: 444px;
 overflow: hidden;
 text-align: left;
 line-height: 150%;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
/* border: 1px solid black; */
}



#status { 
 padding-top: 12px;
 text-align: right;
 padding-right: 60px; 
}

#status a {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #1A1A18;
 font-weight: normal;
 text-decoration: none;
}

#status a:hover { text-decoration: underline; }


