@charset "utf-8";
/* CSS Document */
body, td {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	}
a {	
color:#FF0000;
text-decoration:underline;
}
table.farbe {
	border: 1px solid #DE1F27;
}

table.headline {
	width:240px;
	text-align:left;
	margin-bottom:10px;
}

tr.farbe {
	border: 1px solid #5889C7;
	background-color: #5889C7;
	line-height: 20px;


}
td.farbe, td.linie {
	line-height: 20px;
	background-color: #eeeeee;
	border-bottom:1px solid #666;





}
tr.headline {
	border-top: 1px solid;
	border-right: 1px none;
	border-bottom: 1px solid;
	border-left: 1px none;
	font-weight: bold;
	color: #000000;
	background-color: #fecc00;

}

td.headline {

	border-top: 1px solid;
	border-right: 1px none;
	border-bottom: 1px solid;
	border-left: 1px none;
	font-weight: bold;
	color: #000000;
	background-color: #fecc00;
}
td.bg {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	background-color: DE1F27;

} 
