/* 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;
}

/* News, Events und Quickfinder Definitionen */

.newstitle {
	font-size: 10pt;
	font-weight: bold;
	color: #0053a0;
	padding-bottom: 10px;
}

.newszeile {
	font-size: 9pt;
	color: #0053a0;
}

.quicktitle {
	font-size: 10pt;
	font-weight: bold;
	color: #0053a0;
	margin-left: 10px;
}

.quickzeile {
	font-size: 8pt;
	color: #0053a0;
	margin-left: 10px;
}

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

input { 
	margin: 0px; 
	padding: 0px;
}


/* link*/

a { 
	text-decoration: none; 
}

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

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

