.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.contendbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

body {
scrollbar-face-color:561C1B;
scrollbar-shadow-color:561C1B;
scrollbar-highlight-color:ffffff;
scrollbar-3dlight-color:561C1B;
scrollbar-darkshadow-color:ffffff;
scrollbar-track-color:ffffff;
scrollbar-arrow-color:ffffff; }

.contentklein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a:link {	color: #000000;	text-decoration:none;	font-weight:bold; text-decoration: underline;}
a:visited { color: #000000; text-decoration:none; font-weight:bold; text-decoration: underline;} 
a:hover { color: #000000; text-decoration:underline; font-weight:bold; ... }

input {
      font-style : Arial, Helvetica, sans-serif ;
      font-size : 10px;
	  color: #000000;
	  background-color : #ffffff;
      }
textarea {
      font-style : Arial, Helvetica, sans-serif ;
      font-size : 12px;
	  color: #000000;
	  background-color : #ffffff; 
      } 
