body {
	background-color: #FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#1c6fb5;
	scrollbar-3dlight-color:#E6E7EB;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#E6E7EB;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.mellanrubrik_green {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #7fb41e;
	text-decoration: none;
}
.mellanrubrik_blue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #1c6fb5;
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #1c6fb5;
	text-decoration: none;
}
a:hover{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.rubrik {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #1c6fb5;
	text-decoration: none;
}
.passforklaring {
	position:absolute;
	top:100px;
	width:180px;
	height:130px;
	z-index:4;
	background-color: #FFFFFF;
	padding: 4px;
	left: 450px;
	border: 1px solid #7FB41E;
	visibility: hidden;
}

/*SIDEBAR AKTUELLT*/

#aktuellt_sidebar {
	width: 232px;
	height: 370px;
	margin: 0;
	background: #fff url(../images/bg_aktuellt_sidebar.png) no-repeat left top;
}

.sidebar_text {
	width: 232px;
	height: 180px;
	padding: 190px 0 0 0;
}

.sidebar_text a {
	color: #fff;
	line-height: 19px;
	padding: 0 0 0 15px;
}

.sidebar_text a:hover {
	color: #ccc;
}


