html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background-color: transparent;
}

body {
  line-height: 1;
}

blockquote,q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
    font-family: 'VrindaNormal';
    src: url('/asset/template/font/vrinda_0-webfont.eot');
    src: url('/asset/template/font/vrinda_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/asset/template/font/vrinda_0-webfont.woff') format('woff'),
         url('/asset/template/font/vrinda_0-webfont.ttf') format('truetype'),
         url('/asset/template/font/vrinda_0-webfont.svg#VrindaNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*********** MAIN ***********/
* {
  margin: 0;
  padding: 0;
}

html,body {
  height: 100%;
}

html {
  min-width: 930px;
}
/*IE7*/

body {
  color: #393939;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #bebebe url(../img/body-bg.jpg) repeat-x 0 0;
  font: 75%/ 145% Arial, Helvetica, sans-serif;
}

/*********** COMMON ***********/
a {
  color: #f11c00;
  cursor: pointer;
  text-decoration: underline;
  outline: none !important;
  font-weight: normal;
  position: relative;
}

a:hover,a:focus {
  color: #f11c00;
  text-decoration: none;
}

img {
  border: none;
}

td,th,textarea,input,select {
  font-size: 1em;
}

td,th {
  padding: .3em;
}

p {
  margin: 0 0 1.5em;
  line-height: 1.4;
}

form {
  clear: left;
  margin: 0;
}

h1,h2,h3,h4,h5 {
  margin-bottom: 0.3em;
  line-height: 1.2em;
}

h1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #393939;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #393939;
}

h3 {
  font-size: 1.1em;
  font-weight: bold;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

input,select,textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

.ulcolor li {
  list-style-type: disc;
  margin-left: 30px;
  color: #B92E16;
}

.ulcolor li span {
  color: #646464;
}

.ulcontent {
  list-style-type: disc;
  margin-left: 30px;
}

ol,ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li p {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clearfix {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

img.right {
  margin: 0 0 10px 10px;
}

img.rightcontent {
  margin: 0 7px 7px 7px;
}

img.left {
  margin: 0 10px 10px 0;
}

/*********** TEMPLATE ***********/
#container {
  margin: 0 auto;
  width: 990px;
}
.splash #container {
  width: 840px;
}

.progress {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.progress-overlay {
    position: absolute; 
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .75;
}
.progress-text {
    position: absolute; 
    z-index: 3; 
    padding-top: 25%;
    text-align: center;
    font-size: 1.33em;
    color: #666;
}
.progress-indicator {
    position: absolute; 
    z-index: 4; 
    width: 100%;
    height: 100%;
    padding-top: 20%;
    text-align: center;
}

#body {
  position: relative;
  width: 990px;
}

#splash {
  position: relative;
  width: 840px;
  margin-top: 5px;
}

#header-wrapper {
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
}

#header {
  position: relative;
  width: 990px;
  height: 180px;
  background: url(../img/sprite-bg.jpg) no-repeat 0 30px;
}
#splash #header {
    width: 710px;  
  background: none;
}
.home #header {
  background: url(../img/sprite-home-bg.jpg) no-repeat 0 30px;
}

#header-links {
  display: block;
  height: 34px;
  padding-left: 7px;
}
#header-links li {
  float: left;
  display: inline;
  width: 125px;
  height: 29px;
  padding-top: 5px;
  background: url(../img/sprite.jpg) no-repeat 0 0;
  margin-left: 2px;
}
#header-links li:hover {
  background-position: -160px -60px;
}
#header-links li a {
  display: block;
  height: 29px;
  width: 119px;
  padding-left: 6px;
  line-height: 20px;
line-height: 29px;
  color: #fff;
  text-decoration: none;
  text-align: left;
text-shadow: -1px 1px 2px #333;
filter: dropshadow(color=#333, offx=-1, offy=1);
font-weight: bold;
text-transform: uppercase;
font-size: .916em;
}
#header-links li a:hover {
text-shadow: -1px 1px 1px #333;
filter: dropshadow(color=#333, offx=-1, offy=1);	
}

