body {
	font-family:  Arial, Helvetica, 'Lucida Grande', Swiss, sans-serif, SunSans-Regular;  
	font-size: 12px;
/*	background : #543A2D url(../img/bg.gif) repeat-y;  */
	background : #E2E8DD url(bg.gif) repeat-y;
	margin: 0;
	padding: 0px;
	border: 0px;
}

#scb-wraper {
	position: absolute;
	top: 82px;
	left: 0;
	width: 600px; 
	border: 1px solid #543A2D; 
	border-width: 1px 1px 0 0;
	background: #E2E8DD;
	margin: 0 0 50px 0;
}

#rubrik-start1 {
	position: absolute;
	top: 195px;
	left: 336px;
	z-index: 0;
}

#rubrik-start2 {
	position: absolute;
	top: 135px;
	left: 601px;
	z-index: 1;
}



#rubrik-bottom {
	margin-top: 400px;
	}

/* DORP DOWN MENUES */



/* All <ul> tags in the menu including the first level */
.menulist, 
.menulist ul {
	margin: 0 0 0 380px;
	padding: 0;
	width: 220px;
	list-style: none;
	z-index: 100;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
	visibility: hidden;
	position: absolute;
	margin-left: 0px;
	top: 0;
	left: -220px;
	border: 1px solid #859A54;
	border-width: 0 1px 0 0;
	background: #E2E8DD;
	z-index: 100;
}

/*	All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
	They have borders that are slightly overlaid on one another to avoid doubling up. */
.menulist li {
	position: relative;
	border-width: 1px;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#listMenuRoot li {
	position: relative;
	border-width: 1px;
	background: transparent;
	margin-bottom: -1px;
	padding: 0;
	height: 16px;
	font-size: 10px;
	letter-spacing: 1px;
	z-index: 100;
}

.menulist ul>li:last-child {
	margin-bottom: 1px;
	z-index: 100;
}

/* Links inside the menu */
.menulist a {
	display: block;
	text-align: right;
	padding: 2px 10px;
	color: #697945;
	text-decoration: none;
	z-index: 100;
}

/*	Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus. */
.menulist a:hover, 
.menulist a.highlighted:hover, 
.menulist a:focus {
	color: #FFF;
	background-color: #859A54;	
	padding: 2px 10px;
	text-decoration: none;
	z-index: 100;
}

.menulist a.highlighted {
	color: #FFF;
	background-color: #859A54;
	font-weight: bold;
	z-index: 100;
}


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
	float: left;
	height: 1%;
}
	
* html .menulist a {
	height: 1%;
}
/* End Hack */
