body
{
 background-color: #4C4944;
 background-repeat: no-repeat;
 background-position: top;
 margin: 0px;
}

.bg-left {
	background-image:url(../images/backgr-header_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg-right {
	background-image:url(../images/backgr-header_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bg-cnt-left {
	background-image: url(../images/conten-left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bg-cnt-right {
	background-image: url(../images/content-right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

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

a.menu:link {color: #012687; text-decoration: underline}
a.menu:visited { color: #012687; text-decoration: underline}
a.menu:hover { color: #012687; text-decoration: underline}
a.menu:active { color: #012687; 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: none}
a.white:active { color: #FFFFFF; text-decoration: none}

/* TEKST */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wedstrp-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #FFFFFF;
}

.wedstrp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4C4944;
	padding-left: 15px;
	padding-top: 7px;
}

.bottom {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#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: #000000;
	border-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;
}
