/* Forside */

@import url(reset.css);
@import url(top.css);
@import url(stabsmenu.css);
@import url(hovedmenu.css);
@import url(footer.css);
@import url(base.css);

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -402px; /* the bottom margin is the negative value of the footer's height */
	background:url(../images/bg_forside.jpg) center no-repeat #373834;
	width: 100%;
}

#forsideFlash {
	margin: 10px 0px -10px 0px;
	*margin: 10px 0px -20px 0px;
	clear:both;
}
#mwrBokse {
	margin: 20px 0px 23px 0px;
	padding: 15px 0px 0px 0px;
	height:260px;
	background:url(../images/mwr_bg.gif) no-repeat;
}
#mwrBokse h2 {
	margin: 0px 0px 10px 10px;
	font: 23px Arial;
	color:#373834;
}
#mwrBokse p {
	margin: 10px 0px 10px 10px;
	font: 12px Arial;
	color:#FFFFFF;
}
#mwrBokse span {
	margin: 0px 0px 0px 10px;
}

#mwrBokse a {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background:url(../images/link_pil.gif) no-repeat;
	font: bold 13px Arial;
	color:#373834;
	text-decoration:none;
}
.mwrBoks1 {
	margin: 0px 0px 0px 15px;
	width:300px;
	float:left;
}
.mwrBoks2 {
	margin: 0px 0px 0px 10px;
	width:300px;
	float:left;
}
.mwrBoks3 {
	margin: 0px 0px 0px 10px;
	width:300px;
	float:left;
	clear:right;
}

