@charset "UTF-8";
/* CSS Document */



/*HORIZONTAL NAVIGATIONBAR*/



ul.horNavbar {
	list-style-type: none;
	position: absolute;
	height: 45px;
	margin: 0;
	left: 40px;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 650px;	
}

ul.horNavbar2 {
	list-style-type: none;
	position: absolute;
	height: 45px;
	margin: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 20%;	
}

li#mp_1 {
	position: absolute;
	margin: 0;
	top: 0;
	left: 50px;
	width: 138px;
	height: 45px;
	background: url(../bilder/ls_icons.jpg) 0 0 no-repeat;
}

li#mp_2 {
	position: absolute;
	margin: 0;
	top: 0;
	left: 198px;
	width: 138px;
	height: 45px;
	background: url(../bilder/ls_icons.jpg) -138px 0 no-repeat;
	border-top: 1px solid #dddddd;
}

li#mp_3 {
	position: absolute;
	margin: 0;
	top: 0;
	left: 346px;
	width: 138px;
	height: 45px;
	background: url(../bilder/ls_icons.jpg) -276px 0 no-repeat;
	border-top: 1px solid #dddddd;
}
li#mp_4 {
	position: absolute;
	margin: 0;
	top: 0;
	left: 494px;
	width: 138px;
	height: 45px;
	background: url(../bilder/ls_icons.jpg) -414px 0 no-repeat;
	border-top: 1px solid #dddddd;
}

li#mp_5 {
	position: absolute;
	margin: 0;
	top: 0;
	right: 10px;
	width: 72px;
	height: 45px;
	background: #dddddd;
}

/*
li#mp_1 .current {background: url(../bilder/st_gul.jpg) no-repeat;}
li#mp_2 .current {background: url(../bilder/st_gronn.jpg) no-repeat;}
li#mp_3 .current {background: url(../bilder/st_om.jpg) no-repeat;}
*/



ul.horNavbar a{
	display: block;
	margin: 0;
	width: 138px;
	height: 45px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

ul.horNavbar2 a{
	display: block;
	margin: 0;
	width: 72px;
	height: 45px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font-size: 20px;
	color: #2e2d2d;
	padding-top: 10px;
}

/*ul.horNavbar2 a{
	display: block;
	margin: 0;
	width: 72px;
	height: 45px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}*/



/*li#mp_1 a:hover{background: url(../bilder/st_gul.jpg) no-repeat;}
li#mp_2 a:hover{background: url(../bilder/st_gronn.jpg) no-repeat;}
li#mp_3 a:hover{background: url(../bilder/st_om.jpg) no-repeat;}*/




