body, html {
	background:transparent url('../gfx/bg.gif') repeat-x scroll 0 0;
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
img {
	border: none;
}
#container {
background-color:transparent;
height:auto !important;
margin:0 auto;
min-height:100%;
position:relative;
width:850px;
}

#main_content {
	width: 850px;
	}

.footer_new {
	position: relative;
	width: 850px;
	height: 135px;
	background-image: url('../gfx/footer.gif');
	background-repeat: no-repeat;
}

.footer_text {
	position: absolute;
	width: 550px;
	height: 50px;
	top: 15px;
	left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.header {
	width: 850px;
	height: 170px;
	background: transparent url('../gfx/header.gif') no-repeat top left;
}

.menu_holder {
	width: 850px;
	height: 30px;	
	}

.menubar {
	width: 850px;
	height: 30px;
	top: 170px;
	left: 0px;
	background-color: #d1d1d1;
}

.home {
	position: absolute;
	top: 170px;
	right: 50px;
	width: 20px;
	height: 30px;
	background: url('../gfx/home.gif') no-repeat top left;
	cursor: pointer;
}

.mail {
	position: absolute;
	top: 170px;
	right: 10px;
	width: 20px;
	height: 30px;
	background: url('../gfx/mail.gif') no-repeat top left;
	cursor: pointer;
}

#flash {
	position: absolute;
	width: 456px;
	height: 150px;
	top: 8px;
	right: 3px;
	background-color: #afb2b0;
}

iframe {
	border: none;
}

.home_top {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 297px;
	height: 120px;
	cursor: pointer;
}

.contact_txt {
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
}

.padding_down {
	padding-top: 40px;
	padding-left: 10px;
}

/* overskrifter */

.hd1,
div.news h1 {
	font-weight: bold;
	font-size: 24px;
	margin: 0; }

.hd2 {
	font-weight: bold;
	font-size: 18px; }

.hd3 {
	color:#e20000;
	font-weight: bold;
	font-size: 18px; }

.hd4 {
	font-weight: bold;
	font-size: 14px; }
	
.special,
.opentill em {
	font-size: 11px;
}

hr {
	border: 1px solid #999999;
}


/* menu */

#menu {
	width: 100%;
	height: 30px;
	background-color: #d1d1d1;
	float: left;
	z-index: 999;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	z-index: 999;
}

#menu a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding-left: 18px;
	padding-right: 22px;
	padding-top: 7px;
	outline: none;
	color: #000000;
	background: transparent;
	text-decoration: none;
	background-image: url('../gfx/divide.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 23px;
	z-index: 999;
}

#menu a:hover {
	color: #a00;
	background: #fff;
}

#menu ul ul {
	width: 180px;
	position: absolute;
	z-index: 1200;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background: #d1d1d1;
}

#menu ul li {
	float: left;
	z-index: 999;
}

#menu ul li ul li {
	display: block;
	z-index: 999;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul li {
	z-index: 999;
}

#menu ul ul li a {
	background: #d1d1d1;
	width:110px;
	height: auto;
	padding-bottom: 7px;
	padding-left: 35px;
	z-index: 999;
}

div#menu ul ul {
	display: none;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
	z-index: 999;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	z-index: 999;
}

