@import url('basic.css');

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#content {
	width: 800px;
	height: 420px;
	margin: 0px auto 0 auto;
	text-align: left;
}

#page {
	padding-top: 30px;
}

#header {
	display: none;
}
h1 {
	font-size: 22px;
	padding-bottom: 0;
	padding-top: 30px;
	clear: left;
}

p {
	line-height: 1.4em;
	padding-bottom: 0.7em;
	max-width: 590px;
}

a {
	color: #09a;
}
	a:hover {
		color: #36c;
	}

#gandalferImg {
	float: right;
}

#navi {
	display: none;
	padding-left: 1em;
}

#logoContainer {
	display: none;
}

#footer {
	display: none;
}

body.standalone {
	background-color: #000;
	padding: 0;
}


body.standalone #content {
	height: 500px;
}
body.standalone #gandalferImg {
	margin-top: 80px;
}

body.standalone #page {
	background-color: #fff;
}

body.standalone #logoContainer {
	display: block;
	float: left;
	height: 100px;
	width: 250px;
}

body.standalone #footer {
	display: block;
	background-image: url('/images/bg-shadow-medarbeidere.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 166px;
	color: #fff;
}

#footerInner {
	width: 800px;
	margin: 0px auto 0 auto;
	text-align: left;
	padding-top: 30px;
}

#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: 4px;
}

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

#footer address span.addressText {
	/*display: block;*/
	width: 11em;/*
	float: left;*/
	font-weight: normal;
	text-align: left;
	padding-bottom: 1em;
}

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