body {
	background-color: #990000;
	margin: 0;
	scrollbar-arrow-color: #FF9900;
    scrollbar-3dlight-color: #FFFFD4;
    scrollbar-highlight-color: #800000;
    scrollbar-face-color: #FFFFD4;
    scrollbar-shadow-color: #800000;
    scrollbar-darkshadow-color: #FFFFD4;
    scrollbar-track-color: #FFFFD4;
}
h1,h2,h4 {	
	font-family: Tahoma;
}
h1 {
	font-size: 15pt;
	color: #FFFF00;
}
h2 {
	font-size: 12pt;
	color: #CC0000;
}
h4 {
	font-size: 10pt;
	color: #FFFFFF;
}

A:link {text-decoration: none; color : #990000; font-weight: bold; font-size: 8.5pt;  FONT-FAMILY: Tahoma;}
A:visited {text-decoration: none; color : #990000; font-weight: bold; font-size: 8.5pt;  FONT-FAMILY: Tahoma;}
A:hover {text-decoration: underline; color : #CC0000; font-weight: bold; font-size: 8.5pt;  FONT-FAMILY: Tahoma;}

.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  position: absolute;
  width: 10px; height: 10px;
  background: #990000 url(images/top.gif) no-repeat;
  font-size: 0px;
}
.Scrollbar-Track {
  width: 10px; height: 260px;
  position: absolute;
  top: 20px;
  background-color: #FFEBC9;
}
.Scrollbar-Handle {
  position: absolute;
  width: 10px; height: 50px;
  background-color: #990000;
}
.Scrollbar-Down {
  position: absolute;
  top: 290px;
  width: 10px; height: 10px;
  background: #990000 url(images/down.gif) no-repeat;
  font-size: 0px;
}
#Scrollbar-Container {
  position: absolute;
  top: 120px; left: 775px;
}

#Container {
  position: absolute;
  top: 100px; left: 435px;
  width: 320px;
  height: 320px;
  /*background-color: #FFFFC9;*/
}#tekst { 
  position: absolute;
  top: 10px; 
  overflow: hidden;
  width: 335px;
  height: 322px;
  display: none;
}
#tekst {display: block;}
p {
  margin: 0; padding: 5px 5px 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333; 
  text-align: justify
}
li {
  margin: 0; padding: 0px 0px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #777;
  text-align: justify
}
ul {margin-top: 0px; margin-left: 25px;}
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #FFFCDF;
	border: 1pt solid #990000;
	font-size: 8pt;
	margin-top: 5;
	margin-left: 10;
}
.line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
