BODY{
scrollbar-face-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-3dlight-color:#333333;
scrollbar-arrow-color:#555555;
scrollbar-base-color:#000000;
scrollbar-track-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#333333;
margin:0;
}

html {
overflow: -moz-scrollbars-vertical; /* disse to linier gør, at der altid er en vertikal scrollbar, for ellers hoppede menuen i bunden */
overflow-y: scroll; //-y stands for the vertical scrollbar
}

#footer {
	position:fixed;
	width:100%;
	height:55px;
        bottom:0px;
	background-color:#000000;
}

* html #footer {
	position: absolute; /* position fixed for IE6 */
        bottom:0px;
}
* html #footer {
        bottom:0px;
}

* html table.midtendk {
	position: absolute; /* position fixed for IE6 */
}

table.midtendk {
	position:fixed;
	top: 50%;
	margin-top: -187px;
        left: 50%;
        margin-left: -158px;
}

table.midtengb {
	position:fixed;
	top: 50%;
	margin-top: -189px;
        left: 50%;
        margin-left: -180px;
}

table.menuen {
	text-align:center; /* medtaget fordi internet explorer angiveligt vil have det */
        margin-left:auto;
	margin-right:auto;
}

.text {
	font-family : COMIC SANS MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding:5px 0 60px 0;
}
