/* 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-family: Arial,sans-serif;
	font-size: 11px;
	color: #787878;
}
/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 12px;
	color: #515151;
}

a.newstitle:link {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


.newsdatum {
	font-size: 12px;
	color: #ed3311;
}

.newszeile {
	font-size: 12px;
	color: #525252;
}

.quick {
	font-size: 12px;
	color: #525252;
}

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

/* link*/


a:link, a:visited, a:active{
	font-weight: normal;
	color: #BE070A; 
	text-decoration: underline;
}

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

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

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

a.newsdatum:active {
	color: #ed3311; 
	text-decoration: underline; 
}

a.newsdatum:link {
	color: #ed3311; 
	text-decoration: none; 
}

a.newsdatum:visited {
	color: #ed3311; 
	text-decoration: none; 
}

a.newszeile:visited {
	color: #525252; 
	text-decoration: none; 
}

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


a.newszeile:link {
	color: #525252; 
	text-decoration: none; 
}

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