/* Banner */
@charset "utf-8";

div#banner {
	width: 900px;
	height: 190px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_VMA_banner.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	text-align: center;
}

div#logoleeg {
	float: left;
	width: 450px;
	height: 190px;
}

div#menus {
	float: left;
	width: 450px;
	height: 190px;
}

div#menu-roze {
	/* breedte 450 */
	width: 430px;
	padding-left: 20px;
	margin-top: 55px;
	height: 35px;
	font-size: 1.3em;
	color: white;
	text-align:left;
}

div#menu-roze table {
	width: 415px;
	height: 25px;
	background-color: #F3789B;
	border-collapse: collapse;
}

div#menu-roze table td {
	text-align: left;
	padding-left: 5px;
	border-right: white 1px solid;
}


div#menu-roze a,
div#menu-roze a:link,
div#menu-roze a:active,
div#menu-roze a:visited {
	color: white;
	text-decoration: none;
}
div#menu-roze a:hover {
	color: #000000;
	text-decoration: none;
}

div#menu-wit {
	/* breedte 450 */
	width: 430px;
	padding-left: 20px;
	text-align: left;
}