#logo {
  position: absolute;
  top: 79px;
  left: 32px;
  float: left;
  display: inline;
    width: 193px;
    height: 79px;
    margin: 0;
    z-index: 300;
}
#logo a {
  display: block;
  width: 193px;
  height: 79px;
    background: url(../img/logo.gif) no-repeat 0 0;
    text-indent: -999em;
    z-index: 301;
}
#splash #logo,
.home #logo {
  width: 277px;
  height: 114px;
  top: 72px;
  left: 18px;
  margin: 0;
}
#splash #logo {
  top: 30px;
}
#splash #logo a,
.home #logo a {
    width: 277px;
    height: 114px;
  background: url(../img/logo-home.gif) no-repeat 0 0;
}

#header-buttons {
	position: relative;
  clear: left;
  float: left;
  display: inline;
  padding: 0;
  margin: 155px 0 0 30px;
  height: 123px;
    background: url(../img/header-button-bg.gif) repeat-x 0 5px;
}
#header-buttons li {
  float: left;
  display: inline;
  width: 141px;
  height: 87px;
  margin-top: 5px;
  padding: 30px 15px 0 0;
  border: 1px solid #9b9b9b;
  border-width: 1px 0;
  border-color: #9b9b9b #9b9b9b #f12c00 #9b9b9b;
}
#header-buttons li.bezoekers {
    border-width: 1px;	
	border-color: #f12c00 #f12c00 #fff #f12c00;
  height: 87px;
  margin-top: 0;
	padding: 35px 10px 0 12px;
	background: #fff;
}
#header-buttons li.bezoekers a {
	color: #fff;
    background: url(../img/header-button-b.gif) no-repeat 0 0;	
}
#header-buttons li.first {
	padding-left: 15px;
}
#header-buttons li.last {
	border-width: 1px 1px 1px 0;
}

#header-buttons li a {
  color: #b4001c;
    float: left;
    display: inline;
  font-size: 1.167em;
  width: 121px;
  height: 37px;
  padding: 25px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
    background: url(../img/header-button.gif) no-repeat 0 0;
}
#header-buttons a.lz {
	position: absolute;
	display: block;
	right: 18px;
	top: 7px;
	text-indent: -999em;
	width: 76px;
	height: 26px;
    background: url(../img/lz.gif) no-repeat 0 0;
}

#navigation {
    position: relative;  
  float: right;
  display: inline;
  margin: 48px 0 0 0;
    width: 700px;
}
.home #navigation {
  width: 670px;
}
#navigation ul {
  float: left;
  display: inline;
}
#navigation ul li {
  float: left;
  display: inline;
  height: 55px;
  background: url(../img/nav-sep.gif) no-repeat 100% 0;
}
#navigation ul li.onwhite {
  background: none;
}
#navigation ul li.onwhite a {
    padding: 15px 0 15px 16px;
    width: 47px;
}
.home #navigation ul li.onwhite a {
  padding: 15px 5px;
}
#navigation ul li.beginbar a {
    padding: 15px 20px 15px 34px;
}
.home #navigation ul li.beginbar a {
    padding: 15px 20px 15px 13px;
}
#navigation ul li a {
  float: left;
  display: inline;
    height: 25px;
    line-height: 25px;
    padding: 15px 18px;
    margin-right: 4px;
    color: #fff;
  font-size: 1.167em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
#navigation ul li a.active,
#navigation ul li a:hover {
  background: url(../img/sprite.jpg) 100% -160px;
}
#navigation ul li.beginbar a.active,
#navigation ul li.beginbar a:hover {
    background: url(../img/sprite.jpg) 0 -160px;
}

.home #navigation ul li.beginbar a:hover {
    background: url(../img/sprite.jpg) 0 -290px;
}
#navigation ul li.onwhite a {
  color: #393939;
}
#navigation ul li.onwhite a:hover {
  background: none;
  color: #FF4800;
}

#trend {
  clear: right;
  float: right;
  display: inline;
  margin: 5px 10px;
  font-size: .916em;
  line-height: 1.1em;
  width: 600px;
}
#trend ul {
  float: right;
  display: inline;
}
#trend ul li {
    float: left;
    display: inline;
    border-right: 1px solid #f11c00;
    padding-right: .4em;
    margin-right: .4em;
}
#trend ul li.last {
  border: 0;
  margin-right: 0;
}
#trend ul li a {
  float: left;
  display: inline;
  color: #fff;
    text-decoration: none;  
}
#trend ul li a:hover {
  text-decoration: underline;
}


