#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	background: url(images/DLH.jpg) no-repeat;
	padding: 84px 20px 0 0;
	text-align: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 5px;
	background: #EDEBD5;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	font-size: 20px;
}

#sidebar ul {
	margin: 0;
	padding-left: 15px;
	list-style: none;
	font-size: 14px;	
}
#sidebar li a{
	display:block;
	width: 210px;
	margin-left: -15px;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: center;
	line-height: 25px;
	border-top: 1px solid #EDEBD5;
	border-bottom: 1px solid #EDEBD5;
	text-decoration: none;
	background-color: #91D230;
	color: #343434;
}
#sidebar a.aktiboa{
	background-color: #82BC2B;
	font-weight: bolder;
}
#sidebar li a:hover{
	background-color: #82BC2B;
}
.bluebox {
	background: url(images/dlh_sidebar.gif) repeat-y;
}
.bluebox h2 {
	background-color: #82BC2B;
}