header{
    width: 100%;
    position: relative;
    z-index: 9999;
    min-height: 170px;
}
header img.logo{
    position: relative;
    float: left;
    vertical-align: middle;
    display: inline-block;
    margin-top: 0;
    height: 160px;
    margin-right: 15px;
    -moz-transition: height .2s ease-in, margin-top .2s ease-in;
    -webkit-transition: height .2s ease-in, margin-top .2s ease-in;
    -o-transition: height .2s ease-in, margin-top .2s ease-in;
}

div.body_topper{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	min-height:50px;
	padding:0;
	margin:0;
	font-weight:Bold;
	font-size:15px;	
    line-height: 45px;
}
div.body_topper.zakelijk{
	background-color: #44c3d2;	
    color: #fff;
}
div.body_topper.zakelijk *{
    color: #fff;	
}
	
div.body_topper *{
	font-size: 14px;
	font-weight:600;
}
div.body_topper a{	
	margin-right:20px;
	text-decoration:none;
}
div.body_topper div.container{
	height:100%;
}
div.body_topper ul{
    padding: 6px 0px;
    margin: 0;
    height: 40px;
}

div.body_topper ul li:first-of-type{
	padding-right:0;
}
div.body_topper li{
	float:right;
	display:inline-block;
	list-style:none;
	font-size:12px;
	padding:0 10px;	
	height:30px;
}
div.body_topper li a{
	margin:0;
	font-size:13px;
	line-height:36px;
	font-family:Catamaran;
	font-weight:700;
}
div.body_topper li.selected a,
div.body_topper li a:hover{
	color:#e41419;
}

@media (min-width: 1010px){
	
}

@media (max-width: 767px){
	div.menu_top_col{
		min-height:85px;
	}
	header{
		min-height: 174px;
	}
}