body {
	font-family : 14px/15px verdana, sans-serif;
	color: #663366;
	background-color : #B5F3A2;
	background-image : url(grafik/baggrund4.gif);
	background-position : top left;
}
#menu{
	position:absolute;
	left:5px;
	top:130px;
	width:235px;
	height: 500px;
	line-height : 30px;
}
#top{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-color : #B5F3A2;
	background-image : none;
	border-bottom : inset White;
}
#indhold {
	margin-left:250px;
	padding-top : 100px;
	padding-left : 20px;
	border-left-color : White;
	border-left-style : outset;
}
hr{
	color : #663366;
}

/* WITHOUT JavaScript */
.hTree { }
.hTree li { }
.hTree ul li { }
.hTree a { }

/* WITH JavaScript */
.hTreeJS, .hTreeJS ul, .hTreeJS li {
	margin:0;
	padding:0;
}
.hTreeJS li {
	list-style-type:none;
	list-style-position: outside;
	list-style-image: none;
}
.hTreeJS li img {
	border:0;
	color:#f00; /* color for alt-text when img fail to load */
	font-weight:bold;
	cursor:pointer;
}
.hTreeJS ul li {
	margin-left:1em;	/* Indent */
}
.hTreeJS a {
	padding:.1em .5em .1em .1em;
	text-decoration:none;
	color: #663366;
}
.hTreeJS a:focus,
.hTreeJS a:active {
	/*background:  #663366;*/
	color:#663366;
}
.hTreeJS a:hover {
	color:#663366;
	text-decoration:underline;
}
.hTreeJS a:focus:hover {
	color:#663366;
}


