*, body {
	margin: 0;
	padding: 0;
	}

body {
	font-family:  Zapf Chancery, Comic Sans MS, Arial, sans-serif ;
	font-size: 62.5%;
	background-color: #d5e9b9;
	color: #5a0000;
	}

#container   { 
	color: #5a0000;  
	background-color: #fff9e2; 
	position: absolute; 
	top: 35px; 
	left: 15px; 
	width: 860px }

#banner {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 860px;
	}

#mainnavi {
	
	}

#mainnavi ul {
	list-style: none;
	text-align: center;
	font-size: 1.4em;
	}

#mainnavi ul li {
	display: inline;
	}

#content  {
	margin: 40px 15px 15px 15px;
	font-size: 1.1em;
	}
#content  ul {
	list-style: circle;
	margin: 20px 15px 15px 25px;
	font-size: 1.1em;
	}
/* BEGINN - TABELLEN -----------------------------------------------------*/
table #rastertableL   { margin: 0; width: 100%; border: solid 0 #5a0000; border-collapse: collapse   }
table #rastertableL td    { font-size: 1em; margin-top: 10px; padding: 5px; vertical-align: bottom }
table #contenttable  { margin: 0 0 0 20px; border: solid 1px #5a0000; border-collapse: collapse }

 table #contenttable th {
	font-weight: bold
	}

 table #contenttable td {
	padding: 5px;
	font-size: 0.8em;
	}
table #rastertableR   { margin: 0; width: 100%; border: solid 0 #5a0000; border-collapse: collapse   }
table #rastertableR td     { font-size: 3em; padding: 85px 5px 5px; width: 100%; vertical-align: bottom }
/* ENDE - TABELLEN -----------------------------------------------------*/

/* Reihenfolge stets einhalten: link -- visited -- hover -- active */
a:link,
a:visited,
a:hover,
a:active {
	font-family: Comic Sans MS, Arial Black, Arial, sans-serif;
	font-weight: bold;
	}

a:link,
a:hover,
a:active {
	color: #66003c;
	}

a:visited {
	color: #66003c;
	}

.navipoint {
	font-weight: bold;
	font-size: 1.2em;
	}

#content p.erster {
	margin: 0 0 0 20px;
	}

#content p {
	margin: 0 0 0 20px;
	}

#content h1.erste {
	margin: 0 0 0 20px;
	font-size: 1.6em;
	color: #5a0000;
	}

#content h1 {
	margin: 2em 0 0 20px;
	font-size: 1.6em;
	}

#content h2.erste {
margin: 0 0 0 20px;
	font-size: 1.3em;	
	}
	
#content h2 {
	margin: 2em 0 0 20px;
	font-size: 1.3em;
	}
#content h3 {
	margin: 2em 0 0 20px;
	font-size: 1.1em;
	}
#content h3.erste {
	margin: 0 0 0 20px;
	font-size: 1.1em;
	}
#content h4  { 
	font-size: 1em; 
	font-weight: bold; 
	margin: 1.5em 0 0 0 
	}
