body {
	font-family: Verdana, Arial, sans-serif;
	color : #FFFFFF;
	scrollbar-face-color : #990000;
	scrollbar-3dlight-color : #990000;
	scrollbar-highlight-color : #E9641B;
	scrollbar-arrow-color : #E9641B;
	scrollbar-shadow-color : #E9641B;
	scrollbar-darkshadow-color : #990000;
	scrollbar-track-color : #990000;
	line-height: 15px
}

a:visited { text-decoration:underline; color:#E9641B }
a:link { text-decoration:underline; color:#E9641B; }
a:hover { text-decoration:underline; color:#FFFFFF;  }
a:active { text-decoration:underline; color:#E9641B; }

/* TABLE */

/* Termine */
td {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.orange {
	background-color: #E9641B;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

td.grey {
	background-color: #EAEAEA;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 11px;
	
}

td.grey a:visited { text-decoration:underline; color:#2B277D }
td.grey a:link { text-decoration:underline; color:#2B277D; }
td.grey a:hover { text-decoration:underline; color:#990000; }
td.grey a:active { text-decoration:underline; color:#990000; }

/* im Inhalt*/

td.orangebig {
	background-color: #E9641B;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

td.greybig {
	background-color: #EAEAEA;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	
}

td.orangebig a:visited { text-decoration:underline; color:#2B277D }
td.orangebig a:link { text-decoration:underline; color:#2B277D; }
td.orangebig a:hover { text-decoration:underline; color:#990000; }
td.orangebig a:active { text-decoration:underline; color:#990000; }

td.greybig a:visited { text-decoration:underline; color:#2B277D }
td.greybig a:link { text-decoration:underline; color:#2B277D; }
td.greybig a:hover { text-decoration:underline; color:#990000; }
td.greybig a:active { text-decoration:underline; color:#990000; }


p {
	color: #EAEAEA; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


