/* CSS Document */

/* Main div for the complete website */
#main {
	margin-left: auto;
	margin-right: auto;
	width: 978px;
}

#topMenu {
	background-color: #F8E224;
	height: 24px;
	width: 100%;
}

#topMenu ul {
	float: right;
	list-style: none;
	height: 12px;
	margin: 0;
	margin-right: 9px;
	margin-top: 5px;
	padding: 0;
}

#topMenu li {
	float: left;
	height: 14px;
	line-height: 14px;
	margin: 0;
}

#topMenu a {
	float: left;
	color: #22519A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

#topMenu .topMenuseperator{
	background-color: #22519A; 
	font-size: 1px;
	float: left;
	height: 10px;
	margin-top: 2px;
	overflow: hidden;
	width: 1px;
}

/* Div where the logo, name and search boxes are in */
#topLogoName {
	background-image: url(img/bgtop.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 100%;
}

#searchBox {
	height: 22px;
	width: 300px;
	padding-right: 26px;
	margin-top: 53px;
	text-align: right;
	float: right;
}

#searchstring {
	height: 18px;
	width: 163px;
	background-image: url(img/zoekveld.gif);
	background-repeat: no-repeat;
	border: 0px;
	color: #fff;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 4px;
}

#searchButton {
	width: 52px;
	height: 22px;
	background-image: url(img/button_zoek.gif);
	background-repeat: no-repeat;
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
}

#menuContent {
	width: 100%;
	margin-top: 15px;
}

#menuContent #leftMenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
	width: 186px;
	border-bottom: 1px solid #F8E224;
	margin-left: 1px !important; margin-left: -16px;
	margin-bottom: 10px;
}

#menuContent #leftMenu li {
	background-image: url(img/arrowMainMenu.gif);
	background-repeat: no-repeat;
	behavior: url('iefix.htc');
	border-top: 1px solid #F8E224;
	border-bottom: 0;
	display: block;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-top: 7px;
	width: 173px;
}

#menuContent #leftMenu li.selected {
	background-color: #F8E224;
}

#menuContent #leftMenu li:hover {
	background-color: #F8E224;
}

#menuContent #leftMenu li.hover {
	background-color: #F8E224;
}

#menuContent #leftMenu LI A {
	color: #22519A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-decoration: none;
}

#mainContent {
	padding-top: 12px;
	padding-right: 24px;
}

#menuContent #leftMenu LI #subMenu {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#menuContent #leftMenu LI #subMenu A {
	display: block;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
}

#menuContent #leftMenu LI #subMenu A:hover {
	color: #D9252F;
}

#menuContent #leftMenu LI #subMenu A.selected {
	color: #D9252F;
}

#rightContent {
	width: 250px;
}

#homeFlash {	
	height: 218px;
	width: 494px;
	margin-bottom: 15px;
}

#flashDivHome {
	background-color: #00CC99;
	width: 494px;
	margin-left: 15px;
	margin-right: 15px;
}

#flashDivHome IMG {
	padding: 0;
	margin: 0;
	float: left;
}

#homeEvents {
	width: 494px;
	height: 158px;
}

#eventDivHome {
	background-color: #D9252F;
	width: 474px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	height: 130px;
}

#eventDivHome .eventLink {
	line-height: 23px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#homeRight {
	width: 270px;
	background-color: #20529B;
	line-height: normal;
	text-decoration: none;
	height: 217px;
}

#homeRight IMG{
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	height: auto;
	background-color: #00CC33;
}

#homeBeurzen {
	margin-top: 15px;
	background-color: #F8E224;
	text-decoration: none;
	height: 158px;
	/*padding-top: 24px;
	padding-left: 24px;*/
}

.moreLink {
	color: #CCC;
}

.moreLink:hover {
	color: #CCC;
}

.moreLink2 {
	padding-top: 2px;
	color: #22519A;
}

.moreLink2:hover {
	color: #22519A;
}

#newsTicker {
	background-color: #EDEDED;
	padding-left: 24px;
	height: 25px;
	line-height: 20px;
}