*{
 margin: 0;
 padding: 0;
}

a { text-decoration: underline; color: #E78200; font-weight: normal; }
a:hover {  text-decoration: underline; color: #F0AA54; }
a:active {  text-decoration: underline; color: #F0AA54; }

h1 {
 color: #F0AA54; 
 font-size: 18px; 
 font-weight: bold;
 margin-bottom: 10px;
 line-height: 123%;
}

h2 {
 color: #000000;
 font-weight: bold;
 font-size: 11px;
}

.emph {
 color: #E78200;
}

.grau {
 color: #878786;
}

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

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

img {
 border-width: 0px;
}

p {
 margin-bottom: 12px;
}









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

#seite {
 width: 978px;
 background-color: #FFFFFF;
 overflow: hidden;
 border: 1px solid #000000;
 
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: auto;
 margin-right: auto; 
 
 background-image: url(img/_spalten.png);
}

#kopfmenu {
 height: 24px;
 background-image:url(img/_streifen_oben.png);
 text-align: right;
 padding-right: 12px;
 padding-top: 7px;
 color: #FFFFFF;
 font-size: 12px;
}
#kopfmenu a {
 color: #FFFFFF;
 text-decoration: none;
}

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

#oben {
 overflow: auto;
 background-color: #FFFFFF;
}



#menu {
 clear: both; /* IE6 */
 height: 30px;
 color: #FFFFFF;
 background-color: #FBEAD4;
 background-image: url(img/_hmenu.png);
 /*margin-left: -25px;*/
 padding-left: 220px;
 overflow: hidden;
}
#menu ul{
 list-style-type: none; 
 list-style-image: url(img/_.png);
 font-style: normal;
}
#menu ul li{
display: inline;
}
#menu a{
 float: left;
 display: block;
 text-decoration: none;
 font-style: italic;  
 color: #000000;
 font-weight: bold;
 font-size: 13px;
 padding: 7px 25px;
 padding-top: 9px;
}
#menu a:hover {
 background-color: #F1AA54;
 /*background-image: url(img/_menuh.png);*/
}
#menu .akt {
 background-color: #F1AA54;
}




#submenu { 
 margin-left: 10px;
}
#submenu ul{
 list-style-type: none; 
 list-style-image: url(img/_.png);
}
#submenu a{
 /*float: left;*/
 display: block;
 text-decoration: none;
 color: #878786;
 font-weight: bold;
 font-size: 12px;
 padding-left: 20px;
 padding-bottom: 12px;
 padding-top: 1px;
 background-image: url(img/mimilo0.png);
 background-repeat: no-repeat;
}
#submenu a:hover {
 color: #000000;
 background-image: url(img/mimilo1.png);
}
#submenu .akt {
  color: #E78200;
}



#hauptbereich {
 overflow: auto;
 background-image: url(img/_spalten.png);
 text-align: left;
}

#links {
 float: left;
 width: 240px; 
 line-height: 120%;
}
#innerlinks { /* IE6 */
 margin: 8px 17px;
}

#links h2, #rechts h2 {
 color: #000000; 
 font-size: 14px; 
 margin-bottom: 10px; 
 background-image: url(img/milo.png);
 background-repeat: no-repeat;
 padding: 4px;
 padding-bottom: 8px;
 padding-left: 30px;
 text-transform: uppercase;
}

#mitte {
 float: left;
 width: 500px; 
 line-height: 160%;
}
#innermitte {
 margin: 8px 17px;
}

#rechts {
 float: left;
 width: 236px;
 line-height: 120%;
 overflow: hidden;
}


#loginbereich {
 clear: both; /* IE6 */
 background-color: #EFEFEF;
 padding: 8px 17px;
 overflow: auto;
}

#loginformular a {
 color: #878786;
 font-size: 10px;
 text-decoration: none;
}
#loginformular a:hover {
 color: #696969;
 text-decoration: underline;
}


#rechtsunten {
 clear: both; /* IE6 */
 margin: 8px 17px;
}



#status {
 clear: both; /* IE6 */
 height: 19px;
 padding-top: 6px;
 padding-left: 22px;
 font-size: 11px;
 background-color: #23A537;
 text-align: left;
}




