@charset "utf-8";

body {
	background-image: url(images/venstreMargBlue.jpg);
	background-repeat: repeat-y;
}

#banner {
	border:0;
	position:absolute;
	left:33px;
	top:17px;
	width:900px;
	z-index:1;
}
#bannerShadow {
	border:0;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
#links {
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white; /* use your own color*/
	position: absolute;
	top: 135px;
	left: 15px;
	z-index: 3;
}
#links a {
	color: white;
	text-decoration: none ;
	margin: 0 0.7em;
	border: 0;
}
#links a:hover {
color: yellow ;
}



#innhold {
	position:absolute;
	left:36px;
	top:205px;
	width:985px;
	height:116px;
	z-index:1;
}
#rightMarg {
	position:absolute;
	left: 986px;
	top:203px;
	width:43px;
	height:36px;
	z-index:1;
}
