body, table, td, th {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 10px;
  margin: 0px 0px 0px 0px;
}

a { 
	color: #333333; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}


.normal{
	font-size: 10px;
}

.blau{
	color:#3B94D9;
}

.rot{
	color:#FF0000;
}

.headline{
	font-size: 11px;
	font-weight: bolder;
}

.headline_large{
	font-size: 24px;
	color:#3B94D9;
}

.headline_middle{
	font-size: 14px;
	font-weight: bolder;
	color:#3B94D9;
}

.headline_rot{
	font-size: 11px;
	font-weight: bolder;
	color:#FF0000;
}

.headline_blau{
	font-size: 11px;
	font-weight: bolder;
	color:#3B94D9;
}

.csc-header{
	font-size: 8px;
	color:#3B94D9;
}



TABLE.stattable {
    border-color:rgb(166,166,166);
        border-width:2px;
        border-style:outset;
        background-color:rgb(208,208,208);
        color:black;
}

TABLE.stattable TD {
    padding:2px;
}

TABLE.stattable a { 
    color:rgb(16,16,192); 
    text-decoration:underline; 
}
