/* CSS Document */

/* Text, Tabellen und Titel definitionen*/
body, div, td {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

/* AGENDA */
table.agenda	{	
	border-collapse:	collapse;
	table-layout:		fixed;
	width:				112px;
	}
	
td.agendahead	{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			7pt;
	padding:			2px;
	width:				12px;
	}
	
td.agenda		{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			7pt;
	border:				1px solid #000000;
	padding:			2px;
	width:				12px;
	}
	
td.agendaday	{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			7pt;
	border:				3px solid #B70C0C;
	padding:			2px;
	width:				12px;
	}
	
td.agendasel	{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			7pt;
	background-color:	#FFFCA8;
	border:				1px solid #000000;
	padding:			2px;
	width:				12px;
	}
	
a.agenda		{
	text-decoration:	none;
	color:				#000000;}


/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.newszeile {
	font-size: 10pt;
	color: #000000;
}

.quickzeile {
	font-size: 10pt;
	color: #000000;
}

/* link*/
a { 
	text-decoration: none; 
}

a:link, a:active{
	font-weight: normal; 
	text-decoration: none; 
	color: #0015e2;
}

a:visited {
	color: #323ead;
}

a:hover {
	font-weight: normal;
	text-decoration: underline; 
	color: #0015e2
}



a.newszeile { 
	color: #000000;
	text-decoration: none; 
}

a.newszeile:hover {
	color: #000000;
	text-decoration: underline; 
}


a.newstitle { 
	color: #000000;
	font-weight: bold; 
	text-decoration: none; 
}

a.newstitle:hover {
	color: #FFF700;
	font-weight: bold; 
	text-decoration: none; 
}
