body { 
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size: 10pt;
	color: #000000;
}
.navbar {
	font-family: Trebuchet MS,Helvetica,Arial,sans-serif;
	font-size: 12pt;
	color: #000000;
}
.titel1 {
	font-size: 22pt;
	font-weight: bold;
}
.titel2 {
	font-size: 12pt;
	font-weight: bold;
}
.untertitel1 {
	font-size: 12pt;
	font-weight: normal;
}
.text-klein {
	font-size: 10pt;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #0000ff;
	background-color: #ffffff;

}
a:hover {
	text-decoration: none;
	color: #000000;
	border-top-width:1px;
  	border-top-style:solid;
	padding-top:2px;
	border-bottom-width:1px;
  	border-bottom-style:solid;
	padding-bottom:2px;
  	border-color:blue;
}
a:visited {
	text-decoration: none;
	color: #000000;
	
}