#search { 
  position: absolute;
  top: 18px;
  right: 5px;
  width: 230px;
}
#search span.caption {
    color: #fff;
    font-size: 1.167em;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
#search .field {
  border: 1px solid #878787;
  width: 119px;
  height: 16px;
  line-height: 16px;
  padding: 1px 3px;
  margin: 0 0 0 .5em;
}
#search .button {
  border: 0;
    width: 22px;
    height: 18px;
  background: none;
  padding: 0;
  margin: 2px 0 0 0;
    background: url(../img/search.png) no-repeat 0 0;
    text-indent: -999em;
}

#content-wrapper {
  float: left;
  display: inline;
  clear: both;
  width: 990px;
  margin: 180px 0 0 0;
}
#splash #content-wrapper {
  width: 840px;
  margin: 0;
}
#content {
  float: left;
  display: inline;
  width: 990px;
  padding: 0;
}

#splash #content {
  width: 840px;
  height: 607px;
  background: url(../img/sprite-splash-bg.jpg) no-repeat 0 0;
}


#contenthead {
   float: left;
   display: inline;
   width: 990px;
   height: 440px;
   padding: 0;
   background: url(../img/sprite-bg.jpg) no-repeat 0 -150px;
}
.home #contenthead {
  height: 650px;
  background: url(../img/sprite-home-bg.jpg) no-repeat 0 -150px;
}
#contentbody-wrapper {
   float: left;
   display: inline;
   width: 990px;
   background: url(../img/contentbody-bg.png) repeat-y 0 0;
   z-index: 102;
}
.home #contentbody-wrapper {
   background: url(../img/contentbody-bg-home.png) repeat-y 0 0;	
}
#contentbody {
   float: left;
   display: inline;
   width: 990px;
   margin: -440px 0 0 0;
   position: relative;
   z-index: 101;
}
.home #contentbody {
	margin-top: -650px;
}

#pageheader {
  position: relative;
  width: 990px;
  height: 169px;
}
#pageheader .overlay {
    position: absolute;
    width: 990px;
    height: 169px;
   background: url(../img/pageheader-overlay.png) no-repeat 0 0;
   z-index: 250;
}
#pageheader .image {
  width: 990px;
  height: 169px;
  background-repeat: no-repeat;
  background-position: 112px 0;
}
.home #pageheader {
    height: 298px;
}
.home #pageheader .overlay {
    height: 298px;
    background: url(../img/pageheader-home-overlay.png) no-repeat 0 0;
}
.home #pageheader .image {
    height: 298px;
}

#breadcrumb {
  display: block;
  height: 23px;
  padding: 0 230px 0 10px;
  font-size: 0.833em;
  line-height: 23px;
  text-align: right;
}


.home .column-left,
.home #column-left {
    clear: both;
    float: left;
    display: inline;
    width: 198px;
    padding: 17px 0 20px 20px;
}
.home .column-middle,
.home #column-middle {
    float: left;
    display: inline;
    width: 517px;
    padding: 17px 0 20px 10px;
}
.home .column-right,
.home #column-right {
    float: left;
    display: inline;
    width: 239px;
    padding: 17px 0 20px 0;
	margin: 0;
}
.home .column-mr {
    float: left;
    display: inline;	
	width: 766px;
	padding: 0;
}

#column-left .class {
	float: left;
	width: 190px;
	margin-bottom: 15px;
	color: #fff;
	font-size: .916em;
}
#column-left .class p {
	margin-bottom: 10px;
}
#column-left .class .folder {
	float: left;
	display: block;
	width: 190px;
	height: 137px;
    background: url(../img/spriteclasses.gif) no-repeat 0 0;
	text-indent: -999em;
	margin-bottom: 10px;
}
#column-left .class a.more {
	display: block;
	text-align: right;
	padding-right: 20px;
	color: #fff;
	margin-bottom: 10px;
    background: url(../img/contarrowob.gif) no-repeat 100% 50%;
}
#column-left .exposanten .folder {
	background-position: 0 -137px;
}
#column-left .pers .folder {
	background-position: 0 -274px;
}


