/* -------------------------------------------------------------------- hoofdmenu */
#header ul {
	padding-top: 89px;
}

#header ul li {
	float: left;
	background-image: none;
	padding-left: 22px;
}
#header a:link, #header a:visited{
	text-decoration: none;
}
#header a:hover, #header a:active{
	text-decoration: none;
}
.logo {
	float: left;
	margin-right: 30px;
	border: none;
}
.switch {
	background-image: url(/img/ma_logo_klein.gif);
	background-position: right 84px;
	background-repeat: no-repeat;
	float: right;
	color: #E41A15;
	padding-right: 68px;
	margin-right: 9px;
	font-size: 12px;
	padding-top: 89px;
}
.loged_in {
	float: right;
	width: 185px;
	color: #96D06C;
	padding-left: 14px;
	font-size: 12px;
	padding-top: 80px;
}
#header p.switch a:link, #header p.switch a:visited{
	color: #E41A15;
}
#header p.switch a:hover, #header p.switch a:active{
	color: #E41A15;
}
/* -------------------------------------------------------------------- footer */
#footer ul {
}
#footer ul li {
	float: left;
	background-image: none;
	padding-left: 20px;
}
