body
{
	font-family: arial, verdana, helvetica;
	font-size: 22;
	color: #4B4B4B;
	margin: 0px;
	background-color: #FFFFFF;

}

td
{
	font-family: arial, verdana, helvetica;
	font-size: 12;
	color: #4B4B4B;
}

td.tekst_links
{
	font-family: arial, verdana, helvetica;
	font-size: 12;
	color: #4B4B4B;
}

td.kop
{
	font-family: arial, verdana, helvetica;
	font-size: 7pt;
	color: #777777;
}

.style1 {
	font-size: 36px;
	color: #CCCCCC;
}

.style2 {
	font-weight: bold; 
	color: #006F82; 
	font-size: 14px;
}

body         
{ 
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #006F82;
scrollbar-highlight-color: #006F82;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF; 
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #006F82;
}


   A:link    { text-decoration: none; color:#006F82}
   A:active  { text-decoration: none; color:#006F82}
   A:visited { text-decoration: none; color:#006F82}
   A:hover   { text-decoration: underline; color:#006F82}  


/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #777777;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 175px;
	height: 80px;
	background: transparent url(../images/closelabel.jpg) no-repeat center;
	margin: 0px 0px;
	outline: none;
}


#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

