body, td {
	font-family: verdana, geneva, arial;
	font-size: 10px;
}


.text  { font-size: 12px; line-height: 1.3em; font-family: verdana, geneva, arial }
.textbold { font-weight: bold; font-size: 12px; line-height: 1.3em; font-family: verdana, geneva, arial }
.textsmall { font-size: 9px; line-height: 1.3em; font-family: verdana, geneva, arial }
.textsmallbold { font-weight: bold; font-size: 10px; line-height: 1.3em; font-family: verdana, geneva, arial }
.textsmall2 { font-size: 11px; line-height: 1.3em; font-family: verdana, geneva, arial }
.textsmallbold2 { font-weight: bold; font-size: 11px; line-height: 1.3em; font-family: verdana, geneva, arial }
.textsmallgrey { color: #4f4f4f; font-size: 10px; line-height: 1.3em; font-family: verdana, geneva, arial }
.textsmallgreybold { font-weight: bold; color: #4f4f4f; font-size: 10px; line-height: 1.3em; font-family: verdana, geneva, arial }
.textsmallblue { color: #2d709d; font-size: 10px; line-height: 1.3em; font-family: verdana, geneva, arial }
.textsmallbluebold { font-weight: bold; color: #2d709d; font-size: 10px; line-height: 1.3em; font-family: verdana, geneva, arial }
.quickjump {font-size: 12px; line-height: 1.3em; font-family: verdana, geneva, arial; background-color:#2D709D; margin-bottom:3px}
.headline { font-size: 14px; line-height: 1.3em; font-family: verdana, geneva, arial }
.headlinestart { font-size: 14px; font-weight: bold; line-height: 1.3em; font-family: verdana, geneva, arial }
.startseite { text-align: left; }
.hl { height:19px; width: 193px; margin: 0px; padding: 0px; vertical-align: hidden; }
.hl p { display:block; font-size: 9px; margin: 0px; padding: 3px 17px 3px 17px; font-weight: bold; letter-spacing: 0.08em; line-height: 1.5em; text-transform: uppercase; font-family: verdana, geneva, arial; }
a { font-weight: bold; text-decoration: none; }

ul#navigation {
	position: static;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	font-family: verdana, geneva, arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	display: block;
	float: left;
}

ul#navigation li {
	display: block;
	float: left;
	margin: 6px;
	list-style-type: none;
}

ul#navigation li a:link, ul#navigation li a:visited {
	
	color: #FFFFFF;
	text-decoration: none;
}

ul#navigation li a:hover, ul#navigation li.active a {
	color: #F3E012;
	text-decoration: none;
}

@media print {

	body {
		background: white;
		color: black;
		width: 600px;
		margin-left: 60px;
	}
	.noprint {
		display: none;
	}
}

