/* CSS Document */

/* Text, Tabellen und Titel definitionen*/
body, td, div {
	font-family: Arial,sans-serif;
	font-size: 11px;
}

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 11px;
	font-weight: bold;
	color: #D3272E;
	padding-top: 5px;
	padding-bottom: 5px;
}

.newszeile {
	font-size: 11px;
	color: #585858;
}

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

/* link*/

a { 
	text-decoration: none;
	color: #5D5C5B; 
}

a:link, a:visited, a:active{
	font-weight: normal;
	color: #5D5C5B; 
	text-decoration: none;
}

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

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

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

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