body { background-color:#FFFFFF;
		 	 	 
		 }
		 
.gesamt {
				 width: 980px;
				 height: 560px;
				 font-family: sans-serif, verdana, arial;
				 font-style: normal;
				 font-size: 90%;
				 alignment:center;
				 vertical-align: middle;
				 overflow:visible;
				}
				
.oben {
			 width: 980px;
			 height: 59px;
			 background-image:url(div/oben.jpg);
			}

.mitte{
			 width: 980px;
			 height:403px;
			 }
			
.links {
			 width: 147px;
			 height: 403px;
			 background-image:url(div/links.jpg);
			 background-repeat:repeat-y;
			 font-size: 110%;
			}
			
.inhalt {
			 width: 761px;
			 height: 403px;
			 text-align:left;
			 line-height:16pt;
			 overflow : visible;
			 background-image:url(div/inhalt.jpg);
			 background-repeat:repeat-y;
			 font-size:85%;
			 
			}
			
			
			.titel{
						 	width:761px;
							height:40px;
							text-align:center;
						 }
						 
			.titel_home{
						 	width:761px;
							height:40px;
							text-align:center;
						 }
						 
			.text_schmal {
						 width:600px;
						 height:350px;
						 vertical-align: middle;
						}
				
			 .text_breit{
						 width:720px;
						 height:304px;
						 vertical-align: middle;
						 margin-left:30px;
						 
						}
						
			 .text_links{
						 width:340px;
						 height:600px;
						}
						
				.text_rechts{
										  width:340px;
											height:600px;											
										 }

.rechts {
			 width: 72px;
			 height: 403px;
			 background-image:url(div/rechts.jpg);
			 background-repeat:repeat-y;
			 alignment:right;
			 /*padding-top:50px;*/
			}
			
.unten {
			 width: 980px;
			 height: 98px;
			 background-image:url(div/unten.jpg);
			 clear:both;
			}
			
/*gestaltung*/

a:link, a:active, a:hover, a:visited{
						text-decoration:none;
						color:#000000;
						font-size: 80%;
					}
					
a:hover {
				 color:#FFFFFF;
				}
				
h1 {
	line-height:5px;
	 text-decoration:none;
	 	font-size:150%;
		text-align: center;
		padding-top:20px;
	 }
	 
/*navi aktiv*/

aktiv {
	 	text-decoration:none;
		color:#000000;
		font-size: 80%;
		font-weight:bold;
	 }
	 
ul{
	 	list-style-type:circle;
		list-style-position:outside;
		font-weight:bold;
	 }
	 
li {
	 	padding-top:10px;
	 }	 

table{
		   margin-left:30px;
			 font-size:100%;
			 alignment:right;
			}
			
td{
	 		height:30px;
	 }			
	 
b {
			 font-size: 95%;
			 line-height:120%;
			 font-weight:normal; 
			 }