/* Aussen sorgt für die zentrierte Ausrichtung der Seite */
html #aussen2{
 height:1px;
}
#aussen{
 width:100%;
 float:left;
}

body{
 background:#f8ebbe;
}

/* Die obere Leiste */
#oben{
 position:relative; float:left; margin-bottom:5px;
 width:100%;
 height:104px;
 background-image:url(oben.jpg);
 background-repeat:repeat-x;
}

*html #oben{
 margin-left:-2px;
}

/* Linkmenü */
#menu{
 position:relative; float:left;
 margin-bottom:3px;
 display:inline;
 margin-left:-100%;
 padding:5px;
 border:2px solid;
 width:140px;
 height:486px;
 color:#000000;
 background:#000000;
}

*html #menu{

}

#menu ul{
 float:left;
 display:block;
 list-style-type:none;
 margin:0px;
 padding:0px;
}

#menu li{
 display:inline;
 margin:0px;
 padding:0px;
}

#menu li a{
 float:left;
 display:block;
 text-align:center;
 font-size:11px;
 font-family:Verdana;
 color:#000000;
 background:#f8ebbe;
 width:134px;
 height:17px;
 margin-left:3px;
 margin-bottom:2px;
 font-weight:bold;
 text-decoration:none;
 border:2px outset #a00a0a;
}

#menu h1{
 float:left;
 margin:0px;
 padding:0px;
 display:block;
 text-align:center;
 font-size:11px;
 font-family:Verdana;
 color:#FFFFFF;
 background:#c1a74c;
 width:134px;
 height:17px;
 margin-left:3px;
 margin-bottom:2px;
 font-weight:bold;
 text-decoration:none;
 border:2px outset #a00a0a;
}

#menu h2{
 float:left;
 margin:0px;
 padding:0px;
 display:block;
 text-align:center;
 font-size:11px;
 font-family:Verdana;
 color:#FFFFFF;
 background:#c1a74c;
 width:134px;
 height:17px;
 margin-top:15px;
 margin-left:3px;
 margin-bottom:2px;
 font-weight:bold;
 text-decoration:none;
 border:2px outset #a00a0a;
}

#menu a{color:darkblue;}
#menu li a:visited{background:#f8ebbe; color:#000000;}
#menu li a:hover{background:#decb8a; color:#000000;}

/* Inhalt der Seiten */
#inhalt{
 position:relative; float:left;
 display:inline;
 margin:0px 0px 3px 160px;
 font-family:Verdana;
 font-size:11pt;
 padding:8px 15px;
 min-height:484px;
 height:auto !important;
 height:484px;
 color:#f8ebbe;
 background:#000000;
 clear:both;
}

*html #inhalt{
 margin:0px 0px 0px 162px;
}

#inhalt a{color:#f8ebbe;text-decoration:underline;border-bottom:underline 1px;}
#inhalt a:visited{text-decoration:none; color:#f8ebbe; font-weight:bold;}
#inhalt a:active{text-decoration:underline; color:#f8ebbe;}
#inhalt a:hover{text-decoration:underline; color:#f8ebbe;}
#inhalt h1{font-size:12.5pt;font-family:Verdana;letter-spacing:0.1em}

#version {
 font-size:8pt;
 text-align:center;
}
