body {           background-image: url(bilder/bg_ornament.jpg);
                 background-repeat: repeat;
                 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-size: small;
                 color: #000000;
                 }
a {              color: #990000;
                 text-decoration: none;
                 }
a:hover {        color: #990000;
                 text-decoration: underline;
                 }
h1 {			 font-family: Verdana, Arial, Helvetica, sans-serif;
                 font-size: 1.2em;
                 color: #990000;
				 }
#mitte {         width: 1024px;
				 height: 750px;
                 position: absolute;
                 left: 50%;
                 margin-left: -513px;
                 }
#head {          width: 1024px;
                 height: 194px;
                 background-image: url(bilder/bg_head.png);
                 background-repeat: no-repeat;
                 }
#main {			 width: 1024px;
				 height: 506px;
				 background-image: url(bilder/bg_main.jpg);
                 background-repeat: repeat-y;
				 }
#navi {          width: 150px;
                 height: 496px;
				 margin-top: 3px;
				 margin-left: 10px;
				 float: left;
                 }
#navi a {   	 color: #ffffff;
                 text-decoration: none;
                 }
#navi a:hover {  color: #CC9933;
                 text-decoration: none;
                 }
#navi td {		 background-image: url(bilder/navi.png);
                 background-repeat: no-repeat; 
				 }
#container {	 width: 650px;
				 height: 496px;
				 margin-top: 10px;
				 float: left;
				 overflow: auto;
				 }
#right {		 width: 200px;
				 height: 496px;
				 margin-top: 10px;
				 float: left;
				 }
#right table {	 
                 background-repeat: no-repeat; 
				 }
#bottom {		 width: 1024px;
				 height: 50px;
				 background-color: #990000;
				 float: clear;
				 color: #ffffff;
				 font-size: 0.8em;
				 }
#bottom a {   	 color: #ffffff;
                 text-decoration: none;
                 }
#bottom a:hover { color: #CC9933;
                 text-decoration: none;
                 }