@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow: scroll;
}

.fullheight {
	height: 100%;
}
#submenu {
	background-color: #FFFFFF;
	color: #000000;
}
.mainmenu {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #FFFFFF;
	background-color: #F04E23;
}



.topbar {
	margin: 0px;
	padding: 0px;
	width: 990px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 92px;
	position: relative;
	top: 0px;
}

.norepeattopright {
	background-repeat: no-repeat;
	background-position: right top;
}

.adressebox {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #f04e23;
	width: 100%;
	background-position: center center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: left;
}
.maintekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 380px;
	left: 20px;
	top: 20px;
	position: relative;
}
.menubox {
	position: relative;
	width: 205px;
	top: 20px;
	left: 20px;
	z-index:100
}
.borderbund {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	padding-top: 20px;
	padding-left: 20px;
	width: 175px;
}
.border1 {
	border: 1px solid #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.mainmenu a {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	background-color: #F04E23;
	text-decoration: none;
}
li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../pict/bullet.gif);
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: -20px;
}
.upcaseorange  {
	font-weight: bold;
	text-transform: uppercase;
	color: #F04E23;
}
.overskrift {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.maintekst a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F04E23;
	text-decoration: underline;
}
.maintekst a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F04E23;
	text-decoration: underline;
}
.maintekst a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A0211B;
	text-decoration: underline;
}
