@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
}
@media only screen and (max-width: 320px) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}





@media only screen and (max-width: 800px) {

#container {
	width: 100%;
}

#content60, #content80, #content100 {
	width: 100%;
height: 0px;
}

#rechterkolom {
	width: 100%;
}


.moduletable_expertise {
	text-align: center;
}

.moduletable_expertise ul.menu {
	margin-left: -40px;
}




#rechts {
	border: none;
	margin-top: 0px;
}

#menubalk {
	border: none;
} 

#toggle-menu {
	display: block;
	background-color: #ffffff;
	float: left;
	position: relative;
	width: 100%;
}
.toggle-button {
    background-color: #5597cb;
    border: 1px solid #9a9a9a;
    padding: 9px;
}
  
.toggle-button .icon-bar {
    background-color: #ffffff;
    border-radius: 1px;
    display: block;
    height: 2px;
    margin-top: 3px;
    width: 22px;
}
#toggle-label {
    color: #ffffff;
    float: left;
    margin-left: 65px;
    margin-top: 8px;
}




#hoofdmenubalk {
	position: relative;
    float: left;
	z-index: 100;
}
#hoofdmenu {
	position: relative;
}

.moduletable_menu {
}

ul.menu {
  	float: left;
	margin-left: -2000px;
	width: 100%;
  	list-style-type:  none;
	
}  



ul.menu.menuIsActive {
    display: inline;
    margin-left: -40px;
    z-index: 999;
}

ul.menu li {
  	width: 100%;
	float: left;
  	list-style: none;
}  

ul.menu li a {
	background-color: #059184;
  	float: left;
  	padding-top: 9px;
  	padding-bottom: 9px;
	padding-left: 20px;
  	width: 100%;
  	color: #ffffff;
  	border: 1px solid #ffffff;
}  


}
