body{
 width: 760px;
 margin: 10px auto; text-align:left;
 border-left: solid 1px #000;
 border-right: solid 1px #000;
 border-top: solid 1px #000;
 font-family:Verdana, Arial, sans-serif;
 font-size:85%;
 color:#000;
 padding:0px;
 background-color:#E2E3E4;
}

/* Überschriften */
 h1 { font-size:1.3em;margin-top:0px;}
 h2 { font-size:1em;}
 h3 { font-size:1em;}
 h4 { font-size:1em;}
 h2,h3,h4 { margin-top: 0px;margin-bottom: 0px; }
 h1,h2,h3,h4 { color:#FF0000;}
 h1.fault { color:#f00;}

/* Obere Navigation*/
#navi{
 text-align:center;
 padding: 5px;
 background-color:#A6A6A8;
 border-top:1px solid #666;
 border-bottom:1px solid #666;
}

#navi A
{
 color: #444;
 width: auto;
 text-decoration: none;
 background: #C7C7C7;
 margin: 0;
 padding: 0px 5px;
 border-left: 1px solid #fff;
 border-top: 1px solid #fff;
 border-right: 1px solid #aaa;
}

#navi A:hover
{ 
 background: #FF0000;
 color: #fff; 
}

#navi A:active
{
 background: #FF0000;
 color: #000;
}

#navi A.active:link, #navi A.active:visited
{
 position: relative;
 z-index: 102;
 background: #FF0000;
 font-weight: bold;
}

/* Container, der das Logo enthält */
#header {
 padding:5px 5px 0px 5px;
 background-color:#E2E3E4;
 text-align:center;
}


/* Container, der die Inhalte enthält */
#content{
 padding:10px 20px;
 background-color:#FFF;
 margin-left: 0px;
}


/* Keine Rahmen um Grafiken als Link */
a img {border-width:0px;}

#menus li {margin-left:0px;padding-left:0px;}
#menus ul {margin:0px 0px 15px 0px;padding-left:0px;list-style-type:none;}
#menus h3 {margin:0px;font-size:1em;color:#666;}


/* Standard Hyperlinks */
a:link, a:visited, a:hover, a:active{
 text-decoration:none;
 font-weight:bold;
 color:#146ebe;
 background-color:inherit;
}
a:visited { color:#146ebe; }
a:hover, a:active {
 color:#f00; 
 text-decoration:underline;
 font-weight:bold;
}

/* Untere Navigation*/
#footer {
 color: #000;
 padding: 0px 0px;
 text-align: center;
 background-color:#e7d3bd;
}