@charset "utf-8";
/* CSS Document */

body  { 
	height:100%; 
	font:0.7em verdana, sans-serif, arial, helvetica; 
	font-size: 10px;
	color: #bbb;
	background-color:#fff; 
	margin:0 0 0 0;
}


div.poster {
	background-color:#fff;
	color: #bbb;
	padding-right: 10px;
	position: absolute;
	top: 350px; /* endre denne for top justering*/
	left: 120px;
	z-index: 1;
}


div.stripe {
	background-color:#fff;
	color: #bbb;
	padding-right: 10px;
	position: absolute;
	top: 98px; /* endre denne for top justering*/
	left: 1px;
	z-index: 1;
	width: 100%;

}

div.stripe_img {
	position: absolute;
	left: 99px;
	top: 0px;
}


div.tekst2 {
	background-color:#fff;
	color: #BE392A;
	font-size: 18px;
	position: absolute;
	top: 220px; /* endre denne for top justering*/
	left: 110px;
	z-index: -1;
}

div.bunn {
	background-color:#fff;
	color: #BE392A;
	font-size: 14px;
	padding-right: 10px;
	position: absolute;
	top: 620px; /* endre denne for top justering*/
	left: 435px;
	z-index: -1;
	width: 690px;
}

div.bunn2 {
	background-color:#fff;
	color: #bbb;
	font-size: 14px;
	padding-right: 10px;
	position: absolute;
	top: 650px; /* endre denne for top justering*/
	left: 400px;
	z-index: -1;
	width: 690px;
}


div.tekst a, 
div.tekst a:link, 
div.tekst a:visited, 
div.tekst a:active, 
div.tekst a:current
{
	margin: 0px;
	text-decoration: none;
	color: #0000cc; 
}


