@import url('basic.css');

html, body {
	height: 100%;
	height: 100%;
}
body {
	background-color: rgb(238, 0, 0);
}
#header {
	padding: 2em 2em 2em 7%;
	background-color: #fff;
	text-align: center;
}
#logoContainer {
	background-color: rgb(238, 0, 0);
	float: left;
	display: block;
	margin-right: 75px;
	margin-left: 0px;
	width: 250px;
	height: 100px;
}
	#logoContainer a {
	}
#logo{
	width: 250px;
	height: 100px;
}

#menu {
	float: left;
	padding-top: 30px;
}
	#menu li{
		float: left;
	}
		#menu li a {
			float: left;
			font-size: 1.5em;
			text-decoration: none;
			margin-right: 30px;
			color: rgb(238, 0, 0);
		}
		
		#menu li a.active {
			color: #000;
		}
		
			#menu li a:hover {
				text-decoration: underline;
			}

#galadriel {
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 100%;
	border-bottom: 20px solid #fff;
	background-color: #fff;
	
}

#aragorn {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
	background-color: #fff;
}

.hobbitImg {
	display: none;
}


#frodo li {
	display: inline;
	margin:0 -1px;
}
	#frodo li a {
		color: #0aa;
		text-decoration: none;
		padding: 0 0.5em;
	}
		#frodo li a:hover {
			text-decoration: underline;
		}



#footer {
	background-image: url('/images/bg-shadow-medarbeidere.png');
	background-repeat: repeat-x;
	background-position: top;
	overflow:hidden;
	height: 166px;
}

#pleaseWait {
	display: none;
}
			
.spinner {
	position: 'absolute';
	opacity: 0.9;
	filter:alpha(opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	padding-bottom: 1em;
}

.spinner-img {
	background: url('/images/spinner.gif') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.tipContainer {
	background-image: url('/images/bg-shadow-medarbeidere.png');
	background-repeat: repeat-x;
	background-position: 0 -25px;
	padding:0.8em;
}
.tip-title {
	color: #fff;
	font-weight: bold;
	font-size:1.2em;
	display: inline;
	padding: 0.2em 0;
}
.tip-text {
	color: #fff;
	padding: 0.2em 0;
}

#sb-title {
	text-align: center;
}
#sb-title-inner {
	/*padding: 5px 20px;*/
	width: 800px;
	margin: 0 auto;
	text-align: left;
	visibility: hidden;
}
#sb-info {
	text-align: center;
}
#sb-info-inner {
	/*padding: 0px 20px;*/
	width: 800px;
	margin: 0 auto;
	text-align: left;
}


#footer {
	color: #fff;
}
#footerInner {
	margin-left: 7%;
	padding-top: 30px;
	text-align: right;
	line-height: 1.2em;
}

#footer p {
	float: left;
	/*max-width: 27em;
	font-size: 22px;*/
	max-width: 40em;
	font-size: 18px;
	text-align: left;
	line-height: 1.4em;
	margin-right: 50px;
	margin-bottom: 20px;
}

#footer address {
	float: left;
	text-align: left;
	padding-top: 3px;
}

#footer address span#addressTitle {
	display: block;
	font-weight: bold;
	clear: both;
}

#footer address span.addressText {
	font-size: 14px;
	line-height: 1.3em;
	display: block;
	width: 11em;/*
	float: left;*/
	font-weight: normal;
	text-align: left;
	padding-bottom: 0.47em;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#gimli {
	display: none;
}


#colorlogo {
	display: none;
}