body{
 font-family:Verdana, Arial, sans-serif;
 font-size:80%;
 background-color:#fff;
 color:#000;
 margin:0px;
 padding:0px;
 background-image:none;
}

/* Quellcodeanzeige */
feld
{
 font-size:1.2em;
 color:#000;
 border:1px solid #666;
 margin:10px 0px;
 padding:5px;
}

/* Überschriften */
h1 { font-size:1.3em;margin-top:0px;}
h2 { font-size:1.2em;}
h3 { font-size:1em;}
h4 { font-size:1em;}
h2,h3,h4 { margin-top:20px;margin-bottom:0px; }
h1,h2,h3,h4 { color:#a5a868;}
h1.fault { color:#f00;}

/* Hervorhebungen */
em,.hervorheb{
 color:#bd0329;
 font-weight:normal;
 font-style:normal;
}

hr{ 
 color:#666;height:1px;
}

/* Oberes Menu*/
#menu{
 display:none;
}
/* Oberes Menu2*/
#menu2{
 display:none;
}
#menu2 xyz {
 display:none;
}
#menu3{
 display:none;
}

/* Container, mit Logo */
#top1 {
 display:none;
}
/* Container unter den Menus */
#top2 {
 display:none;
}

/* Hauptmenue */
#Hauptmenue{
 display:none;
}

/* Wo bin ich */
#wbi{
 padding:0px 5px;
 background-color:#efefef;
 border-bottom:1px solid #000;
 margin-bottom:20px;
 font-size:1em;
 font-style:italic;
 text-align:left;
}

/* Keine Rahmen um Grafiken als Link */
a img {border-width:0px;}

/* Standard Hyperlinks */
a:link, a:visited, a:hover, a:active{
 text-decoration:none;
 font-weight:bold;
 color:#146ebe;
 background-color:inherit;
}
a:visited { color:#009; }
a:hover, a:active {
 color:#f00; 
 text-decoration:underline;
 font-weight:bold;
}
