@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:17px;
}

#site_cont {
	width:820px;
	height:100%;
	min-height:100%;
	position:absolute;
	left:50%;
	margin-left:-410px;
}

#header {
	width:820px;
	height:125px;
	position:absolute;
	z-index:3;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
}

#content {
	position:relative;
	z-index:1;
	width:670px;
	padding-top:130px;
	padding-bottom:20px;
	padding-left:80px;
	padding-right:70px;
}

#footer {
	position:relative;
	z-index:2;
	width:820px;
	height:30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin-top:0px;
	padding-top:35px;
}

#content_frontpage {
	position:relative;
	z-index:1;
	width:680px;
	height:290px;
	padding-top:130px;
	padding-bottom:0px;
	padding-left:70px;
	padding-right:70px;
	background-image:url(../_images/layout/content_bg_01.jpg);
	background-position:35px top;
	background-repeat:no-repeat;
}

#footer_frontpage {
	position:relative;
	z-index:2;
	width:820px;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-align:center;
	margin-top:0px;
	padding-top:210px;
	background-image:url(../_images/layout/footer_bg_01.jpg);
	background-position:25px top;
	background-repeat:no-repeat;
	color:#C5B3BB;
}

#nyeste_i_bloggen {
	position:absolute;
	top:35px;
	left:140px;
	font-size:11px;
	text-align:left;
	color:#000;
	width:250px;
	height:150px;
}

#upcoming {
	position:absolute;
	top:35px;
	left:435px;
	font-size:11px;
	text-align:left;
	line-height:15px;
	color:#000;
	width:300px;
	height:150px;
}

.clear {
	clear:both;
	height:0px;
}

.media_icon {
	width:230px;
	height:156px;
	text-align:center;
	vertical-align:top;
	font-size:12px;
}


/* ---  Typografi  ------------------------------------------------------------------ */

h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
}

h3.index {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:35px;
	line-height:10px;
}

.smallgray {
	color:#666;
	font-size:9px;
	line-height:10px;
}
