html, body {
	/*background-image: url(img/bg.jpg);*/
	background-repeat: repeat;
	background-position: center bottom;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
    text-align: center;
	/*overflow: hidden;*/
}
hr {
	border-bottom-width: 1px;;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	height: 1px;
	display: block;
}
/*
div, textarea {
	scrollbar-3dlight-color: #FCFCFC;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #EEEEEE;
	scrollbar-darkshadow-color: #FCFCFC;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #FF0000;
}
*/
#Layer1 {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
}
#Layer2 {
	position:absolute;
	left:164px;
	bottom:0;
	width:100%;
	height:309px;
	z-index:1;
	background-color: #00FF00;
	top: 104px;
}
p, td {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	line-height: 16px;
}

.contentcontainer ul, .zoekresultaatcontainer ul, .contentcontainer ol, .zoekresultaatcontainer ol  {
	margin: 0;
	margin-top: 15px;
	padding: 0;
	width: auto;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	color: #424242;
	line-height: 16px;

}
.contentcontainer ul li, .zoekresultaatcontainer ul li {
	position: relative;
	list-style-image: url(img/bulletdot.gif);
	list-style-position: outside;
	margin-left: 22px;
	line-height: 16px;
}
.contentcontainer ol li, .zoekresultaatcontainer ol li {
	position: relative;
	list-style-position: outside;
	margin-left: 22px;
	line-height: 16px;
	list-style-type: decimal;
}
.contentcontainer ul li ol, .zoekresultaatcontainer ul li ol, .contentcontainer ul li ul, .zoekresultaatcontainer ul li ul, .contentcontainer ol li ol, .zoekresultaatcontainer ol li ol, .contentcontainer ol li ul, .zoekresultaatcontainer ol li ul  {
	margin: 0;
	margin-top: 0px;
	padding: 0;
	width: auto;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	color: #424242;
	line-height: 16px;
}
.contentcontainer ul li ol li, .zoekresultaatcontainer ul li ol li, .contentcontainer ol li ol li, .zoekresultaatcontainer ol li ol li  {
	position: relative;
	list-style-position: outside;
	margin-left: 22px;
	line-height: 16px;
	list-style-type: lower-alpha;
	list-style-image: none;
}
h1 {
	font-family: Tetria, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: -10px;
	line-height: 24px;
	padding-bottom: 0px;
	color: #00267f;
}
h2 {
	font-family: Tetria, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
/*	margin-bottom: -10px; */
	line-height: 18px;
	padding-bottom: 0px;
	color: #00267f;
	border-bottom: solid 1px;
	border-bottom-color: #00267f;
	border-bottom-width: 1px;
	margin-right: auto;
}
h3 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
/*	margin-bottom: -10px; */
	line-height: 11px;
	padding-bottom: 0px;
	color: #b6161d;
}
a:link    { color: #ff9900; text-decoration: underline; }
a:visited { color: #ff9900; text-decoration: underline; }
a:active  { color: #ff9900; text-decoration: underline; }
a:hover   { color: #00267f; text-decoration: none; }

.maincontainer {
	width: 939px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.topcontainer {
	width: 939px;
	height: 208px;
	background-image: url(img/menuBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

/* MENU STIJLEN **************************************/
.menucontainer {
	width: 697px;
	height: 208px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.menuholder {
	width: 532px;
	height: 23px;
/*	overflow: hidden; */
	margin-left: 163px;
	margin-right: auto;
	margin-top: 104px;
/*	background-color: #FF0000;    */
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	visibility: hidden;
}

/* =============== navigatie ELEMENTEN */

.menubox a:link { color: #ffffff; text-decoration: none;}
.menubox a:active { color: #ffffff; text-decoration: none;}
.menubox a:visited { color: #ffffff; text-decoration: none;}
.menubox a:hover { color: #ff9900; text-decoration: none;}

.menubox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: auto; /* Width of Menu Items */
	font-family: Trebuchet, "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	}

.menubox ul li {
	position: relative;
	float: left;
	}

.menubox li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 20px;
	display: none;
	}

/* Styles for Menu Items */
.menubox ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 4px; /* IE6 Bug */
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 4px;
}



.menubox ul li a:hover {
	background-color: #FFFFFF; color: #ff9900;  text-decoration: none;
}
.menubox li ul li a {
	padding-right: 5px; padding-left: 5px; padding-bottom: 2px; padding-top: 2px;  text-decoration: none;
}
.menubox li:hover ul {
	display: block
}
.menubox li.over ul {
	display: block
}


/* Fix IE. Hide from IE Mac \*/
.menubox * html ul li { float: left; height: 1%; }
.menubox * html ul li a { height: 1%;  text-decoration: none;}
/* End */

.menubox li:hover ul { display: block; } /*  The magic */

.menubox .hmenu {
	border-bottom: 0px;
	border-top: 0px;
	border-right: 1px solid #00267f;
	border-left: 0px;
}
.menubox .submenu {
	width: 100px;
	background-color: #00267f;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-top: -1px;
	text-transform: none;
	float: none;
}
/* Fix IE. Hide from IE Mac \*/
* html .menubox .submenu { margin-top: -5px; }
/* End */

.menubox .active {
	color: #ff9900;
	border-bottom: 0px;
	border-top: 0px;
	border-right: 1px solid #00267f;
	border-left: 0px;
}
.menubox .active a:link { color: #ff9900; text-decoration: none; }
.menubox .active a:active { color: #ff9900; text-decoration: none; }
.menubox .active a:visited { color: #ff9900; text-decoration: none; }
.menubox .active a:hover { color: #00267f; text-decoration: none; }



/* =============== EINDE navigatie ELEMENTEN */


.klikpadholder {
	width: 532px;
	height: 23px;
	margin-left: 163px;
	margin-right: auto;
	margin-top: 28px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #828282;
	text-align: left;
}
.klikpadholder a:link { color: #828282; text-decoration: none; }
.klikpadholder a:active { color: #828282; text-decoration: none; }
.klikpadholder a:visited { color: #828282; text-decoration: none; }
.klikpadholder a:hover { color: #00267f; text-decoration: none; }

.klikpadholder .active a:link { color: #ff9900; text-decoration: none; }
.klikpadholder .active a:active { color: #ff9900; text-decoration: none; }
.klikpadholder .active a:visited { color: #ff9900; text-decoration: none; }
.klikpadholder .active a:hover { color: #00267f; text-decoration: none; }




.rightimagecontainer {
	width: 239px;
	height: 208px;
	margin-left: auto;
	margin-right: auto;
	float: left;
/*	background-image: url(img/toprightBG.jpg);*/
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rightimagecontainer img {
	border: 0px;
}
.middlecontainer {
	width: 939px;
/*	height: 600px; */
	margin-left: auto;
	margin-right: auto;
}
.middleleftcontainer {
	width: 718px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.contentcontainer, .zoekresultaatcontainer {
	width: 540px;
	margin-left: 163px;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
}
.contentblockintro {
	width: 370px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.contentblocknieuws {
	width: 170px;
	margin-left: 0px;
	margin-right: 10px;;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}
.contentblocknieuws h3 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: -10px;
	line-height: 11px;
	padding-bottom: 0px;
	color: #b6161d;
}
.contentblockbanner {
	width: 80px;
	margin-left: 0px;
	margin-right: 10px;;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}
.contentblockbanner img {
	border: 0px;
}

/* SIDEBAR STYLES ******************************************/

.sidebarcontainer {
	width: 221px;
	height: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
.searchcontainer, .logincontainer {
	width: 181px;
	margin-left: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	visibility: hidden;
}


/* dynamische HELP stijlen */
#searchHelp, .dynHelp {
	width: 200px;
	padding: 5px;
	background-color: #5eb6e4;
	border: 1px solid #000000;
	visibility: hidden;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 99;
}
.dynHelp .closebar {
	height: 11px;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}
.dynHelp .closebar a {
	border: 0;
	float: right;
}
.dynHelp p {
	margin-top: 0;
}
.searchcontainerTop, .logincontainerTop {
	width: 181px;
	background-image: url(img/pallet_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	height: 24px;
    text-align: left;
	overflow: hidden;
}
.searchcontainerMiddle, .logincontainerMiddle {
	width: 181px;
	background-image: url(img/pallet_border.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 5px;
	margin: 0px;
    text-align: left;
	overflow: hidden;
}
.searchcontainerBottom, .logincontainerBottom {
	width: 181px;
	background-image: url(img/pallet_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	height: 5px;
    text-align: left;
	overflow: hidden;
}

.bannercontainer {
	width: 181px;
	height: 100px;
	background-color: #DDDDDD;
	margin-left: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
}
.sidebarTopText {
	margin-top: 5px;
	margin-left: 12px;
	margin-right: 10px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.sidebarHeading {
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00267f;
	text-transform: uppercase;
}
.sidebarText {
	margin-left: 12px;
	margin-right: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.sidebarText p {
	margin-bottom: 0px;
}

/* BOTTOM STYLES ******************************************/

.bottomcontainer {
	width: 939px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}
.bottommenucontainer {
	width: 540px;
	margin-left: 163px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	visibility: hidden;
}
.bottommenuText {
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #8b9994;
}

.bottommenuText a:link    { color: #424242; text-decoration: none; }
.bottommenuText a:visited { color: #424242; text-decoration: none; }
.bottommenuText a:active  { color: #424242; text-decoration: none; }
.bottommenuText a:hover   { color: #00267f; text-decoration: underline; }









/* FORM STYLES ***************************************** */

form, fieldset {
	margin: 0;
	padding: 0;
}

fieldset { border: none; }
form legend {
	padding: 0 2px;
	font-weight: bold;
	margin: 0 -7px; /* IE Win */
}
legend {
	padding: 0;
	color: #000;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}

select { padding: 0; }


.secondp { /* style used for second paragraph in sidebar containers */
	margin-top: 10px;
}

form fieldset fieldset {
	background: none;
	border: none;
	margin: 3px 0 0;
}
form fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form fieldset li {
	list-style: none;
	margin: 0;
}
form fieldset fieldset legend {
	padding: 0 0 0px;
	font-weight: normal;
}

form fieldset fieldset label {
	display: block;
	width: auto;
}

.input, .textarea {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	vertical-align: middle;
	width: 180px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-top: 0px;
	text-align: left;
	background-color: #FCFCFC;
	border: 1px solid #00267f;
}
.select {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	vertical-align: middle;
	width: 184px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	text-align: left;
	background-color: #FCFCFC;
	border: 1px solid #00267f;
}
label {
	display: block;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
/*	line-height: 16px; */
	width: 150px;
	margin-left: 0px;
	margin-right: 10px;;
	text-align: left;
	float: left;
}
form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}


.radiolabel {
	list-style-type: none;
	margin-left: 150px;
	width: 204px;
	float: none;
	text-align: left;
}
.radiolabel input {
	margin-left: 0px;
	float: left;
}
.radiolabel label {
	margin-left: 0px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 10px;;
	float: left;
}


ol.formitems li, ul.formitems li{
	list-style-type: none;
	margin-left: 0px;
}















.snelmenuform, .snelzoekform, .quickloginform, .bestelnuform {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	padding-bottom: 0px;
}
.snelmenudropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	vertical-align: middle;
	width: 155px;
	background-color: #FCFCFC;
	border: 1px solid #00267f;
}
.snelzoeken {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	width: 85px;
	float: left;
	margin-top: 1px;
	margin-bottom: 3px;
	background-color: #FCFCFC;
	border: 1px solid #00267f;
}
.helpbutton {
	vertical-align: middle;
	border: 0;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 3px;
	position: relative;
}

.login, .password {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	vertical-align: middle;
	width: 155px;
	background-color: #FCFCFC;
	border: 1px solid #00267f;
}
.password {
	margin-bottom: 3px;
}

input.button, .button {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #00267f;
	text-align: center;
	border: 1px solid #00267f;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 18px;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	position:relative;
}

#quickloginform .button {
	margin-left: 0px;
}

div.button { width: 76px; height: 16px; }
div.button a { padding: 0; margin: 0; }
div.button a:link { color: #fff; text-decoration: none; }
div.button a:visited { color: #fff; text-decoration: none; }
div.button a:active { color: #fff; text-decoration: none; }
div.button a:hover { color: #fff; text-decoration: none; }

.subtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #888888;
/*	line-height: 14px; */
}
.radio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	border: none;
}
.smalltext {
	float: left;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #828282;
	text-align: left;
}

.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	width: 200px;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
}
.formzip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	width: 75px;
	background-color: #FCFCFC;
	border: 1px solid #CCCCCC;
}




.zoekresultaatheadercontainer {
	width: 540px;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
}


.zoekresultaatmessage {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	width: 390px;
	float: left;
	margin-right: 10px;
}
hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-color: #FF9900;
}

.zoekresultaatnav {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	width: 130px;
	position: relative;
}
.eventdetailcontainer, .registrerenverplichtcontainer {
	width: 540px;
	margin-right: auto;
	text-align: left;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.eventdetailnav {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #00267f;
	display: block;
}
.detaillabel {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #424242;
	display: block;
	width: 100px;
	float: left;
}
.detailitem {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
	display: block;
}
.registrerenoptioneelcontainer {
	width: 540px;
	margin-right: auto;
	text-align: left;
	padding-bottom: 3px;
}
.sep {
	color: #b6161d;
	font-weight: bold;
}
.eventtypeoverviewBox {
	width: 260px;
	margin-left: 0px;
	margin-right: 10px;;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}
.eventtypeoverviewTop {
	width: 260px;
	background-image: url(img/eventsoverview_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	height: 24px;
    text-align: left;
	overflow: hidden;
}
.eventtypeoverviewMiddle {
	width: 260px;
	background-image: url(img/eventsoverview_border.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 5px;
	margin: 0px;
    text-align: left;
	overflow: hidden;
}
.eventtypeoverviewBottom {
	width: 260px;
	background-image: url(img/eventsoverview_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	height: 5px;
    text-align: left;
	overflow: hidden;
}
.eventtypeoverviewTopText {
	margin-top: 5px;
	margin-left: 16px;
	margin-right: 10px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
ul.eventtypeoverviewlist {}
ul.eventtypeoverviewlist li {
	list-style-position: outside;
	list-style-image: url(img/bullet.gif);
}
ul.eventtypeoverviewlist li.leesmeer {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
ul.eventtypeoverviewlist li.leesmeer a {
	color: #b6161d;
}
.eventdetailleft {
	width: 170px;
	margin-left: 0px;
	margin-right: 10px;;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}
.eventdetailright {
	width: 358px;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: left;
	float: left;
	min-height: 350px;
}
.eventdetailright p {

}
h1.eventnaam {
	margin-bottom: 0px;
}
.eventdetailsimage {
	margin-bottom: 10px;
}
.eventdetailsimage img {
	width: 170px;
	height: 205px;
}
.eventdetailbestelcontainer {
	margin: 0px;
	padding: 0px;
	margin-bottom: 85px;
}
.eventdetailbestelTop {
	width: 170px;
	background-image: url(img/palletleft_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	height: 24px;
    text-align: left;
	overflow: hidden;
}
.eventdetailbestelMiddle {
	width: 170px;
	background-image: url(img/palletleft_border.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 5px;
	margin: 0px;
    text-align: left;
	overflow: hidden;
}
.eventdetailbestelBottom {
	width: 170px;
	background-image: url(img/palletleft_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	height: 5px;
    text-align: left;
	overflow: hidden;
}
select.bestelnudropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #424242;
	vertical-align: middle;
	width: 100px;
	background-color: #FCFCFC;
	border: 1px solid #00267f;
	margin-bottom: 1px;
	float: left;
}
.snelmenuform label {
	display: block;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
/*	line-height: 16px; */
	width: 40px;
	margin-left: 0px;
	margin-right: 10px;;
	text-align: left;
	float: left;
}
.eventdetailbanner {
	width: 80px;
	margin-left: 0px;
	margin-right: 10px;;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}
.eventdetailbannerLast {
	width: 80px;
	margin-left: 0px;
	margin-right: 0px;;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}
.eventleft {
	width: 440px;
	float: left;
}
.eventright {
	width: 90px;
	float: left;
}
.bestelbutton {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #f49f20;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding-right: 6px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 0px;
	height: 18px;
	margin-top: 20px;
	margin-bottom: 3px;
	margin-left: 3px;
	position:relative;
	float: right;
	height: 21px;
}
.bestelbutton a:link { color: #ffffff; text-decoration: none;}
.bestelbutton a:active { color: #ffffff; text-decoration: none;}
.bestelbutton a:visited { color: #ffffff; text-decoration: none;}
.bestelbutton a:hover { color: #ffffff; text-decoration: none;}

.error, .feedbackPanelERROR {
	color: red;
}



/* FORMFIX */
/* to limit javascript for cmxform forms, use this fix instead */
/* zodan, 19 oktober 2006 */

.beepformtable {
	width: 460px;
	float: none;
	display: block;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #424242;
}
.beepformleft, label.beepformleft {
	width: 150px;
	vertical-align: top;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	float: left;
}
.beepformmiddle {
	width: 300px;
	vertical-align: top;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
.beepformright {
	vertical-align: top;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	float: left;
}
div.clearer {clear: left; line-height: 0; height: 0;}

