/* CSS Document */

a.imtext {
	text-decoration:none;
	color: #000000;
	font-weight: normal;
}

a:hover.imtext {
	text-decoration:none;
	color: #000000;
	font-weight: normal;
}

a:focus.imtext {
	text-decoration:none;
	color: #000000;
	font-weight: normal;
}

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

h1.imtext {
	font-size: 9pt;
}

p.form-error {
  font-weight: bold;
  color: #cc0000;
  background: transparent url(/images/comment.gif) left center no-repeat;
  padding-left: 18px;
}

p.form-success {
  font-weight: bold;
  color: #009900;
  background: transparent url(/images/comment.gif) left center no-repeat;
  padding-left: 18px;
}