/* CSS Document */


body.background {
  background-repeat: no-repeat;
  background-image: url(../images/bhintergrund.gif);
}

div.c1 {
  text-align: left
}
a:link, a:visited, a:hover, a:active, p.imagetext, p.title {
  font-size: 14px;
}

a:link, a:visited, a:hover, a:active, p.imagetext, p.footer, p.title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* alle Hyperlinks zu noch nicht besuchten Zielen */
a:link {
	color: rgb(0,0,238); /* blau */	
		text-decoration: underline;
}
/* alle Links zu bereits besuchten Zielen */
a:visited {
	color: rgb(85,26,139); /* violett */
		text-decoration: none;
}
/* Links, auf die der Anwender positioniert */
a:hover {
	color: rgb(85,26,139); /* violett */
		text-decoration: underline;
}
/* Links, die der Anwender anklickt */
a:active {
	color: rgb(85,26,139); /* violett */
		text-decoration: none;
}
a#col23 {
  padding-left: 50px;
}
p.imagetext {
}
p.footer {
  text-align: center;
  font-size: 12px;
  padding-top: 40px;
}
p.title {
	font-size: 17px;
  padding-bottom: 47px;
}