html {
	height: auto;
	width: 100%;
		scrollbar-face-color: #CBCBCB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #ECECEC;
	scrollbar-shadow-color: #90908F;
	scrollbar-darkshadow-color: #4E4E4E;
	scrollbar-track-color: #ECECEC;
	scrollbar-arrow-color: #000000;
}
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: rgb(75,75,75);
	height: 94%;
	margin: 0px;
	background-image: url(m_bg.gif);
	background-repeat: repeat-y;
}
p, td {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: rgb(75,75,75);
}
h1 {
	font-weight: bold;
	font-size: 13px;
	line-height: 50%;
}
#printlogo {
	display: none;
}
#sogemaskine {
	position: absolute;
	top: -800px;
	left: -800px;
}
#dragebg {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0px;	
	background-image: url(logo_bg.gif);
	background-repeat: no-repeat;
	width: 362px;
	height: 242px;
}
#menuknapper {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 140px;
}
.menuover {
	width: 6px;
	background-color: rgb(217,217,217);
}
.menuover2 {
	width: 6px;
	background-color: rgb(187,187,187);
}
#menu1 {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	height: 173px;
	width: 400px;
	background-image: url(m_1.gif);
	background-repeat: no-repeat;
}

#menu2 {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	height: 349px;
	width: 400px;
	background-image: url(m_2.gif);
	background-repeat: no-repeat;
}
#top {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 0px;
	width: 100%;
	height: 52px;
	background-image: url(top_bg.gif);
	background-repeat: repeat-x;
}
#logo {
	position: absolute;
	z-index: 20;
	top: 6px;
	left: 9px;
}
#logotxt {
	position: absolute;
	z-index: 20;
	top: 31px;
	left: 83px;
}
#topbuttons {
	position: absolute;
	z-index: 20;
	right: 10px;
	top: 31px;
}
#bund {
	position: absolute;
	z-index: 1;
	background-color: rgb(250,250,250);
	width: 100%;
	height: 37px;
	bottom: 0px;
}
#indhold {
	position: relative;
	z-index: 100;
	width: 560px;
	left: 180px;
	top: 75px;
}
.overskrift {
	font-size: 16px;
}
A:hover {
	text-decoration: underline;
	color: red;
}
A:link {
	text-decoration: none;
}
#ddlink {
	position: absolute;
	z-index: 10;
	left: 15px;
	bottom: 5px;
	color: rgb(150,150,150);
}
A:visited.dd {
	color: rgb(150,150,150);
}
A:link.dd {
	color: rgb(150,150,150);
}
