/* textformatierung lauftext */

.lauftext {
	font-family:Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 20px;
	text-decoration: none;
}

/* hyperlinkformatierungen */

a:link {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
}

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

a:hover {
	text-decoration: none;
	color: #0072bc;
}
a.menu {
	font: Arial;
	text-decoration: none
}


/* blaue linie links neben dem lauftext */

div.line1 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0072bc; 
}

