@charset "UTF-8";
@import url("menu.css");
@import url("sidebar.css");
@import url("content.css");
@import url("substyles.css");
@import url("footer.css");

/**************************** LAYOUT **************************************
	Website designed by www.lund-co.dk
	All Contents (C) 2010 Lund&Co
**************************************************************************/

html, body { height: 100%; }
body {
	margin: 0; padding: 0;
	background: url('images/frontbg2.png') center top repeat-x;
	text-align: center;
	font-size: 12px;
}

/* FRONTPAGE SLIDESHOW */
.slideshow { height: 360px; width: 736px; }
.slideshow .fade0 {
	background: #000 url('images/fade0.png');
	height: 360px;
	width: 736px;
	/*position: relative;*/
}
.slideshow .fade0 .fadebutton0 {
	position: absolute;
	left: 277px;
	top: 188px;
}

.slideshow .fade3 {
	background: #000 url('images/fade3.png');
	height: 360px;
	width: 736px;
	/*position: relative;*/
}
.slideshow .fade3 .fadebutton3 {
	position: absolute;
	left: 220px;
	top: 200px;
}

.slideshow .fade1 {
	background: #000 url('images/fade1.png');
	height: 360px;
	width: 736px;
	/*position: relative;*/
}
.slideshow .fade1 .fadebutton1 {
	position: absolute;
	left: 564px;
	top: 171px;
}
.slideshow .fade2 {
	background: #000 url('images/fade2.png');
	height: 360px;
	width: 736px;
	/*position: relative;*/
}
.slideshow .fade2 .fadebutton2 {
	position: absolute;
	left: 338px;
	top: 241px;
}

/**************************** LAYOUT **************************************
**************************************************************************/

#allcontent { min-height: 100%; position: relative; } /*part of the footer fix */
* html #allcontent { height: 100%; }
#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 200px; /* height of the footer */
}
#header {
	height: 70px;
}
/*
#h_left {
	width: 215px;
	height: 70px;
	display: inline;
	float: left;
	text-align: center;
}
#h_right {
	width: 615px;
	height: 70px;
	display: inline;
	float: right;
	text-align: right;
}
*/
#sitetitle {
	height: 80px;
}
#contentarea {
	display: table;
	width: 850px;
	text-align: center;
}
#sidebar {
	width: 215px;
	float: left;
	display: inline;
	background: #FFF url('images/sidebar.png') top left no-repeat;
}
#page {
	text-align: center;
	display: inline; 
	width: 850px;
	margin: 0!important;
	background: transparent;
}
#movie {
	width: 737px;
	/* height: 377px; */
	border: 7px solid #000;
	background: #000;
	margin: 50px auto 30px;
	text-align: left;
}
#movie p {
	margin: 13px 27px 8px !important;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #ccc;
	text-align: left;
	line-height: 16px;
}
#movie p a { color: #ccc; text-decoration: none; }
#movie p a:hover strong { text-decoration: underline; }
#movie p a strong { color: #fff; }
#movie p strong { font-weight: normal; }

/* FRONT PAGE BOXES */
#fpboxes {
	width: 810px;
	text-align: left;
	height: 165px;
	margin: 0 auto;
}
#fpboxes .fpbox {
	width: 260px;
	height: 165px;
	display: inline;
	float: left;
	margin: 0 5px;
}

#fpboxes .fpboxplain { background: transparent url('images/fpbox.png') no-repeat; }
#fpboxes .fpboxmail { background: transparent url('images/fpboxmail.png') no-repeat !important; }
#fpboxes .fpboxplusone { background: transparent url('images/fpboxplusone.png') no-repeat !important; }
#fpboxes .fboxkomunalvalg { background: transparent url('images/fpboxkomunalvalg.png') no-repeat !important; }

#fpboxes .fpbox .fpboxspace { margin: 35px 15px 15px 15px; position: relative; }
#fpboxes .fpbox .fpboxspace .fpbutton { margin: 8px 0 0; text-align: right; }
#fpboxes .fpbox .fpboxspace .fpbutton a { border: none !important; }
#fpboxes .fpbox .fpboxspace p {	line-height: 18px; }
#fpboxes .fpbox .fpboxspace a { color: #515151; }
#fpboxes .fpbox .fpboxspace a:hover { text-decoration: none; border-bottom: 1px dashed #B9B9B9; }