/* CSS Document */

/* Text, Tabellen und Titel definitionen*/
form { margin: 0pt; padding: 0pt }

body, td, div {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}


/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.eventtitle {
	font-size: 13px;
	font-weight: bold;
	color: #0f70c4;
	text-decoration: none;
}

a.newstitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.newstitle:link {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.newstitle:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.newstitle:active {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.newstitle:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.eventtitle {
	font-size: 13px;
	font-weight: bold;
	color: #0f70c4;
	text-decoration: none;
}
a.eventtitle:link {
	font-size: 13px;
	font-weight: bold;
	color: #0f70c4;
	text-decoration: none;
}
a.eventtitle:hover {
	font-size: 13px;
	font-weight: bold;
	color: #0f70c4;
	text-decoration: none;
}
a.eventtitle:active {
	font-size: 13px;
	font-weight: bold;
	color: #0f70c4;
	text-decoration: none;
}
a.eventtitle:visited {
	font-size: 13px;
	font-weight: bold;
	color: #0f70c4;
	text-decoration: none;
}

.quicktitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.newsdatum {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.newszeile {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.eventdatum {
	font-size: 12px;
	font-weight: bold;
	color: #0f70c4;
}

.eventzeile {
	font-size: 12px;
	color: #0f70c4;
	text-decoration: underline;
}

.moreevents {
	font-size: 12px;
	color: #0f70c4;
	text-decoration: underline;
}

.quickzeile {
	font-size: 12px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* link*/


a:link, a:visited, a:active{
	font-weight: normal;
	color: #0f70c4; 
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #0f70c4; 
	text-decoration: underline; 
}

a.news { 
	color: #FFFFFF;
	text-decoration: none; 
}

a.newsdatum:hover {
	color: #FFFFFF; 
	text-decoration: underline; 
}

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

a.newszeile:active {
	color: #FFFFFF; 
	text-decoration: underline; 
}

a.newszeile:link {
	color: #FFFFFF; 
	text-decoration: underline; 
}
