body{
	background-color: #ECE8DC;
}
#celle1{
	background:url(../pictures/topbanner-edwardian-1.jpg);
}
#celle2{
	background:url(../pictures/topbanner-edwardian-2.jpg);
}
#celle3{
	background:url(../pictures/topbanner-edwardian-3.jpg);
}
#celle4{
	background:url(../pictures/topbanner-edwardian-4.jpg);
}
#celle5{
	background:url(../pictures/topbanner-edwardian-5.jpg);
}
#celle6{
	background:url(../pictures/topbanner-edwardian-6.jpg);
}
#celle7{
	background:url(../pictures/topbanner-edwardian-7.jpg);
}
#celle8{
	background:url(../pictures/topbanner-edwardian-8.jpg);
}
#celle12,#celle19 {
	background-color: #FDFDFC;
}
#celle10,#celle14,#celle16,#celle18{
	background-color: #F1EEE2;
}
#celle11{
	background:url(../pictures/sidebar.jpg);
}
#celle9,#celle13{
	background-color: #FDFDFC;
}
#celle20{
	background-color: #FDFDFC;
}
p {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
	color: #353533;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 13px;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #454541;
	font-family: arial, verdana, sans-serif;
	font-size: 12pt;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #3F3C3E;
	margin: 5px;
	padding-bottom: 5px;
	font-family: arial, verdana, sans-serif;
}
h2 {
	font-size: 14pt;
	color: #3F3C3E;
	margin: 5px;
	padding-bottom: 5px;
	font-family: arial, verdana, sans-serif;
	font-weight: normal;
}
td {
	border-width: 2px;	
	border-style: solid;	
	border-color: #E8E4D6;
}
a:link {
	color: #2851A3;
}
a:hover {
	color: #000080;
	font-style: italic;
    	background-color: #D2D3CE;
}
a:active {
	background-color: #E8E4D6;
}
table {
	border-color: #E8E4D6;
}

/* CSS for hTree */
/* UDEN JavaScript */
.hTree { }
.hTree li { }
.hTree ul li { }
.hTree a { }

/* MED 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;		/* ALT-tekst farve ved manglende ikon */
	font-weight:bold;
	cursor:pointer;
}
.hTreeJS ul li {
	margin-left:1em;	/* Indryk for hvert niveau (indent) */
}
.hTreeJS a {
	padding:.1em .5em .1em .1em;
	text-decoration:none;
	font-family: arial, verdana, sans-serif;
	font-size: 13pt;
	color:#272725;
}
.hTreeJS a:hover {
	color:#000080;
	font-style: italic;
	background-color: #D2D3CE;
	text-decoration:underline;
}
.hTreeJS a:active {
	color: #000080;
	font-style: italic;
	background-color: #E8E4D6;
}