body
{
 background-color: #ffffff;
 background-image: url(../images/backgr.jpg);
 background-repeat: repeat-x; 
 margin: 0px;
}

/* LINKS */
a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:hover { color: #000000; text-decoration: underline}
a:active { color: #000000; text-decoration: underline}

a.grey:link { color: #838283; text-decoration: none}
a.grey:visited { color: #838283; text-decoration: none}
a.grey:hover { color: #838283; text-decoration: underline}
a.grey:active { color: #838283; text-decoration: underline}

a.white:link { color: #FFFFFF; text-decoration: none}
a.white:visited { color: #FFFFFF; text-decoration: none}
a.white:hover { color: #FFFFFF; text-decoration: underline}
a.white:active { color: #FFFFFF; text-decoration: none}

/* TEKST */
.tekst-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	line-height: 14px;
}
.tekst-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #393838;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tekst-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393838;
	line-height: 2;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.tekst-header-r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #014991;
	line-height: 18px;
	padding-bottom: 5px;
}

.tekst-content-r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #393838;
	line-height: 18px;
	padding-bottom: 5px;
}

.tekst-disc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.tekst-foot {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #999999;
}

.li-footer {
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #999999;
}

#date {
	position: absolute;
	left: 756px;
	top: 18px;
	width: 150px;
	height: 20px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 60%;
	color: #999999;
	z-index: 1;
}

#footer {
	position: relative;
	width: 100%;
	background-color: #012687;
	z-index: 1;
}

#productsub {
	position: absolute;
	left: 377px;
	top: 180px;
	width: 150px;
	height: 100px;
	z-index: 1;
}

#ul-1 {
	list-style-type: none;
	list-style-image: url(../images/li-icon.jpg);
}

.border-main {
	border-width: 1px;
	border-color: #a0a0a0;
	border-style: solid;
}
.border-space {
	border-width: 1px;
	border-color: #a0a0a0;
	border-style: solid;
	margin-right: 10px;
}
.border-contact {
	border-bottom: 1px;
	border-bottom-color: #393738;
	border-bottom-style: solid;
	border-left: 1px;
	border-left-color: #393738;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #393738;
	border-right-style: solid;
}
.border-tour {
	border-top: 1px;
	border-top-color: #393738;
	border-top-style: solid;
	border-bottom: 1px;
	border-bottom-color: #393738;
	border-bottom-style: solid;
	border-left: 1px;
	border-left-color: #393738;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #393738;
	border-right-style: solid;
}

/* POPUP */
#wl_disclaimer {
display: none;
position: absolute;
width: 640px;
height: 480px;
border: dashed 1px #929292;
background-color: #EEEEEE;
text-align: center;
padding: 1px;
}
