/* import CSS defaults */
@import url("defaults.css");

#wrapper {
	width:990px;
	padding:0; margin:0 auto;
}
#navi {
	display:block;
	width:990px;height:44px;
	/*background:url(../images/bg_navi.gif) no-repeat;*/
}
#navi ul {
	list-style:none;
	padding:0;margin:7px 0 0 10px;
}
#navi ul li {
	float:left;display:inline;
	padding:0;margin:0px 10px 0 10px;
}
#navi ul li a {
	display:block;
	padding:0;margin:0px;
	height:33px;
	text-decoration: none;
	font-size: 20px;
}

#navi ul li a.test {  color: #111; font-size: 20px; }
#navi ul li a.test:hover { color: #a20b35; font-size: 20px; }
#navi ul li a.testActive { color: #a20b35; font-size: 20px; }

#navi ul li a.home {
	width:74px;
	background:url(../images/btn_home.gif) no-repeat;
}
#navi ul li a.programma {
	width:144px;
	background:url(../images/btn_programma.gif) no-repeat;
}
#navi ul li a.tickets {
	width:92px;
	background:url(../images/btn_tickets.gif) no-repeat;
}
#navi ul li a.route {
	width:79px;
	background:url(../images/btn_route.gif) no-repeat;
}
#navi ul li a.fotos {
	width:79px;
	background:url(../images/btn_fotos.gif) no-repeat;
}
#navi ul li a.informatie {
	width:130px;
	background:url(../images/btn_informatie.gif) no-repeat;
}
#navi ul li a.pers {
	width:61px;
	background:url(../images/btn_pers.gif) no-repeat;
}
#navi ul li a.partners {
	width:112px;
	background:url(../images/btn_partners.gif) no-repeat;
}
#navi ul li a.contact {
	width:107px;
	background:url(../images/btn_contact.gif) no-repeat;
}

#navi ul li a.homeActive {
	width:74px;
	background:url(../images/btn_home.gif) 0 -33px no-repeat;
}
#navi ul li a.programmaActive {
	width:144px;
	background:url(../images/btn_programma.gif) 0 -33px no-repeat;
}
#navi ul li a.ticketsActive {
	width:92px;
	background:url(../images/btn_tickets.gif) 0 -33px no-repeat;
}
#navi ul li a.routeActive {
	width:79px;
	background:url(../images/btn_route.gif) 0 -33px no-repeat;
}
#navi ul li a.fotosActive {
	width:79px;
	background:url(../images/btn_fotos.gif) 0 -33px no-repeat;
}
#navi ul li a.informatieActive {
	width:130px;
	background:url(../images/btn_informatie.gif) 0 -33px no-repeat;
}
#navi ul li a.persActive {
	width:61px;
	background:url(../images/btn_pers.gif) 0 -33px no-repeat;
}
#navi ul li a.partnersActive {
	width:112px;
	background:url(../images/btn_partners.gif) 0 -33px no-repeat;
}
#navi ul li a.contactActive {
	width:107px;
	background:url(../images/btn_contact.gif) 0 -33px no-repeat;
}
#navi ul li a:hover {
	background-position: 0 -33px;
}
#leftContent {
	float:left;display:inline;
	width:650px;
	padding:10px;
}
#rightContent {
	float:left;display:inline;
	padding:10px;
	width:300px;
}
.blauwBox {
	background:#20397c;
	padding:15px 15px 20px 15px;
	text-align:center;
}
.witBox {
	background:#ffffff;
}
.witBox2 {
	background:#ffffff;
	padding:0 0 20px 0;
}

.blauwBox h2 {
	font-size:43px;
	margin:0;padding:0;
}
.blauwBox h3 {
	font-size:26px;
	margin:0;padding:0;
}

.carrousel {
	display:block;
	width:330px;height:600px;
	padding:1px;margin:0 0 10px 0;
}
.carrousel #slideImages,
.carrousel #slideImages ol li {
	position:relative;
	z-index:1;
	width:330px;height:600px;
	padding:0;margin:0;
	overflow:hidden;
}
.carrousel #slideImages ol,
.carrousel #slideImages ol li {
	list-style: none;
	padding:0;margin:0; 
}
.carrousel #slideImages ol li {
	cursor: pointer;
}