.page #column-left {
  clear: both;
  float: left;
  display: inline;
  width: 230px;
  padding: 0 0 20px 10px;
}
.page #column-middle {
    float: left;
    display: inline;
    width: 534px;
    padding: 25px 0 20px 0;
}
.page #column-right {
    float: left;
    display: inline;
    width: 200px;
    padding: 5px 5px 20px 5px;
	margin: -28px 0 0 0;
}

.events #column-left {
    clear: both;
    float: left;
    display: inline;
    width: 694px;
    padding: 0 0 20px 80px;  
}
.events #column-right {
    float: left;
    display: inline;
    width: 200px;
    padding: 5px 5px 20px 5px;
	margin: -28px 0 0 0;
}

#splash #column-left {
    clear: both;
    float: left;
    display: inline;
    width: 657px;
    height: 267px;
    padding: 25px 0 0 0;
    margin: 278px 20px 20px 30px;
    border: 1px solid #f12c00;
}

#splash #column-right {
    float: left;
    display: inline;
    width: 120px;
    padding: 5px 0 20px 10px;
}

#column-middle h2 {
  color: #3c4d56;
}


#splash-events {
    float: left;
    display: inline;
  width: 160px;
  padding: 0 0 20px 0;
  margin: 0 10px 0 15px;
}
#splash-events h2 {
  text-indent: -999em;
  background: url(../img/agenda.gif) no-repeat 0 0;
  height: 17px;
}
#splash-showcase {
    float: left;
    display: inline;
  width: 459px;
  height: 239px;
  border: 1px solid #f11c00;
  overflow: hidden;
}

#carousel {
  
}
#carousel #picture {
  margin: 0 0 0 219px;
    z-index: 200;
}
#carousel #carouselbox {
    position: absolute;
    left: 40px;
    top: 40px;
    z-index: 270;
    width: 240px;
    color: #b4b4b4;
}
#carousel #carouselbox h2 {
  color: #fff;
  font-size: 1.5em;
}
#carousel #carouselbox p {
  color: #b4b4b4;
  font-size: .916em;
}

#carousel #carouselbox .horange {
    color: #ff5e00;
    font-size: 1.167em;
    font-weight: bold;
    margin: 0;
}
#carousel #carouselbox .torange {
    color: #ff5e00;
    font-size: 1em;
    margin: 0;
}
#carousel #controls {
  position: absolute;
  left: 800px;
  top: 275px;
    z-index: 260;
    width: 180px;
}
#carousel #pager {
  float: right;
  display: inline;
}
#carousel #pager a {
  float: left;
  display: inline;
  margin-right: 3px;
  width: 17px;
  height: 17px;
  background: url(../img/slide.png) no-repeat 0 0;
  font-size: .916em;
  text-decoration: none;
  text-align: center;
  color: #3c4d56;
  font-weight: bold;
  line-height: 17px;
}
#carousel #pager a.activeSlide {
    background: url(../img/slide-on.png) no-repeat 0 0;
    color: #fff;
}


.column-mr .cmh {
	float: left;
	clear: both;
	margin: 10px 0;
	padding: 0 0 0 10px;
}
.column-mr .cmessage {
  float: left;
  margin: 0 10px 0 0;
  width: 160px;
	height: 160px;
	overflow: hidden;
}
.column-right .cmessage {
  display: block;
	float: none;
  margin: 0 auto;
}

.subscribe {
    clear: both;
    margin: 5px 0 20px 0;
	color: #fff;
	padding: 0 5px;
}
.home .subscribe {
	margin: 20px 0;
	padding: 0 10px;
}
.rssblock {
  clear: both;
  margin-bottom: 10px;
}
.rssblock a {
  display: block;
  height: 50px;
  color: #3c4d56;
  text-decoration: none;
  padding-left: 50px;
  background: url(../img/rss.gif) no-repeat 0 0;
  font-size: .916em;
}
.subscribe p {
  font-weight: bold;
    font-size: .916em;
    margin-bottom: .5em;
}
.subscribe input {
  border: 1px solid #F11C00;
  width: 173px;
  height: 20px;
  line-height: 20px;
  margin-bottom: .5em;
}
.home .subscribe input {
  width: 193px;	
}
.subscribe a.link-continue {
    color: #fff;
    font-weight: bold;
    background: url(../img/contarrowoo.gif) no-repeat 100% 0;
    margin-right: 5px;
	font-size: 1.1em;
}

