body { 
	font-family: Tahoma, Arial, Verdana; 
	font-size: 11px; 
	letter-spacing: 1px;
}

td { 
	font-family: Tahoma, Arial, Verdana; 
	font-size: 11px; 
	color: #000000;
	letter-spacing: 2px;
}

a { 
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px; 
	color: #000080; 
	text-decoration: none; 
	letter-spacing: 2px;
	
}

a:hover { 
	font-family: Tahoma, Arial, Verdana; 
	font-size: 11px; 
	color: #000000; 
	letter-spacing: 2px;
	background-color: #9D958D;
}

.bakgrund { 
	background-image: url('grafik/img_36.gif');
}

.kantlinje { 
	border: #FFFFFF; 
	border-style: dotted; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.linje { 
	border: #CC0000; 
	border-style: dotted; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.linjeunder { 
	border-bottom-style: dotted; 
	border-bottom-color: #CC0000; 
	border-top-style: none; 
	border-bottom-width: 1px; 
	border-right-style: none; 
	border-left-style: none;
} 

.linjeover { 
	border-top-style: dotted; 
	border-top-color: #CC0000; 
	border-top-style: 1px; 
	border-bottom-width: none; 
	border-right-style: none; 
	border-left-style: none;
}

.scrollbox {
	padding: 5px;
	height: 100px;
	width: 200px;
	border: 1px dotted #CC0000;
	background-color: #FFFFFF;
	overflow: auto;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #CC0000; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #CCCCCC;
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #000000;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
color: #FFFFFF;
margin-right: 1px;
}