﻿* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: arial;
	font-size: 12px;
	height: 100%;
}
body {
	background-image: url('/Files/Billeder/NovaGroup/images/bodybg.gif');
	background-repeat: repeat-x;
	background-color: #0d0d0d;
}
#wrapper {
	background-color: #252525;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
	width: 960px;
}
#footer, #push {
	width: 960px;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
}
img {
	border: 0;
}
a {
	color: #4cbae7;
}
h1 {
	font-weight: normal;
	color: #009ddc;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #009ddc;
	padding-left: 10px;
}
h2 {
	color: #009ddc;
	font-size: 12px;
	border-bottom: 1px solid #009ddc;
	margin-bottom: 10px;
	padding-left: 10px;
}

.ncol1 h2 {
	border: 0;
	margin-bottom: 0;
}

p {
	margin-bottom: 18px;
	padding-left: 10px;
	line-heigth: 18px !important;
}

.ncol p{
	line-height: 18px !important;
}

#header {
	height: 83px;
	background: url('/Files/Billeder/NovaGroup/images/headbg.gif');
}
#header .inner {
	position: relative;
	padding: 10px;
}
#logo {
	margin-top: 5px;
}

#loginstuff {
	font-size: 11px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}

#pageimage {
	background-color: #000;
	height: 166px;
}

#pageimage_front {
	background-color: #000;
	height: 332px;
}

#breadcrumb {
	line-height: 19px;
	font-size: 10px;
	color: #009ddc;
	height: 21px;
	background-image: url('/Files/Billeder/NovaGroup/images/breadcrumbbg.gif');
}
#breadcrumb .inner {
	margin-left: 20px;
}
#breadcrumb a {
	color: #ddd;
	text-decoration: none;
	text-transform: uppercase;
}
#breadcrumb a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	color: #ccc;
	line-height: 18px !important;
	min-height: 145px;
	background: url('/Files/Billeder/NovaGroup/images/contentbg.gif');
	background-repeat: repeat-x;
}
#content .inner {
	padding: 30px 10px;
	line-height: 18px !important;
}

#content .ncol {
	float: left;
	margin: 0 10px;
	line-height: 18px !important;
}
#content .ncol1 {
	width: 450px;
	line-height: 18px !important;
}
#content .ncol2, #content .ncol3 {
	margin-top: 12px;
	width: 210px;
	line-height: 18px !important;
}


#footer {
	clear: both;
	font-size: 11px;
	background: url('/Files/Billeder/NovaGroup/images/footer.gif');
	text-align: right;
}
#footer .inner {
	padding: 80px 10px 0 0;
	color: #999;
}

#footer strong {
	color: #4cbae7;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #ddd;
	text-decoration: underline;
}

#menu {
	height: 29px;
	background-color: #009ddc;
}
#menu .inner {
	height: 24px;
	background-color: #000;
}

#menu ul {
	padding: 0;
	margin-left: 5px;
	list-style-type: none;
}
#menu ul li {
	margin: 0 0px;
	float: left;
}
#menu ul li.selected a {
	background-image: url('/Files/Billeder/NovaGroup/images/tabselected.gif');
}
#menu a {
	line-height: 24px;
	height: 28px;
	font-family: arial;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 10px;
	margin-right: 3px;
}

li.L1_Active a{	
	/*background-color: #009ddc;*/
	background-image: url('/Files/Billeder/NovaGroup/images/tabselected.gif');
	color: #FFF;
}

li.L1:hover a{	
	background-image: url('/Files/Billeder/NovaGroup/images/tabselected.gif');
	color: #FFF;
}


li.L2{
	float:none !important;
}

li.L2 a{
	font-size: 11px !important;
}

li.L2_Active{
	float:none !important;
}

li.L2_Active a{
	font-size: 11px !important;
}


ul li:hover {
	position: relative;
	display: block;
	float: none;
	/*background-color: #009ddc;*/
}

ul li ul{
	position: absolute;
	display: none;
	margin-left: 0px !important;
}

ul li:hover ul{
	position: absolute;
	display: block;
	background-color: #009ddc;
	width: 140px;
	top: 25px;
}

ul li ul li:hover{
	background-color: #00bdfc;
}


ul li ul li a{
	background-color: transparent !important;
	line-height: 30px !important;
	background-image: none !important;
}

span.Legend{
	font-weight: bold !important;
	font-size: 11px;
}

.btn {
	background: url('/Files/Billeder/NovaGroup/images/buttonbg.gif');
	background-color: #049edd;
	height: 20px;
	border: 1px solid #000;
	padding: 0 8px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.userform {
	padding-left: 10px;
	margin: 0 0 20px 0;
}
.userform .formline {
	margin-bottom: 10px;
}
.userform .forminfoline {
	font-size: 10px;
	line-height: 12px;
	margin-left: 3px;
	margin-bottom: 10px;
}
.ncol1 .userform .formbuttons {
	
}
.userform label {
	color: #999;
	width: 100px;
	display: block;
	float: left;
}
.userform .formtextinput {
	width: 200px;
}
.plist h2, .plist h1 {
	clear: both;
}
.plistimage {
	width: 200px;
	height: 200px;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
}

#pageimage_front .inner p {
	Padding: 0;
                Margin: 0;
}


