/* 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 */
.smalltext {
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 14px;
}

.smalltext a {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.smalltext a:link {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.smalltext a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.smalltext a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}



a.quicklinks {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-left: 23px;
	text-decoration: none;
}
a.quicklinks:link {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-left: 23px;
	text-decoration: none;
}
a.quicklinks:hover {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-left: 23px;
	text-decoration: underline;
}
a.quicklinks:active {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-left: 23px;
	text-decoration: none;
}

.quicklinks {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-left: 23px;
}

.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: #cc0202; 
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #cc0202; 
	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; 
}