.socialblock {
	float: left;
	clear: both;
	margin: 20px 0;
	padding: 0 10px;
}
.socialblock li.icon {
	float: left;
	display: inline;
	margin: 0 7px 7px 0;
}
.socialblock li.icon a {
	display: block;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 31px;
    background: url(../img/sprite.jpg) no-repeat -160px 0;
    text-indent: -999em;
}
.socialblock li.twitter a { background-position: -270px 0; }
.socialblock li.facebook a { background-position: -160px 0; }
.socialblock li.linkedin a { background-position: -233px 0; }
.socialblock li.email a { background-position: -90px -30px; }
.socialblock li.youtube a { background-position: 0 -160px; }
.socialblock li.rss a { background-position: -306px 0; }
.socialblock li.flickr a { background-position: -197px 0; }

#twitter {
	float: left;
}
#twitter .title {
	float: left;	
  height: 18px;
  line-height: 18px;
  font-size: 32px;
	font-weight: normal;
  font-family: 'VrindaNormal', Arial, Verdana, Sans-serif;
	text-transform: uppercase;
  margin: 4px 0 12px 4px;
	color: #33ccff;
	padding: 0 0 0 25px;
	background: url(../img/sprite.jpg) no-repeat -160px -40px;
}

#twitter .feed {
	float: left;
	font-size: .916em;
	color: #3c4d56;
	line-height: 1.2em;
}
#twitter a {
	color: #3c4d56;
}
#twitter li {
	margin: 0 10px 10px 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #3c4d56;
}

.newsitem-listing li {
  position: relative;
    clear: left;
    float: left;
    display: inline;
    width: 660px;
    padding: 0 0 20px 0;
    background: url(../img/eventlist-bg.png) 0 0 no-repeat;
}
.newsitem-listing li .thumbnail {
  float: left;
  display: inline;
}
.newsitem-listing li .text {
    float: left;
    display: inline;
    width: 440px;
    padding: 10px 10px 10px 50px;
  color: #3C4D56;
}
.newsitem-listing li h3 a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.em;
    color: #393939;
}
.newsitem-listing li .teaser {
  font-size: .916em;
}
.newsitem-listing li .date {
    display: block;
    color: #f11c00;
    font-weight: normal;
    font-size: .916em;
}
.events .newsitem-listing li a.link-continue {
  position: absolute;
  right: 20px;
  top: 77px;
}
.newsitem-listing li a.link-continue {
  color: #3d3d3d;
  background: url(../img/contarrow.gif) no-repeat 100% 0;
  margin: 0;
  font-weight: normal;
}

.home .newsitem-listing {
}
.home .newsitem-listing li {
  width: 219px;
  background: #f6f6f6;
  border: 1px solid #e54900;
  border-width: 1px 0;
  padding: 0 10px 5px 10px;
  margin-bottom: 10px;
}
.home .newsitem-listing li .text {
  width: 219px;
  padding: 0;
}
.home .newsitem-listing li h3 {
    height: 2.3em;
    overflow: hidden;
}
.home .newsitem-listing li h3 a {
    color: #7d7d7d;
    font-size: .916em;
}
.home .newsitem-listing li .date {
  text-align: right;
}

.newsitem-content,
.event-content {
  padding: 10px 25px 0 0;
}
.newsitem-content h1,
.event-content h1 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.newsitem-content .date,
.event-content .date {
  font-size: 1.167em;
    text-transform: uppercase;
    font-weight: bold;
    color: #f11c00;
}
.newsitem-content .location,
.event-content .location {
  display: block;
  font-weight: bold;
  color: #f11c00;
  margin-bottom: 2em;
}
.newsitem-sidebar,
.event-sidebar {
  padding: 10px 30px 10px 35px;
}
.newsitem-sidebar .return,
.event-sidebar .return {
  height: 16px;
}
.newsitem-sidebar .return a,
.event-sidebar .return a {
  position: absolute;
  display: block;
  padding: 0 0 0 25px;
    background: url(../img/backarrow.gif) no-repeat 0 50%;
    font-weight: bold;
    white-space: nowrap;
}
.newsitem-sidebar .block,
.event-sidebar .block {
  margin-bottom: 1em;
  font-size: .916em;
    color: #f11c00;
}
.event-sidebar .block h4 {
  color: #393939;
  margin: 0;
}

