/*  */
body{		font-family:"Courier New", Courier, monospace;
		font-size:13px;
		background-color:	#222222;
		color:				#CCCCCC;
	}
a:link { /*für Verweise zu noch nicht besuchten Seiten*/
	font-weight:bold; 
	color:#CCCCCC;
	text-decoration:none; 
}

a:visited { /*für Verweise zu bereits besuchten Seiten*/
	font-weight:bold; 
	color:#CCCCCC;
	text-decoration:none; 
}

a:hover { /*für Verweise, während der Anwender mit der Maus darüber fährt*/
	font-weight:bold; 
	color:#CCCCCC;
	text-decoration:underline; 
}

a:active { /*für gerade angeklickte Verweise*/
	font-weight:bold; 
	color:#CCCCCC;
	text-decoration:underline; 
}

a:focus { /*für Verweise, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulatortaste*/
	font-weight:bold; 
	color:#CCCCCC;
	text-decoration:underline; 
}	

/* -setup- */
.foot{		font-family:"Courier New", Courier, monospace;
			font-size:12px; 
			text-align:right;							 }
.contact{	background-color:#CCCCCC;							 }			
.ban_text{	background-color:#222222; 
			color:#FFFFFF;		
				font-size:12px; 
				font-family:"Courier New", Courier, monospace;
			overflow:hidden; 
			border:none;
				padding-bottom: 0px;
				padding-left: 	10px;
				padding-right: 	10px;
				padding-top: 	30px;
		    height: 		140px;	
			}		

/* -Fonts- */
.title{
font-size:18px;
font-weight:bold;
}			

/* -Background- */	
.hline{ 	background-image:url(../../image/style/hline.gif); 		}
.nav{ 		background-image:url(../../image/style/nav.gif); 
				font-size:15px; 
				font-family:"Courier New", Courier, monospace;			
			}
.l_vline{ 	background-image:url(../../image/style/l_vline.gif); 	}
.banner{ 	text-align:center;
			vertical-align:middle;
			}
.main{		background-image:url(../../image/style/main.gif);
			background-repeat:repeat-x;
				vertical-align:text-top;
			padding-bottom: 5px;
			padding-left: 	10px;
			padding-right: 	10px;
			padding-top: 	5px;
			}

.news{ 		background-image:url(../../image/style/news.gif);
				text-align:left;
				vertical-align:text-top;		
			padding-bottom: 5px;
			padding-left: 	15px;
			padding-right: 	5px;
			padding-top: 	60px;
				min-height:		110px;
				height: 		110px;
				max-height:		110px;
			}
