/* CSS Document */

/* Text, Tabellen und Titel definitionen*/
form { margin: 0pt; 
padding: 0pt;
border: 0pt; }

body, td, div {
	font-family: Arial,sans-serif;
	font-size: 12px;
}

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}


/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;
}


.newsdatum {
	font-size: 12px;
	color: #120DF5;
}

.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;
	color: #120df5; 
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #BE070A; 
	text-decoration: underline; 
}

a.news { 
	color: #000000;
	text-decoration: none; 
}

a.newsdatum:hover {
	color: #120DF5; 
	text-decoration: underline; 
}

a.newsdatum:active {
	color: #120DF5; 
	text-decoration: none; 
}

a.newsdatum:visited {
	color: #120DF5; 
	text-decoration: none; 
}

a.newsdatum:link {
	color: #120DF5; 
	text-decoration: none; 
}

a.newszeile:hover {
	color: #000000; 
	text-decoration: underline; 
}

a.newszeile:active {
	color: #000000; 
	text-decoration: none; 
}

a.newszeile:visited {
	color: #000000; 
	text-decoration: none; 
}

a.newszeile:link {
	color: #000000; 
	text-decoration: none; 
}