.home .event-listing .thumbnail,
.events ul .thumbnail,
.event-sidebar .thumbnail,
.newsitem-sidebar .thumbnail {
	width: 158px;
	height: 103px;
  padding: 0;
	border: 1px solid #f11c00;
}
.home .event-listing .thumbnail img,
.events ul .thumbnail img,
.event-sidebar .thumbnail img,
.newsitem-sidebar .thumbnail img {
	width: 158px;
	height: 103px;
}

.event-splash {
  font-size: .916em;
}
.event-splash a.link-continue {
  margin-right: 0;
}
.event-splash ul {
    float: left;
    display: inline;  
    border-top: 1px dashed #3c4d56;
    margin-bottom: 5px;
  
}
.event-splash li {
    float: left;
    display: inline;
    padding: 5px 0;
    width: 160px;
  border-bottom: 1px dashed #3c4d56;
}
.event-splash li h3 a {
  text-decoration: none;
  font-weight: bold;
  color: #393939;
}
.event-splash li .date {
    float: left;
    display: inline;
    clear: both;
    line-height: 1.3em;
    width: 160px;
}
.event-splash li .location {
    float: left;
    display: inline;
    clear: both;
    line-height: 1.3em;
    width: 160px;
    color: #F11C00;
}

.event-controls {
    width: 250px;
    margin: 0 auto;
    height: 25px;
    font-size: .916em;
}
.event-controls .month-fwd {
    float: left;
    display: inline;
    padding: 0 20px 0 0;
    height: 14px;
    line-height: 14px;
    background: url(../img/sprite.jpg) no-repeat 100% -260px;
}
.event-controls .month-rwd {
    float: left;
    display: inline;
    padding: 0 0 0 20px;
    height: 14px;
    line-height: 14px;
    margin-right: 2em;
    background: url(../img/sprite.jpg) no-repeat 0 -260px;
}
.event-listing {
    position: relative;  
    float: left;
    display: inline;
    width: 690px;
    z-index: 200;
}

.event-listing ul {
	float: left;
	display: inline;
    width: 690px;
	border-bottom: 1px solid #8c8c8c;
	margin-bottom: 10px;
}
.home .event-listing {
  width: 517px;
}
.home .event-listing ul {
	border-bottom: 0;
	margin-bottom: 0;
}
.event-listing ul li ul {
  float: left;
  display: inline;
  width: 510px;
  border: none;
  margin-bottom: 0;
  /* background: url(../img/events-bg.gif) repeat 0 0; */
}
.home .event-listing ul {
  float: left;
  display: inline;
  width: 510px;
  /* background: url(../img/events-bg.gif) repeat 0 0; */ 
}
.event-listing li {
  clear: left;
  float: left;
  display: inline;
  width: 660px;
  background: url(../img/eventlist-bg.png) 0 0 no-repeat;
}
.event-listing li .wrapper {
  position: relative;
  float: left;
  display: inline;
    width: 520px;
    padding: 12px 0 0 140px;
}
.event-listing li h2 {
  position: absolute;
    left: 5px;
    top: 5px;
    color: #ff3f00;
    text-transform: uppercase;
    font-size: 1.167em;
}
.home .event-listing li,
.event-listing li ul li {
  clear: none;
    float: left;
    display: inline;
	width: 158px;
	height: 229px;
    padding: 0;
    margin: 0 10px 10px 0;
    background: none;  
	border: 1px solid #f11c00;
}

.home .event-listing li .thumbnail,
.event-listing li ul li .thumbnail {
	width: 158px;
	height: 103px;	
	padding: 0;
	background: none;
	margin: 0 !important;
	border: 1px solid #f11c00;
	border-width: 0 0 1px 0;	
}
.event-listing .thumbnail img {
	width: 158px;
	height: 103px;
}
.home .event-listing li h3 a,
.event-listing li ul li h3 a {
  position: relative;
  display: block;
  height: 50px;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.167em;
  color: #7d7d7d;
}
.home .event-listing li .date,
.event-listing li ul li .date {
  display: block;
  color: #f11c00;
  font-weight: bold;
    font-size: .916em;
    line-height: 1.2em;
}
.home .event-listing li .location,
.event-listing li ul li .location {
  display: block;
  color: #395459;
    font-size: .916em;
    line-height: 1.2em;
}



