/* CSS Document */

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

h1 {
font-size: 11pt;
}

h2{
font-size: 10pt;
}

h3{
font-size: 10pt;
}

.johan {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
}

/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #d90000;
}

.newszeile {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	
}

.quicktitle {
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
}

.quickzeile {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
	
/* link*/

a { 
	text-decoration: none;
	color: #d90000;
}

a:visited, a:active{
	font-weight: normal;
	color: #8c2424; 
}

a:hover {
	text-decoration: underline; 
}

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

a.newszeile:hover {
	color: #d90000;
}

a.newszeile:active, a.newszeile:visited {
	color: #8c2424;
}

a.newstitle {
	font-weight: bold;
	text-decoration: none; 
}

a.newstitle:hover {
	font-weight: bold;
	color: #000000;
}

a.newstitle:active, a.newstitle:visited {
	font-weight: bold;
	color: #d90000;
}



a.quickzeile { 
	color: #000000;
	font-weight: bold;
	text-decoration: none; 
}

a.quickzeile:hover {
	color: #d90000;
	font-weight: bold;
}

a.quickzeile:active, a.quickzeile:visited {
	color: #000000;
	font-weight: bold;
}

