/* 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;
}

.content{
padding: 8px;
}

/* News, Events und Quickfinder Definitionen */

.smalltext{
	font-size: 11px;
	color: #6f6f6f;
}

.smalltextwhite{
	font-size: 11px;
	color: #ffffff;
	padding-left: 6px;
}

.smalltextwhite2{
	font-size: 11px;
	color: #ffffff;
	padding-right: 6px;
}

a.smalltextwhite2 {
	font-size: 11px;
	color: #ffffff;
	padding-right: 6px;
	text-decoration: none;
}
a.smalltextwhite2:link {
	font-size: 11px;
	color: #ffffff;
	padding-right: 6px;
	text-decoration: none;
}
a.smalltextwhite2:hover {
	font-size: 11px;
	color: #ffffff;
	padding-right: 6px;
	text-decoration: none;
}
a.smalltextwhite2:active {
	font-size: 11px;
	color: #ffffff;
	padding-right: 6px;
	text-decoration: none;
}






.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.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;
}

.quicktitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.newsdatum {
	font-size: 12px;
	font-weight: bold;
	color: #414141;
}

.newszeile {
	font-size: 12px;
	color: #414141;
	text-decoration: underline;
}

.eventdatum {
	font-size: 12px;
	font-weight: bold;
	color: #414141;
}

.eventzeile {
	font-size: 12px;
	color: #414141;
	text-decoration: underline;
}

.moreevents {
	font-size: 12px;
	color: #414141;
	text-decoration: underline;
}

.quickfinder {
	font-size: 12px;
	color: #414141;
}

/* link*/


a:link, a:visited, a:active{
	font-weight: normal;
	color: #c60e04; 
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #c60e04; 
	text-decoration: underline; 
}

a.news { 
	color: #414141;
	text-decoration: none; 
}

a.newsdatum:hover {
	color: #414141; 
	text-decoration: underline; 
}

a.newszeile:hover {
	color: #414141; 
	text-decoration: underline; 
}

a.newszeile:active {
	color: #414141; 
	text-decoration: underline; 
}

a.newszeile:link {
	color: #414141; 
	text-decoration: underline; 
}

a.quickfinder:visited {
	color: #414141; 
	text-decoration: none; 
}

a.quickfinder:hover {
	color: #414141; 
	text-decoration: underline; 
}

a.quickfinder:active {
	color: #414141; 
	text-decoration: none; 
}

a.quickfinder:link {
	color: #414141; 
	text-decoration: none; 
}



