/* CSS Document */

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

.location {
margin: 0 0 6px 0;
padding: 0;
font-size: 20px;
color: #f3a21f;
font-weight: bold;
}


h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 5px;
}

.servicestitle {
	font-size: 10pt;
	font-weight: bold;
	color: #f3a21f;
	padding-bottom: 5px;
}

.newszeile {
	font-size: 8pt;
	color: #ffffff;
}

.services {
	font-size: 8pt;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* links*/

a, a:link, a:active{
	color: #730101;
	text-decoration: none; 
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: underline; 
}

a.newszeile, a.newszeile:visited, a.newszeile:active { 
	color: #ffffff;
	text-decoration: none; 
}

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

a.newstitle, a.newstitle:visited, a.newstitle:active { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none; 
}

a.newstitle:hover {
	color: #730101;
	font-weight: bold;
}

a.services, a.services:visited, a.services:active{ 
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
}

a.services:hover {
	color: #730101;
	font-weight: bold;
}


/* Agenda */

table.agenda	{
		border-collapse:collapse;
		table-layout: 	fixed;
		width: 			112px;
		background-color:	#ffffff;
		}

td.agendahead	{
		font-family:	Arial, Helvetica, sans-serif;
		font-size:		7pt;
		padding:		2px;
		width:			12px;
		background-color:	#c0c0c0;
		}

td.agenda	{
		font-family:	Arial, Helvetica, sans-serif;
		font-size:		7pt;
		border:			1px solid #8d8e8f;
		padding:		2px;
		width:			12px;
		}

td.agendaday	{
		font-family:	Arial, Helvetica, sans-serif;
		font-size:		7pt;
		border:			3px solid #730101;
		padding:		2px;
		width:			12px;
		}

td.agendasel	{
		font-family:	Arial, Helvetica, sans-serif;
		font-size:		7pt;
		background-color:	#dddddd;
		border:			1px solid #dddddd;
		padding:		2px;
		width:			12px;
		}

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

