* {margin:0px;} /*alle ränder auf 0 setzen*/
html {height:101%} /*erzwungene Scrolleiste*/
html {margin-top: 15px;}
html {background-color:#949292;}
html {font-family:Arial, Helvetica, sans-serif}
html {font-size: 10px;}
html {color: #000000;}

#gesamt {
width: 900px; /* Breite des Gesamt-Container*/
margin:auto; /* zentriert den Gesamt-Container */
border:#000000 groove 2px; /* nur aus Anzeigegründen*/
border-style:solid;
font-size: 12px;
background-color:#E6EBEE;
}

#logo {
width: 900px; /*feste Breite wegen Firefox*/
height: 10px; /* Höhe des logo-Container*/
position: absolute; /* ohne rücken die Container hoch*/
}

#vorwort {
	width: 900px;
	height: 124px;
	margin-top: 10px;
	position: absolute;
	background-image:url(images/header.jpg);
	top: 17px;
}

#haupt {
width: 100%; /*Auto-Anpassung an #gesamt-width:*/
}

#anzeigelinks {
width: 160px; /* Breite des linken Containers */
margin-top: 166px; /* Abstand zum oberen Seitenrand (width:logo+vorwort)*/
margin-left: 20px;
float:left; /* Ausrichten des Containers am linken Rand */
}

#anzeigemitte {
width: 680px; /* Breite des mittleren Container */
height: 600px;
margin-left: 0px; /* Abstand zum linken Container */
margin-right: 0px; /* Abstand zum rechten Container */
margin-top: 166px; /* Abstand zum oberen Seitenrand (width:logo+vorwort)*/
float:left; /* Ausrichten des Containers am linken Container */
}

#unten {
width: 100%; /* Auto-Anpassung an #gesamt-width: */
height: 24px; /* Höhe des unten-Container */
background-image:url(images/balken.jpg);
clear:both; /* lösen von den vorangangenen float-Ausrichtungen */
}

.wme:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration:none;
	sheight:20px;
	      }
.wme:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	text-decoration:none;
	height: 20px;
      }
.wme:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration:none;
	height: 20px;
      }
.wme:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#999999;
	text-decoration:none;
	height: 20px;
     }
	 
	  
.wme1:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	text-decoration:none;
	border-bottom: #999999 1px dashed;
		      }
.wme1:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	text-decoration:none;
	border-bottom: #999999 1px dashed;
	      }
.wme1:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	text-decoration:none;
	border-bottom: #999999 1px dashed;
	      }
.wme1:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
    color:#0066CC;
	text-decoration:none;
	border-bottom: #0066CC 1px solid;
	     } 
	 
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	align=center
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#000000;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	}
