.search #zoeken {
    margin-top: 20px;
}

.menus {
    margin: 15px 10px !important;
    background: #00AAE3;
    background: #e64111;
    margin-left: !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu {
    text-align: center;
}
#menu_hoofdmenu {
    margin: 0px auto;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: left;
    height: 40px;
    width:100%;
    border-bottom: 1px solid #959595;
    background: #ABABAB;
        /*--Bottom right rounded corner--*/
/*    -moz-border-radius-topright: 10px;
    -khtml-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;*/

    /*--Bottom left rounded corner--*/
/*    -moz-border-radius-topleft: 10px;
    -khtml-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;*/
}

.megamenu {
    margin: 0;
}
.megamenu > li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.megamenu > li > a {
    line-height: 40px !important;
    color: #fff !important;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 0;
    font-variant: small-caps;
    font-weight: 700;   
}
ul.megamenu li .sub {
    position: absolute; /*--Important--*/
    top: 35px; left: 0px;
    z-index: 99999;
    background: #fff;
    border-left: 1px solid #0066CC;
    border-right: 1px solid #0066CC;
    border-bottom: 1px solid #0066CC;
    padding: 10px;
    font-family: Arial;
    text-align: left;

    /*--Shadows--*/
    -moz-box-shadow: 0 3px 3px #888;
    -webkit-box-shadow: 0 3px 3px#888;
    box-shadow: 0 3px 3px #888;
    display: none; /*--Hidden for those with js turned off--*/
}

.megamenu > li.active > a, .megamenu > li:hover > a, .megamenu > li > a:hover { /*--Hover State--*/
    background: #fff;
    color: #111;
}
.megamenu > li.active, .megamenu > li:hover {
    background: #0066CC;
    color: #fff;
}

ul#megamenu li .row { /*--If needed to break out into rows--*/
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
ul.megamenu li .sub ul{
    list-style: none;
    margin: 10px; padding: 0;
    width: 150px;
    float: left;
}
ul.megamenu .sub ul li {
    width: 100%; /*--Override parent list item--*/
    color: #333;
    padding: 0; margin: 0;
}
ul.megamenu .sub ul li.menukolom-titel {

}
ul.megamenu .sub ul li.menukolom-titel span { /*--Sub nav heading style--*/
    border-bottom: 1px solid #DADADA;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    display: block;
    color: #333;
    margin-bottom: 5px;
    padding: 2px 0px;
    line-height: 18px;
}
ul.megamenu .sub ul li a {
    float: none;
    border-right: 0;
    text-indent: 0; /*--Override text-indent from parent list item--*/
    height: auto; /*--Override height from parent list item--*/
    background: transparent;
    padding: 5px 0px;
    line-height: 1.2em;
    display: block;
    text-decoration: none;
    color: #333;
    margin-bottom: 5px;
    font-weight: normal;  
}
ul.megamenu .sub ul li a:hover {
    color: #0066CC;
    background: #fff;
}

ul.megamenu div.mm-item-content {
    background: #FFF;
    padding: 0px;
    position: absolute;
    min-width: 160px;
    border: 1px solid #0066CC;
    box-shadow: 1px 1px 5px #888888;
    z-index: 9;
}
.mm-item-content li,
.mm-item-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mm-item-content li:last-child a {
    border-bottom: 0;
}
.mm-item-content li a:hover {

}
.mm-item-content li a {
    border-bottom: 1px dotted #DADADA;
    padding: 5px 10px;
    color: #404040;
    display: block;
}



/* MENU */
header .menu-header
{
	overflow: hidden;
	height: 60px;
}

.megamenu>li.active
{
	background: rgba(255,255,255,0.4);
}

.megamenu>li>a
{
	padding: 0 10px;
	color: #333;
	font-variant: inherit;
}
.menu
{
	width: 1004px !important;
    margin-top: 20px;
}

.megamenu>li:first-child
{
	border-left: none;
}

.megamenu>li:last-child
{
	border-right: none;
}

.megamenu>li:hover,.megamenu>li:active
{
	background: rgba(0,0,0,0.3);
}

ul.megamenu li .sub
{
	border: 0;
	z-index: 999;
}

ul.megamenu .sub ul li.menukolom-titel span
{
	font-variant: small-caps;
	font-size: 16px;
}
