body {
  SCROLLBAR-FACE-COLOR: #F2F4EE;
  SCROLLBAR-HIGHLIGHT-COLOR: #FEFFF7;
  SCROLLBAR-3DLIGHT-COLOR: #FEFFF7;
  SCROLLBAR-DARKSHADOW-COLOR: #FEFFF7; 
  SCROLLBAR-SHADOW-COLOR: #CCCCCC; 
  SCROLLBAR-ARROW-COLOR: #CCCCCC;
  SCROLLBAR-TRACK-COLOR: #FEFFF7;
}

a:link {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

ul {
	list-style-image: url(../design_elements/bullet.gif);
	margin-left: 8px; padding-left: 8px;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	text-decoration: none;
}

.normalNoJustify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
}

.normalsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 26px;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}