.event-listing li h3,
.event-listing li .date,
.event-listing li .location {
	margin: 0 10px;
}
.event-listing li h3 a {
	font-size: 1em;
}
.event-listing li .location {
	font-size: .833em;
}
.event-listing li .genre {
	display: block;
	border-bottom: 1px solid #f11c00;
	margin-bottom: 5px;
}
.event-listing li .genre a {
	display: block;
	width: 148px;
	height: 23px;
	padding: 0 0 0 10px;
	background: url(../img/sprite.jpg) no-repeat 0 -350px;

  	font-family: 'VrindaNormal', Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	line-height: 23px;
	font-size: 1.2em;
}
.event-listing li .genre-9 a,	/* muziek */
.event-listing li .genre-1 a { /* concert */
	background-position: -160px -350px;	
}
.event-listing li .genre-10 a,
.event-listing li .genre-3 a { /*evenementen*/
	background-position: 0 -380px;	
}

.event-form {
  float: left;
  display: inline;
  margin-bottom: 1em;
    font-size: .916em;
    z-index: 200;
}
.ui-selectmenu-menu {
  z-index: 260;
}
.event-select .ui-selectmenu span.ui-selectmenu-status {
  font-weight: normal;
}
.event-select .ui-selectmenu span.ui-icon {
    padding: 0;
}
.event-select {
  float: left;
  display: inline;
  
  width: 220px;
}
.event-select span {
    display: block;
    font-weight: bold;
    line-height: 1.2em;
    padding: 3px;
}
.event-select select {
  padding: 3px;
    width: 200px;
}





.searchresults li {
  list-style: disc;
  width: 500px;
  margin: 0 0 1em 1.5em;
}
.searchresults li p {
  font-size: .916em;
}


h2.tab {
  height: 17px;
  line-height: 17px;
  font-size: 2.667em;
	font-weight: normal;
  font-family: 'VrindaNormal', Arial, Verdana, Sans-serif;
	text-transform: uppercase;
  margin: 4px 0 12px 4px;
}
#column-right h2.tab {
	color: #fff;
    margin-left: 5px;
}
.home #column-right h2.tab {
    margin-left: 10px;
}

.resultblock {
  margin-bottom: 20px;
}

a.link-continue {
    float: right;
    display: inline;
    padding: 0 20px 0 0;
    height: 14px;
    line-height: 14px;
  margin-right: 10px;
    background: url(../img/sprite.jpg) no-repeat 100% -260px;  
  font-weight: bold;
    font-size: .916em;  
}
.home #column-middle a.link-continue {
  margin-right: 16px;
}


.box-continue a {
    float: left;
    display: inline;
    padding: 0 20px 0 0;
    height: 14px;
    line-height: 14px;
    margin-right: 10px;
    background: url(../img/headerarrow.gif) no-repeat 100% 0;
    color: #fff;
    font-weight: bold;
    font-size: .916em;  
}

a.ticket-button {
    float: left;
    background: transparent url(../img/sprite.jpg) no-repeat 100% -220px;
    height: 32px;
    padding: 0 20px 0 0;
    margin: 0;
  width: 180px;
    text-decoration: none;
    text-align: center;
}

a.ticket-button span {
    display: block;
    background: transparent url(../img/sprite.jpg) no-repeat 0 -220px;
    height: 20px;
    line-height: 20px;
    padding: 6px 0 6px 10px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}
a.ticket-button:hover span {
}

