html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top center;
	height: 100%;
	text-align: center; /* Sørger for centrering for IE <= 5.5*/
	font-size: 11px;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;
}

h1 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #727272;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
}

a {
	color: #8db306;
	text-decoration: underline;
}

a:hover {
	color: #9cc40c;
	text-decoration: underline;
}

ul.test {
	zoom: 1;
	overflow: auto;
	margin: 0;
	padding: 0;
} 

/* 
	GENERELT
*/

#page_wrapper {
	width: 980px;	
	margin: 0 auto;
	position: relative;
	height: 100%;
}

#content {
	text-align: left;
	padding: 0 20px 0 20px;
	margin-bottom: 120px;
}

#content ul li {
	color: #5c8b00;	
}

#content ul li span {
	color: #000;	
}

.grey_italic {
	font-style: italic;
	color: #999;
}

/*
	HEADER
*/

#header {
	background-image: url(/images/top_middle.png);
	background-repeat: repeat-x;
	width: 980px;
	height: 51px;
}

#header_logo {
	background-image: url(/images/top_left.png);
	width: 48px;
	height: 51px;
	float: left;
}

#header_name {
	background-image: url(/images/top_name.png);
	width: 235px;
	height: 51px;
	margin-left: 5px;
	float: left;
}

#header_end {
	background-image: url(/images/top_right.png);
	width: 25px;
	height: 51px;
	float: right;
}

/*
	MENU
*/

#menu {
	width: 650px;
	height: 51px;
	float: right;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li.mainmenu {
	float: right;
	background-image: url(/images/menu_sep.png);
	background-position: right center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
}

#menu li a.mainmenu { 
	width: auto;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 51px;
	line-height: 390%;
	padding: 0 10px 0 10px;
	font-size: 12px;
}

#menu li a.mainmenu:hover {
	background-image: url(/images/menu_arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #bfe33f;
}

#menu li.last {
	background: none;	
}

#menu div.selected {
	text-decoration: none;
	text-align: center;
	height: 51px;
	line-height: 390%;
	padding: 0 10px 0 10px;
	font-size: 12px;
	background-image: url(/images/menu_arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #bfe33f;
	cursor: default;
}

#menu div.submenu {
	position: absolute;
	visibility: hidden;
	top: 48px;
	left: 0px;
	z-index: 5;
}

#menu div.submenu ul {
	list-style: none;	
}

#menu div.submenu ul li {
	border-bottom: 1px solid #fff;
	background-color: #4c5253;
	opacity: 0.85;
	-moz-opacity: 0.85;
	text-align: left;
}

#menu div.submenu ul li:hover {
	color: #bfe33f;
}

#menu div.submenu ul li a.submenu {
	color: #fff;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
	width: auto;
	display: block;
}

#menu div.submenu ul li a.submenu:hover {
	color: #bfe33f;
	text-decoration: none;
}

#status_green {
	background-image: url(/images/status_green.png);
	width: 940px;
	height: 70px;
	line-height: 300%;
	color: #5c5c5c;
	font-size: 20px;
	text-align: center;
}

#status_red {
	background-image: url(/images/status_red.png);
	width: 940px;
	height: 70px;
	line-height: 300%;
	color: #5c5c5c;
	font-size: 20px;
	text-align: center;
}


/*
	FOOTER
*/

#footer {
	background-image: url(/images/bottom_middle.png);
	width: 980px;
	height: 117px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 11px;
}

#footer_left {
	background-image: url(/images/bottom_left.png);
	width: 22px;
	height: 117px;
	float: left;
}

#footer_right {
	background-image: url(/images/bottom_right.png);
	width: 22px;
	height: 117px;
	float: right;
}

#footer_company {
	color: #a1a1a1;
	background-image: url(/images/bottom_sep.png);
	background-position: center left;
	background-repeat: no-repeat;
	height: 87px;
	padding: 10px 0 20px 10px;
	display: inline;
	float: right;
	width: 220px;
	text-align: left;
	line-height: 130%;
}
