/* CSS Document */

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

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

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

.header_front {
	font-size: 13px;
	font-weight: bold;
	color: #C90027;
}

/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;
}


.newsdatum {
	font-size: 12px;
	color: #C90027;
	text-decoration: none;
}

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

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

/* link*/


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

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

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

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

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

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