body {
margin: 0px;
padding: 0px;
background: #white;
font-family: Times, sans-serif;
line-height:16px;
font-size:12px;
color: #333333;

}

h1 {
margin: 0px;
font-size: 12px;
line-height:12px;
}

a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #deded6;
	text-decoration: underline;
}


.rubrik {
font-family: Times, sans-serif;
line-height:16px;
font-size:12px;
text-transform:uppercase;

}

.portimage {
padding-top: 10px;
color: #deded6;
}
#content {

padding-top: 20;
left: 0;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color: #deded6;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 40;
left: 40;
color: #deded6;

}
#menu {
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
padding-top:10px;
text-transform: uppercase;
font-size: 12px;
color: #deded6;


}
#menu dd {
}
#menu li {
padding-left:0px;
}
#menu li a, #menu dt a {
color: #deded6;
text-decoration: none;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
Color:white;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(list.gif) no-repeat left center;
list-style-type: none;
font-family: Times;
Font-size:12px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
padding-bottom: 6px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; 
Font-size:11px;


/*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
