/* Aussen sorgt für die zentrierte Ausrichtung der Seite */
.aussen{
 width:910px;
 margin:auto;
}

/* Die obere Leiste */
.oben{
 position:relative; float:left; margin-bottom:5px;
 font-family:Verdana;
 font-size:16pt;
 padding:5px;
 border:2px solid;
 width:886px;
 height:30px;
 color:#000000;
 background:#FFFFFFF;
}

/* Linkmenü */
.menu{
 position:relative; margin-right:5px; float:left;
 padding:5px;
 border:2px solid;
 width:150px;
 height:280px;
 color:#000000;
 background-image:url(hintergrund.jpg);
 background-repeat:repeat;
}

.menu ul{
 display:block;
 list-style-type:none;
 margin:0px;
 padding:0px;
}

.menu li{
 display:inline;
 margin:0px;
 padding:0px;
}

.menu a{color:darkblue;}
.menu a:visited{color:darkblue;}
.menu a:active{color:darkblue;}
.menu a:hover{text-decoration:underline;}

/* Inhalt der Seiten */
.inhalt{
 position:relative; margin-bottom:5px; float:left;
 font-family:Verdana;
 font-size:11pt;
 padding:8px 25px;
 border:2px solid;
 width:676px;
 min-height:444px;
 height:auto !important;
 height:444px;
 color: black;
 background-image:url(hintergrund.jpg);
 background-repeat:repeat;
}

.inhalt a{color:black;text-decoration:underline;border-bottom:underline 1px;}
.inhalt a:visited{color:black;}
.inhalt a:active{text-decoration:underline; color:black;}
.inhalt a:hover{text-decoration:underline;}
.inhalt h1{font-size:13pt;font-family:Verdana;letter-spacing:0.2em}

/* Der Footer */
.unten{
 clear:both; margin-left:169px;
 font-family:Verdana;
 font-size:10pt;
 padding:3px;
 border:2px solid;
 width:721px;
 height:15px;
 color: black;
 background:#FFFFFF;
}

.unten a{color:black;text-decoration:none;border-bottom:underline 1px;}
.unten a:visited{color:black;}
.unten a:active{color:black;}
.unten a:hover{text-decoration:underline;}