body{
	background-color:#e6e6e6;
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	line-height: 18px;
	color:#000000 ;
	}
	
/*---------container------------*/

#container{

/*---------Hier können Sie die Hintergrundfarbe des Textbereiches ändern: background-color:#ffff99;  Ersetzen Sie einfach ffff99 durch die gewünschte Farbe. Bitte achten Sie unbedingt darauf, dass die # und das ; stehen bleiben. ------------*/
	background-color:#ffff99;
	background-image:url(../Bilder/bg.jpg);
	background-repeat:repeat-y;
	width: 900px;
	margin:auto;
	border: 1px solid #040060;
	}
	
/*---------head---------*/

#head{
	background-color:;
	background-image:url(../Bilder/head2b.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:900px;
	height:106px;
	padding-top:35px;
	border-top: 0px solid #040060;
	border-bottom: 18px solid #040060;
 	} 
	
#head2{
	background-color:;
	background-image:url(../Bilder/Kopf.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:900px;
	height:106px;
	padding-top:35px;
	border-top: 0px solid #040060;
	border-bottom: 18px solid #040060;
 	} 
	
div.breaker {
	height: 1px;
	clear:both;
	overflow:hidden;
	}
	
/*---------menue---------*/

#menue{
	background-color:;
	width:600px;
	height:16px;	
	margin-top:80px;
	margin-left:280px;
	padding-top:0px;
	padding-left:20px;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	border-right:0px solid #040060;
	}
		
	.menue:link{color:#040060; text-decoration:none;}
	.menue:visited{color:#040060; text-decoration:none;}
	.menue:hover{color:#00bfff; text-decoration:underline;}
	.menue:activ{color:#00bfff; text-decoration:underline;}
	

/*---------sub---------*/

#sub{
	background-color:#040060;
	width:600px;
	height:16px;	
	margin-top:10px;
	margin-left:280px;
	padding-top:0px;
	padding-left:20px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	border-right:0px solid #040060;
	}
		
	.sub:link{color:#ffffff; text-decoration:none;}
	.sub:visited{color:#ffffff; text-decoration:none;}
	.sub:hover{color:#00bfff; text-decoration:underline;}
	.sub:activ{color:#00bfff; text-decoration:underline;}
	

/*--------left--------*/

#left{
	background-color:;
	background-image:url(../Bilder/.jpg);
	background-repeat:no-repeat;
	background-position:left;	
	width:240px;
	height:362px;
	}

		
/*--------content--------*/

#content{
	background-color:;
	width:565px;
	height:310px;
	overflow:auto;
	margin-top:-360px;
	margin-left:280px;	
	padding:33px 30px 15px 25px; 
	border-left:0px solid #040060;
	}
	
	.content:link{color:#000000; text-decoration:underline;}
	.content:visited{color:#000000; text-decoration:underline;}
	.content:hover{color:#00bfff; text-decoration:underline;}
	.content:activ{color:#00bfff; text-decoration:underline;}
	
	
/*--- Schriftfarben ---*/
	
				.blue{
					color:#020134;
					}
	
				.orangebold{
					color:#ffa500;
					font-weight:bold;
					}
					
				.orangesmall{
					color:#ffa500;
					}
					
				.redbold{
					color:#b22222;
					font-weight:bold;
					}
				
				 .redsmall{
					color:#b22222;
					}	
					
				.white{
					color:#ffffff;
					}
				

/*--- schriftformatierungen ---*/

				.aktiv{
					color:#00bfff;
					font-weight:bold;
					text-decoration:underline;
					}				
				
				.bold{
					font-weight:bold;
					}
					
				.italic{
					font-style:italic;
					}
					
				.small{
					font-weight:normal;
					}

				.under{
					text-decoration:underline;
					}
					
						
/*--- Schriftgrößen --- */		
		
				.fontklein{
					font-size:9px;
					}
					
				.fontmittel{
					font-size:11px;
					}			
				
				.font2{
					font-size:13px;
					}
					
				.font3{
					font-size:16px;
					font-weight:bold;
					}
				
				.fontgross{
					font-size:17px;
					font-weight:bold;
					color:#ff5a01;
					}
									
				h1{
					font-size:18px;
					}
					
				h2{
					font-size:16px;
					}
					
				h3{
					font-size:15px;
					}
					
				h4{
					font-size:13px;
					}
				
						

/*--- Bilder ---*/
					
				.img_left {
					float:left;
					padding-right: 15px;
					border: 0px solid #ff5a01;
					}
					
				.img_right {
					float:right;
					padding-left: 15px;
					border: 0px solid #ff5a01;
					}
				
	
/*---------foot---------*/

#foot{
	background-color:#040060;
	background-image:url( .jpg);
	background-repeat: ;
	background-position: ;
	width: 625px;
	height: 40px;
	padding-left: 275px;
	color:#fcfcca;
	text-align:center;
	border: 0px solid #000000;
	}
	
	.foot:link{color:#fcfcca; text-decoration:underline;}
	.foot:visited{color:#fcfcca; text-decoration:underline;}
	.foot:hover{color:#00bfff; text-decoration:underline;}
	.foot:activ{color:#00bfff; text-decoration:underline;}
	
