@charset "UTF-8";


body {
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-y;

}
#container {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:810px;
	z-index:1;
	background-image: url(images/mainBg.jpg);
}

#wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:810px;
	z-index:1;
	padding-bottom: 150px;
}
#HomeBtn {
	position:absolute;
	left:23px;
	top:208px;
	width:214px;
	height:28px;
	z-index:2;
	background-image: url(images/SignBtn.png);
	padding-top: 22px;
	background-repeat: no-repeat;
}

#LeadershipBtn {
	position:absolute;
	left:23px;
	top:265px;
	width:214px;
	height:28px;
	z-index:2;
	background-image: url(images/SignBtn.png);
	padding-top: 22px;
	background-repeat: no-repeat;
}
#PowerBtn {
	position:absolute;
	left:23px;
	top:322px;
	width:214px;
	height:28px;
	z-index:2;
	background-image: url(images/SignBtn.png);
	padding-top: 22px;
	background-repeat: no-repeat;
}
#SecretBtn {
	position:absolute;
	left:23px;
	top:378px;
	width:214px;
	height:28px;
	z-index:2;
	background-image: url(images/SignBtn.png);
	padding-top: 22px;
	background-repeat: no-repeat;
}
#TestimonialsBtn {
	position:absolute;
	left:23px;
	top:433px;
	width:214px;
	height:28px;
	z-index:2;
	background-image: url(images/SignBtn.png);
	padding-top: 22px;
	background-repeat: no-repeat;
}
#ResourcesBtn {
	position:absolute;
	left:23px;
	top:489px;
	width:214px;
	height:28px;
	z-index:2;
	background-image: url(images/SignBtn.png);
	padding-top: 22px;
	background-repeat: no-repeat;
}
#NewsletterBtn {
	position:absolute;
	left:23px;
	top:525px;
	width:214px;
	height:28px;
	z-index:2;
	background-image: url(images/SignBtn.png);
	padding-top: 22px;
	background-repeat: no-repeat;
}
#ContactBtn {
	position:absolute;
	left:23px;
	top:545px;
	width:214px;
	height:28px;
	z-index:2;
	background-image: url(images/SignBtn.png);
	padding-top: 22px;
	background-repeat: no-repeat;
}

#mainContent {
	position:absolute;
	left:305px;
	top:222px;
	width:450px;
	height:373px;
	z-index:2;
	vertical-align: top;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC0000;
}
#rightPanel {
	position:absolute;
	left:800px;
	top:222px;
	width:200px;
	z-index:2;
}
#specialBox {
	background-image: url(images/SpecialBox.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 170px;
	padding: 15px;
}
#logo {
	position:absolute;
	left:303px;
	top:112px;
	width:260px;
	height:101px;
	z-index:2;
	background-image: url(images/lampligheter_logo.png);
	background-repeat: no-repeat;
}
#container #mainNavigation a:hover {
	color: #FF6600;
}

.navigationText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}

.navigationText a {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #B5121B;
}
#footer {
	position: relative;
	clear:both;
	margin-top: 790px;
	padding-left: 10px;
} 
a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
#footer a {
	color: #000;
	font-family: arial;
	font-size: 11px;
}
