*{
 margin: 0;
 padding: 0;
}

a { text-decoration: underline; color: #443C90; font-weight: normal; }
a:hover {  text-decoration: underline; color: #F8AD17; }

h1 {
 color: #000000; 
 font-size: 17px; 
 font-weight: bold;
 margin-top: 15px;
 margin-bottom: 15px;
}

h2 {
 color: #000000; 
 font-size: 12px; 
 font-weight: bold;
 margin-bottom: 2px;
}

h3 {
 color: #000000; 
 font-size: 18px; 
 font-weight: bold;
 margin-bottom: 10px;
}

.emph {
 color: #E78200;
}

.grau {
 color: #878786;
}

ul {
 margin-left: 18px;
 text-align: left;
}

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

img {
 border-width: 0px;
}

p {
 margin-bottom: 12px;
}

table {
 font-size: 12px;
}








html, body { 
 background-color: #ECEDED;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000; 
 height: 100%;
}

#seite {
 width: 950px;
 height: 750px;
 background-color: #FFFFFF;
 overflow: hidden;
}

#oben {
}

#oben .logo {
 float: left;
}


#oben .menu {
 float: left;
 background-image: url(img/_hmenu.png);
 height: 229px;
 padding-left: 10px;
 width: 688px;
 text-align: left;
}



#haupt {
 clear: both;
 height: 426px;
 overflow: hidden;
}

#links {
 float: left;
 font-size: 12px;
 padding: 20px;
 padding-left: 20px;
 padding-right: 40px;
 overflow: auto;
 width: 635px;
 height: 360px;
 text-align: left;
 line-height: 140%;
 margin-top: 10px;
}

#rechts {
 float: right;
 width: 239px;
 height: 426px; 
}

#rechts1 {
 width: 239px;
 height: 158px; 
 background-image: url(img/rechts.jpg);
}


#rechts2 {
 font-size: 12px;
 text-align: left;
}


#status {
 clear: both; /* IE6 */
 height: 20px;
 padding-top: 3px; 
 margin-left: 10px;
 margin-right: 10px;
 font-size: 11px;
 border-top: 1px solid #A4A4A4;
 text-align: left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

