* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
	background: #fff url(../images/wrapper-bg.gif) center top repeat-y;
}

#wrapper {
	margin: 0 auto;
	padding: 0 24px;
	width: 920px;
/*	height: 1500px;*/
}

#header {
	position: relative;
}

#topbanner {
	padding: 0 0 0 175px;
	width: 745px;
	height: 120px;
	border-bottom: 1px solid #17345a;
	background: url(../images/topbanner-bg.gif) left top repeat-y;
	overflow: hidden;
}

#topbanner_business {
	width: 920px;
	height: 140px;
	background: url(/images/fill_business.jpg) left top repeat;
	text-align: center;
}

#topbanner_business img{
	padding-top: 5px;
}

#topbanner h1 {
	position: absolute;
	top: 24px;
	left: 28px;
	display: block;
	width: 128px;
	height: 79px;
	background: url(../images/rbc-logo.gif) left top no-repeat;
	text-indent: -9999px;
}

#topbanner h1 a {
	display: block;
	width: 128px;
	height: 79px;
}

#searchForm {
	position: absolute;
	top: 53px;
	left: 667px;
	width: 239px;
}

#searchForm #keywords {
	float: left;
	padding: 3px 6px;
	width: 180px;
	height: 13px;
	font-size: 1.1em;
	color: #fff;
	background: none;
	border: 1px solid #667d9f;
}

#searchForm #searchButton {
	float: left;
	width: 45px;
	height: 21px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	background: #667d9f;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
}

#menu {
	list-style: none;
	width: 918px;
	height: 29px;
	font-size: 1.2em;
	font-weight: bold;
	border-right: 1px solid #d35603;
	border-left: 1px solid #d35603;
	background: url(../images/menu-bg.gif) left top repeat-x;
}
.navlayer .navlink {
	font-size: 1.2em;
	border-bottom: 1px solid #EDEEEE;
}
#menu li {
	float: left;
}

#menu  a:link,
#menu  a:visited {
	display: block;
	padding: 5px 0 0 0;
	height: 22px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #d35603;
	border-right: 1px solid #b74a03;
	border-bottom: 1px solid #d35603;
	border-left: 1px solid #fd802c;
}

#menu a:hover,
#menu a:active {
	color: #fd802c;
	background: #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

#menu .submenu {
	display: none;
	position: absolute;
	top: 29px;
	left: -20px;
	padding: 10px;
	width: 180px;
	line-height: 22px;
	font-weight: normal;
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#menu .submenu h5 {
	padding: 5px 0 5px 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #fd802c;
}

#menu .submenu ul {
	font-size: 0.9em;
	list-style: none;
}

#menu .submenu ul li {
	float: none;
}

#menu .submenu ul li a:link,
#menu .submenu ul li a:visited {
	padding: 0 0 0 15px;
	height: auto;
	color: #666;
	text-align: left;
	text-decoration: none;
	border: none;
	background: url(../images/submenu-arrow.gif) 2px 9px no-repeat;
}

#menu .submenu ul li a:hover,
#menu .submenu ul li a:active {
	color: #999;
	border: none;
}

#menu li#liHome a {
	border-left: none;
	width: 64px;
}

#menu li#li1eElftal a {
	width: 76px;
}

#menu li#liNieuws a {
	width: 75px;
}

#menu li#liOpleiding a {
	width: 78px;
}

#menu li#liClub a {
	width: 48px;
}

#menu li#liTicketing a {
	width: 78px;
}

#menu li#liCommunity a {
	width: 88px;
}

#menu li#liFanshop a {
	width: 78px;
}

#menu li#liBuffels a {
	width: 58px;
}

#menu li#liLeRoyal a {
	width: 75px;
}

#menu li#liCommunity2 a {
	width: 88px;
}

#menu li#liBusiness a {
	border-right: none;
	width: 90px;
}

#menu .tdSelected a {
	height: 23px;
	border-bottom: 0px;
}

#menu .tdSelected a:link,
#menu .tdSelected a:visited {
	color: #fd802c;
	background: #fff;
}

#sponsors, #sponsors_business {
	padding: 4px 0 0 0;
	width: 920px;
	height: 69px;
	list-style: none;
}

#sponsors li, #sponsors_business li {
	float: left;
	padding-top: 7px;
}

#sponsors li {
	padding: 0 21px;
}

#sponsors_business li {
	padding: 10px 4px;
}

#sponsors li.bigger, #sponsors_business li.bigger {
	padding-top: 0;
}

#sponsors li a img, #sponsors_business li a img {
	border: none;
}

.clear {
	clear: both;
}

#businesscontact label {
	display: block;
	float: left;
	width: 200px;
}

#businesscontact input {
	width: 200px;
	margin: 2px;
}

#businesscontact textarea {
	width: 200px;
	height: 100px;
	margin: 2px;
}

#businesscontact #verstuurknop {
	float: left;
	margin-left: 200px;
	width: 75px;
}