body {
	scrollbar-3d-light-color: #003766;
	scrollbar-base-color: #003766;
	scrollbar-dark-shadow-color: #003766;
	scrollbar-highlight-color: #a9a9a9;
	scrollbar-shadow-color: #a9a9a9;
	scrollbar-arrow-color: #a9a9a9;
	scrollbar-face-color: #003766;
	background-repeat: no-repeat;
}

a:link {
	color:#EDD83E;
	text-decoration: none;
}

a:visited {
	color:#EDD83E;
	text-decoration:none;
}

a:active {
	color:#EDD83E;
	text-decoration: none;
}

a:hover  {
	color: #FDF691;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: WhiteSmoke;
	font-size: 8pt;
}

.gelb {
	font-family: Arial, Helvetica, sans-serif;
	color: #EDD83E;
	font-size: 8pt;
}

.gelbchic {
	font-family: Chicago, Arial, Helvetica, sans-serif;
	color: #EDD83E;
	font-size: 8pt;
}

h1 {
	font-family: Chicago, Arial, Helvetica, sans-serif;
  color: #EDD83E;
  font-size: 9pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.blau {
	font-family: Arial, Helvetica, sans-serif;
	color: #003766;
	font-weight: bold;
	font-size: 10pt;
}

ul, ol {
	margin-left: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
}