/* GENERAL STYLE */
* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

BODY {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;}
  
/* LINKS */   
A {
  color: #036;
  text-decoration: none;
  font-size: 11px;}
  
A:hover {
  color: #036; 
  text-decoration: underline;
  font-size: 11px;}
  
/* TOP NAVIGATION */   
A.mnTop:LINK, A.mnTop:VISITED, A.mnTop:ACTIVE {
  color: #6C0;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  padding-right: 5px;
  padding-left: 3px;
  padding-top: 0px;}
  
A.mnTop:hover {
  color: #F90; 
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  padding-right: 5px;
  padding-left: 3px;
  padding-top: 0px;}
  
.selected {
  color: #036; 
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  padding-right: 5px;
  padding-left: 3px;
  padding-top: 0px;}

A.snLeft:LINK, A.snLeft:VISITED, A.snLeft:ACTIVE {
  color: #F90;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  padding: 3px 3px 3px 3px;}
  
A.snLeft:hover {
  color: #6C0; 
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  padding: 3px 3px 3px 3px;}
  
.selectedSN {
  color: #6C0; 
  font-weight: bold;
  font-size: 11px;
  padding: 3px 3px 3px 3px;}
/* CONTENT */
P {
   font-size: 11px;
   color: #036;
   padding-left: 20px;
   padding-right: 10px;}
  
P.title {
   font-size: 12px;
   font-weight: bold;
   color: #036;
   padding-left: 20px;}
   
P.subTlt {
   font-size: 12px;
   font-weight: bold;
   color: #036;
   padding-left: 5px;}
   
.tlt {
  font-size: 14px;
  color: #036;
  font-weight: bold;}
  
.subTlt {
	font-size: 9px;
	color: #036;}

ul, li {
  font-size: 11px;
  padding-right: 10px; }  

/* TABLES */
.txt {
  border-left: 1px solid #036;
  border-right: 1px solid #036;
}
  
TABLE.rooster {
  border: 1px solid #C1CDD9;} 

TABLE.rooster TD.tlt {
  font-size: 12px;
  font-weight: bold;
  color: #036;
  height: 20px;
  padding: 2px 2px 2px 2px;
  background-color: #C1CDD9;} 

   
.titel2 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
.box {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #000066;
	border: thin solid #FF6600;

}

