/* 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;
}

.footer {
	font-size: 12px;
	color: #7a7a7a;
	text-decoration: none;
}


/* News, Events und Quickfinder Definitionen */

.newsdatum {
	font-size: 14px;
	color: #db002e;
}

.newszeile {
	font-size: 14px;
	color: #444444;
	text-decoration: none;
}

.moreevents {
	font-size: 11px;
	color: #db002e;
	text-decoration: none;
}

a.moreevents {
	font-size: 11px;
	color: #db002e;
	text-decoration: none;
}

a.moreevents:link {
	font-size: 11px;
	color: #db002e;
	text-decoration: none;
}

a.moreevents:visited {
	font-size: 11px;
	color: #db002e;
	text-decoration: none;
}

a.moreevents:active {
	font-size: 11px;
	color: #db002e;
	text-decoration: none;
}

a.moreevents:hover {
	font-size: 11px;
	color: #db002e;
	text-decoration: none;
}

.quickzeile {
	font-size: 14px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* link*/


a:link, a:visited, a:active{
	font-weight: normal;
	color: #db002e; 
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #db002e; 
	text-decoration: underline; 
}

a.news { 
	color: #000000;
	text-decoration: none; 
}

a.newsdatum:hover {
	color: #db002e; 
	text-decoration: underline; 
}

a.newszeile:hover {
	color: #444444; 
	text-decoration: underline; 
}

a.newszeile:active {
	color: #444444; 
	text-decoration: none; 
}

a.newszeile:link {
	color: #444444; 
	text-decoration: none; 
}
a.newszeile:visited {
	color: #444444; 
	text-decoration: none; 
}