	body, table, td {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 8pt;
		text-decoration: none;
		color: Black;
	}
	
	h3{
		font-weight: bold;
		font-style: normal;
		font-size: 8pt;
		text-decoration: none;
		color: #666;
	}
	
	a, a:active, a:focus, a:link, a:visited {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-style: normal;
		font-size: 8pt;
		text-decoration: none;
		color: #001899;
	}
	a:hover {
		text-decoration: underline;
		color: #DA7319;
	}
	
	a.aktueller_content {
		color: #DA7319;
	}	
	a.siehe_auch{
		font-weight: normal;
		font-style: italic;
		font-size: 7pt;
	}

	ul, li {
		list-style-type: none;
		padding: 0px;
		margin-left: 6px;
		line-height: 15px;
	}
	
	input, select {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 8pt;
	}

	.designbutton{
		font-family: Verdana, Arial;
		color: #000000;
		background-color: #DDDDDD;
		border: 0px;
		border: solid 1px #444444;
		cursor: pointer;
		font-size: 11px;
	}

