/* CSS Document */

/* Text, Tabellen und Titel definitionen*/

form { margin: 0pt; padding: 0pt }

.marquee	{
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
}

.header_red {
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	padding-top: 2px;
	padding-left: 5px;
}


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

h1 {
font-size: 20px;
}

h2{
font-size: 18px;
}

h3{
font-size: 18px;
}

/* News, Events und Quickfinder Definitionen */

.fronttext {
		font-size: 11px;
		padding-left: 21px; 
}

.newstitle {
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	padding-top: 0px;
	padding-bottom: 0px;
}

.newszeile {
	font-size: 10pt;
	color: #000000;
}

.newsdatum {
	font-size: 10pt;
	color: #CC0000;
}

.quickzeile {
	font-size: 10pt;
	color: #585858;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* link*/

a { 
/*		text-decoration: none;  */
}

a:link, a:visited, a:active{
	font-weight: normal;
/*	text-decoration: none; */
}

a:hover {
	font-weight: normal; 
}

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

a.newszeile:hover {
	color: #d3272e;
	font-weight: normal; 
}

a.newszeile:active {
	color: #d3272e;
	font-weight: normal; 
}