.headertext {
    position: absolute;
    left: 30px;
    top: 50px;
    z-index: 410;
}
.headertext .news,
.headertext .agenda {
  display: block;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.667em;
    margin-bottom: .5em;
    width: 100px;
    height: 18px;
    text-indent: -999em;
}
.headertext .news {
  background: url(../img/h1nieuws.gif) no-repeat 0 0;
}
.headertext .agenda {
    background: url(../img/h1agenda.gif) no-repeat 0 0;
}
.headertext .date {
    display: block;  
  font-weight: bold;
  color: #F11C00;
  text-transform: uppercase;
  font-size: 1.167em;
}
.ticketbutton {
  position: absolute;
  right: 30px;
  top: 10px;
  z-index: 400;
}
.ticketbutton a {
  display: block;
  width: 156px;
  height: 156px;
  text-indent: -999em;
    background: transparent url(../img/ticketbtn.gif) no-repeat 0 0;
    z-index: 510;
}

#footer-wrapper {
  clear: both;
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  width: 990px;
}
#splash #footer-wrapper {
    width: 840px;  
}
#footer {
  float: left;
  display: inline;
  width: 990px;
  padding: 0 0 30px 0;
  margin: 0;
  background: url(../img/footer-bg.png) no-repeat 0 0;
}
#splash #footer {
    width: 840px;
    margin: -26px 0 0 0;
  background: none; 
}
#footer-address {
  float: left;
  display: inline;
  padding: 6px 0 0 14px;
}
#footer-address dl {
    font-size: .916em;
    line-height: 1.2em;
}
#footer-address dl dt {
  color: #fff;
  font-weight: bold;
}
#splash #footer-address dl dt {
    float: left;
    display: inline;
    border-right: 1px solid #ff8044;
    padding-right: .3em;
    margin-right: .3em;
}
#footer-address dl dd {
    float: left;
    display: inline;
    border-right: 1px solid #ff8044;
    padding-right: .3em;
    margin-right: .3em;
}
#footer-links li.last,
#footer-address dl dd.last {
  border: 0;
}
#footer-links li a,
#footer-address dl dd a {
  color: #fff;
  text-decoration: none;
}
#footer-links li a:hover,
#footer-address dl dd a:hover {
  text-decoration: underline;
}
#footer-links {
    float: right;
    display: inline;
    padding: 28px 7px 0 0;
}
#footer-links li {
    float: left;
    display: inline;
    border-right: 1px solid #393939;
    padding-right: .3em;
    margin-right: .3em;
    font-size: .916em;
    line-height: 1.2em;
}

#footer-text {
  margin-top: 30px;
  color: #3C4D56;
}
#footer-text p {
  margin: 0 0 .2em 0;
  font-size: 1.167em;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#footer-text p em {
  display: inline-block;
  font-style: normal;
    padding: 0 0 0 23px;
    background: url(../img/star.gif) no-repeat 0 2px;
}
#footer-text p a {
    color: #3C4D56;  
}
#footer-text a.libema {
  display: inline-block;
  width: 61px;
  height: 20px;
  background: url(../img/libema.gif) no-repeat 0 2px;
  text-indent: -999em;
}
#footer-text ul {
  font-size: .916em;
  text-align: center;
}
#footer-text li {
    display: inline;
    border-right: 1px solid #3C4D56;
    padding-right: .5em;
    margin-right: .3em;
    line-height: 1em;
    height: 1em;
}
#footer-text li.last {
    border: 0;
}





/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }






/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #F11C00 /*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #fff /*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {  background: #fff6f2/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(../img/ddtriangle.gif)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../img/ddtriangle.gif)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(../img/ddtriangle.gif)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: 0 0; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/



/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }





.ui-selectmenu { display: block; position:relative; height:2em; text-decoration: none; overflow:hidden; font-size: .916em;}
.ui-selectmenu-icon { position:absolute; right:0; margin-top:-10px; top: 50%; width: 17px; height: 21px;}
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; font-size: .916em; }
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted #fff; border-bottom: 1px dotted #fff; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

.ui-selectmenu-dropdown { width: 200px; border: 2px solid #f11c00; }

/* Aanmeldformulier */
.inputfield {
  border: #f11c00 solid 1px;
  width: 200px;
  height: 15px;
}
.inputfield_100 {
  border: #f11c00 solid 1px;
  width: 100px;
  height: 15px;
}
.signup_button {
  border: #f11c00 solid 1px;
  height: 20px;
  width: 150px;
  color: #f11c00;
  font-weight: bold;
  cursor: pointer;
}
.required {
  color: #F00;  
}
h6 {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  color:#999;
  font-weight: normal;
}

