body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/********** Formatteringer for logoboksen  **********/
#logo {
	width: 955px;
	margin: 0px auto;
	background-image: url(images/fyrtaarn2.jpg);
	background-repeat: no-repeat;
	height: 70px;
	position: relative;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}
#logo img#logoen {
	/*float: right;
	margin-top: 30px;
	margin-right: 10px;*/
	position: absolute;
	bottom: 0px;
	right: 10px;
}

/********** Formatteringer for den øverste grå og den nederste grå streken på forsiden **********/
#headernav, #mainfooter {
	width: 955px;
	margin: 0px auto;
	height: 15px;
	background-color: #6A6A6A;
	border-top: 1px solid #999999;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#headernav a{
	text-decoration: none;
	color: #ffffff;
	font-variant: small-caps;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#headernav a:hover {
	color: #F0C11F;
}

/********** Formatteringer for den øverste og nederste tynne gule streken  **********/
#headerbottomdivider, #mainbottomdivider {
	width: 955px;
	margin: 0px auto;
	height: 2px;
	background-color: #F2C828;
	padding: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	clear: both;
}

/********** Formatteringer for overskriftsradene  på forsiden **********/
#mainheading {
	width: 955px;
	margin: 0px auto;
	padding: 12px 0px 2px 0px;
	height: 20px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#mainheading h1{
	background-color: #D3D3D3;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 14px;
	padding: 3px 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
/********** Formatteringer for main **********/
#main {
	width: 935px;
	margin: 0px auto;
	padding: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 15px;
}

/********** Formatteringer for overskriftsradene  på forsiden **********/

#maintopheading, #mainbottomheading {
	width: 955px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 22px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#maintopheading h1, #mainbottomheading h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 16px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
#maintopheadingleft, #maintopheadingright, #mainbottomheadingleft, #mainbottomheadingright {
	background-color: #D3D3D3;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#ffd3d3d3', EndColorStr='#ddffffff');
	width: 465px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}
#maintopheadingright, #mainbottomheadingright {
	margin-left: 25px;
}

/********** Formatteringer for tekstboksene  på forsiden **********/
#maintop, #mainbottom {
	width: 955px;
	margin: 0px auto;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#design {
	width: 955px;
	margin: 5px auto;
	clear: both;
}

#maintop #maintopstoryleft, #maintop #maintopstoryright, #mainbottom #mainbottomstoryleft, #mainbottom #mainbottomstoryright {
	width: 445px;
	/*padding-bottom: 15px;*/
	padding: 0px 10px 15px 10px;
}
#maintop #maintopstoryleft, #mainbottom #mainbottomstoryleft {
	float: left;
}
#maintop #maintopstoryright, #mainbottom #mainbottomstoryright {
	float: left;
	margin-left: 25px;
}
.mozillafloat {
	clear: both;
	height: 1px;
}
/********** Formatteringer for kontaktsiden  **********/
#kontaktinfo {
	width: 250px;
	float: left;
	padding-top: 15px;
}
#kontaktinfo hr {
	border: 2px dashed #6A6A6A;
	height: 2px;
	margin-right: 10px;
}
#kontaktskjema {
	float: left;
	width: 650px;
	border-left: 2px dashed #6A6A6A;
	padding-top: 15px;
	padding-left: 25px;
}
#kontaktskjema fieldset {
	padding: 15px;
	margin-bottom: 10px;
	width: auto;
}
#kontaktskjema fieldset legend {
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6A6A6A;
}
#kontaktskjema fieldset label {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	clear: both;
	font-weight: bold;
	font-size: 0.8em;
}
#kontaktskjema fieldset input {
	width: 300px;
	font-family: "Courier New", Courier, monospace;
}
#kontaktskjema fieldset textarea {
	width: 300px;
}
#kontaktskjema fieldset p em {
	font-size: 0.8em;
}
#kontaktskjema fieldset#radioknapper label {
	float: none;
	clear: none;
	width: 0px;
	margin-bottom: 0px;
}
#kontaktskjema fieldset#radioknapper input {
	width: auto;
	float: none;
	clear: none;
	position: relative;
	top: 1px;
}
.mozillaradio {
	white-space: nowrap;
}

/********** Formatteringer for mainfooter  **********/
#mainfooter {
	text-align: center;
	font-size: 0.9em;
	color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
#mainfooter a {
	color: #ffffff;
	text-decoration: none;	
}


/********** Formatteringer for design  **********/
#design {
	font-size: 0.7em;
	color: #A9A9A9;	
}
#design a {
	text-decoration: none;
	color: #A9A9A9;	
}
/********** Generelle formatteringer **********/
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
}
