/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
BODY { 
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
	font-size: 12px; 
	color: rgb(8,11,99); 
	font-weight: normal; 
	font-style: normal; 
	background-color: rgb(8,11,99); 
	background-image: url("./assets/images/back.gif");
	}
	
 A:active { 
 	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
 	font-size: 12px; 
 	color: rgb(8,11,99); 
 	font-weight: bold; 
 	text-decoration: none ;
 	}
 	
 A:link { 
 	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
 	font-size: 12px; 
 	color: rgb(8,11,99); 
 	font-weight: bold; 
 	text-decoration: none ;
 	}
 	
 UL { 
 	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
 	font-size: 12px; 
 	color: rgb(8,11,99); 
 	font-weight: bold; 
 	margin-left: 12pt; 
 	margin-top: 1pt; 
 	margin-bottom: 1pt;
 	}
 	
 A:visited { 
 	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
 	font-size: 12px; 
 	color: rgb(8,11,99); 
 	font-weight: bold; 
 	text-decoration: none ;
 	}
 	
 .TextObject { 
 	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
 	font-size: 12px; 
 	color: rgb(8,11,99); 
 	font-weight: normal; 
 	font-style: normal;
 	}
 	
 H1 { 
 	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
 	font-size: 20px; 
 	color: rgb(8,11,99); 
 	font-weight: bold;
 	margin-bottom: 5px;
 	}

 H2 { 
 	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
 	font-size: 14px; 
 	color: rgb(8,11,99); 
 	font-weight: bold;
 	margin-bottom: 0px;
 	}
 	
 P { 
 	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
 	font-size: 12px; 
 	color: rgb(8,11,99);
 	}
 	
 A:hover { 
 	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif; 
 	font-size: 12px; 
 	color: rgb(255,255,153); 
 	font-weight: bold; 
 	text-decoration: none ;
 	}
 