
.text { color: #222222; font-family: Verdana, Geneva, Arial, Helvetica; text-decoration: none ; font-size: 12px;  line-height: 2   }
.link { color: #222222; font-family: Verdana, Geneva, Arial, Helvetica; text-decoration: none ; font-size: 12px;}
.text3 { color: #222222; font-weight: bold; font-family: Verdana, Geneva, Arial, Helvetica; text-decoration: none ; font-size: 12px;  line-height: 1.5  }
.text2 { color: #222222; font-weight: bold;  font-family: Verdana, Geneva, Arial, Helvetica; text-decoration: none ; font-size: 12px }
.zitat { color: #222222; font-weight: normal;  font-family: Times,Verdana, Geneva, Arial, Helvetica; text-decoration: none ; font-size: 14px;  line-height: 1.5  }

.rahmen {
border: #555555;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

a
{

  text-decoration:  none;
}
a:hover
{color: gray;
 text-decoration:  underline;
}

.focus { background-color: #fefbc8; }
.error { background-color: #f3ecc6; }

div.errorMessage {
	display: block;
	font: 11px verdana, sans-serif;
	color: #000;
	margin: 0 0 1em 0;
	padding: .5em;
	background-color: #f3ecc6;
	border: 1px dotted #de9292;
}