body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

/*iframe{
  overflow-x: hidden;
}*/

/* Placerer alt indhold i midten */
#position
{ 	
	position: absolute;
	height: 562px; 
	width: 780px;
	margin: 13px 0px 0px -330px;
	left: 45%;
/*	margin: 13px 0px 0px -300px;
	left: 41%;*/
	overflow: auto;
	background-attachment: fixed;
	background-image: url(../graphix/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#home {
	padding: 0px;
	margin-top: 40px;
	margin-left: 220px;
	height: 45px;
	width: 500px;
	position: absolute;
}

#home a
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 45px;
}

#home a h1
{
    display: none;
}

#menu
{
	position: absolute;
	top: 175px;
	width: 150px;
	left: 30px;
	border: 0px;
}

#menu a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #EC3E24;
	background-color: #FFFFFF;	
}

#content
{
	position: absolute;
	top: 5px;
	padding: 5px;
	left: 160px;
	height: auto;
	width: 620px;
	border: 1px solid #009900;
}

a {
	text-decoration: none;
	color: #EC3E24;
}

a:hover {
	color: red;
}

a:visited {
	color: #FF0000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 13px;
}

hr {
	color: #000000;
}
#disclaimer {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 160px;
}

#line {
	font-weight: bold;
	padding-top: 520px;
	padding-left: 30px;
}

#box
{
	position: absolute;
	top: 290px;
	width: 396px;
	left: 355px;
	border: 0px;
	background-image: url(../graphix/smallbox.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#mainbox
{
	position: absolute;
	top: 125px;
	width: 546px;
	height: 395px;
	left: 205px;
	border: 0px;
	background-image: url(../graphix/mainbox.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#big_box_text {
	padding: 15px 0px 0px 40px;
	color: #000;
}

#big_box_text h1{
	padding: 0px 0px 0px 7px;
	color: #000;
}

#box_text h1{
	padding: 15px 0px 0px 25px;
	color: #000;
}

#small_box_text{
	padding: 5px 50px 0px 75px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

#box_text_plain{
	padding: 5px 50px 0px 75px;
	font-size: 12px;
}

#small_box_text a:hover{
	color: #000;
}

#map {
	padding: 0px 0px 0px 0px;
	background-image: url(../graphix/map.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 16px;
	position: absolute;
	top: 540px;
	left: 735px;
}