.clear{
	clear:both;
}
.displaynone{
	display: none;
}
.pointer{
	cursor: pointer;
}
/*
html{
	overflow-y: auto;
}
*/
.error{
	color:red;
}
.small{
	font-size: 11px;
	font-weight: normal;
}
a{
	outline: none;
}
body{
	text-align: center;
	background-image: url(../img/choco-back.gif);
	background-repeat: repeat-x;
	background-color: #354787;
}
#wrap{
	width: 976px;
	margin: 20px auto;
	text-align: left;
}
#card{
	width: 256px;
	height: 210px;
	background-image: url(../img/card-last-minute-reserver.png);
	position: absolute;
	z-index: 1px;
	top: 45px;
	margin-left: 778px;
}
#card a{
	display: block;
	width: 200px;
	height: 120px;
	margin-top: 50px;
}
#topbar{
	height: 48px;
	background-color: #986A39;
	background-image: url(../img/choco-menu-top.jpg);
}
#imagebar{
	height: 220px;
	background-color: #666;
}
#logo{
	text-align: center;
	position: absolute;
	z-index: 5;
}
#logo a{
	display: block;
	width: 294px;
	height: 220px;
	margin-left: 346px;
	background-image: url(../img/chocoladeworkshops-de-lelie.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#imagebar .imageholder{
}
#quotebar{
	background-color: #fff;
	background-image: url(../img/quotebar-shade.gif);
	background-repeat: repeat-x;
}
#quotebar h2{
	padding: 10px 20px 10px 20px; 
}

#afdrukken{
	text-align: right;
	background-color: #f2f2f2;	
}
#afdrukken a{
	color: #343A88;
	cursor: pointer;
	text-decoration: none;	
}
#contentarea{
	background-color: #f2f2f2;
	background-image: url(../img/content-shade.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	min-height: 250px;
}
#gallerybar{
	height: 80px;
	padding: 16px;
	background-image: url(../img/gallerybar-back.gif);
}
#botbar{
	height: 93px;
	background-color: #412C19;
	background-image: url(../img/choco-bar-bot.jpg);	
}
#disclaimer a,
#disclaimer{
	padding-top: 54px;
	text-align: center;
	color: #fff;
	font-size: 11px;
}
/* Mainmenu */
#mainmenu ul{
	list-style-type: none;
	margin: 0 0 0 20px;;
	padding: 0;
}
#mainmenu ul li{
	float: left;
	margin-top: 13px;
	margin-right: 15px;
}
#mainmenu ul li a{
	font-size: 13px;
/*	color: #E4BC96; */
/*	color: #B2B291; */
/*	color: #D29456; */
	color: #CD9053;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.12em;
}
#mainmenu ul li a:hover{
	color: #ccc;
}
#mainmenu ul li a.selected{
	color: #fff;
}
/* contentarea */
#contentarea{
	padding: 16px;
}
#contentarea .textcol{
	float: left;
	width: 304px;
}
#contentarea .textcol1{
	width: 304px;
}
#contentarea .textcol2{
	width: 304px;
}
#contentarea .textcol3{
	width: 464px;
}
.textholder{
	margin: 0 0 15px 0;
}
.textholder p{
	margin-bottom: 8px;
}
#contentarea .horspacer{
	float: left;
	width: 16px;
	height: 16px;
}
#contentarea .verspacer{
	height: 16px;
}
#contentarea .listcol{
	float: left;
	width: 304px;
}

#contentarea .listrow .listitem{
	float: left;
}
#contentarea .listrow .fakelistitem,
#contentarea .listcol .listitem,
#contentarea .listrow .listitem{
	width: 304px;
	height: 116px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	background-repeat: no-repeat;
}
#contentarea .fakelistitem{
	float: left;
	background-color: red;
	width: 304px;
	height: 116px;
}
#contentarea .listcol .listitem_hover,
#contentarea .listrow .listitem_hover{
	cursor: pointer;
}
#contentarea .listcol .listitem .link,
#contentarea .listrow .listitem .link{
	margin-top: 96px;
	height: 20px;
	background-image: url(../img/bottombar-arrow.png);
}
#contentarea .listcol .listitem .link a,
#contentarea .listrow .listitem .link a{
	margin: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
}
#contentarea .listcol .listitem_hover .link,
#contentarea .listrow .listitem_hover .link{
	background-image: url(../img/bottombar-arrow-hover.png);
}
#contentarea .listcol .thema_rood .link,
#contentarea .listrow .thema_rood .link{
	background-image: url(../img/bottombar-arrow-rood.png);
}
#contentarea .listcol .thema_blauw .link,
#contentarea .listrow .thema_blauw .link{
	background-image: url(../img/bottombar-arrow-blauw.png);
}
#contentarea .listcol .thema_geel .link,
#contentarea .listrow .thema_geel .link{
	background-image: url(../img/bottombar-arrow-geel.png);
}
#contentarea .listcol .thema_groen .link,
#contentarea .listrow .thema_groen .link{
	background-image: url(../img/bottombar-arrow-groen.png);
}
#contentarea .listcol .thema_paars .link,
#contentarea .listrow .thema_paars .link{
	background-image: url(../img/bottombar-arrow-paars.png);
}

.listsection h1{
	margin-bottom: 3px;
}

/* gallerybar */
#gallerybar{
	padding: 16px;
}
#gallerybar .itemholder{
	float: left;
	width: 800px;
	height: 80px;
}
#gallerybar .itemholder .horspacer{
	float: left;
	width: 16px;
	height: 16px;
}
#gallerybar .itemholder .item{
	float: left;
	width: 144px;
	height: 80px;
	background-color: #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#gallerybar .address{
	font-size: 12px;
	float: left;
	text-align: right;
	width: 144px;
	line-height: 16px;
	color: #E4BC96;
}
#gallerybar .address .title{
	font-size: 12px;
	line-height: 16px;	
	font-weight: bold;
	color: #fff;
}

.details{
	margin: 10px 0 5px 0;
}
.details .row{
	border-bottom: 1px dotted #000;
	padding: 3px 0 3px 5px;
}

.frm .even,
.details .even{
	/* background-color: #fff; */
}
.frm .odd,
.details .odd{
	background-color: #e0e0e0;
}
.details .firstrow{
	border-top: 1px dotted #000;
}
.details .row .key{
	width: 180px;
	float: left;
	
}
.details .row .value{
	width: 265px;
	float: left;
	font-weight: bold;
}
.navigation .button{
	width: 110px;
	height: 20px;
	background-image: url(../img/button-arrow-light.png);
	float: right;
	margin-left: 5px;
}
.navigation {
	margin-top: 5px;
}
.navigation .button_dark{
	width: 99px;
	background-image: url(../img/button-arrow-dark.png);
}
.navigation .button_light{
	background-image: url(../img/button-arrow-light.png);
}
.navigation .button a{
	color: #fff;
	padding: 0 0 0 10px;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
}
.navigation .back{
	float: left;
	width:117px;
	height: 20px;
	background-image: url(../img/button-back-grey.png);
}
.navigation .back a{
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 25px;
	line-height: 20px;
	font-size: 12px;
}

#slideshow{
	height: 315px;
}
#slideshow .item{
	width: 464px;
	height: 340px;
	background-repeat: no-repeat;
}
#slideshow .item .title{
	margin-top: 320px;
	color: #000;
	font-style: italic;
}
.frm{
	border-top: 1px dotted #000;
}
.frm .row{
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #000;
}
.frm .row .info{
	padding: 0 5px 0 5px;
	color: #333;
}
.frm .row .key{
	float: left;
	width: 164px;
}
.frm .row .key label{
	display: block;
	margin: 0 0 3px 8px;
	font-weight: bold;
}
.frm .row .value{
	float: left;
	width: 300px;
}
.frm .info{
	padding: 0 5px 0 5px;
}
.formtext,
.frm_text{
	width: 290px;
	height: 20px;
	border: 1px solid #ccc;
	line-height: 20px;
}
.formtextarea{
	width: 290px;
	height: 200px;
	border: 1px solid #ccc;
}
.frm_select{
	width: 290px;
}
.frm_radio{
	margin-right: 2px;
}
.radio_lbl{
	margin-right: 5px;
}
.frm_textarea{
	width: 290px;
	height: 160px;
}
#submitbutton{
	float: right;
	width: 155px;
	height: 20px;
	background-image: url(../img/button-dark-submit.png);
}
#submitbutton span,
#submitbutton a{
	color: #fff;
	text-align: right;
	margin: 0 0 0 10px;
	text-decoration: none;
	font-size: 12px;
}
#slideshow .item{
	position: absolute;
}
.voorwaarden{
	padding-left: 5px;
}
.checkbox_lbl{
	margin-left: 2px;
}
#leesvoorwaarden{
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
#voorwaardenpopup{
	text-align: left;
}
#errormessage{
	display: none;
	margin-top: 5px;
	border: 1px solid red;
	padding: 5px; 
	color: red;
	text-align: center;
}
.info{
	padding: 0 3px 0 3px 0;
}
.info p{
	font-size: 11px;
}
#extra_infobar{
	color: #75522A;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right;
}
#arrangement_logo{
	float: right;
}
.frm .submitbutton{
	float: right;
	width: 155px;
	height: 20px;
	background-image: url(../img/button-dark-submit.png);
}
.submitbutton span{
	color: #fff;
	text-align: right;
	margin: 0 0 0 10px;
	text-decoration: none;
	font-size: 12px;
}
.imagegrid .horspace{
	float: left;
	width: 8px;
	height: 8px;
}
.imagegrid .verspace{
	width: 8px;
	height: 8px;
}
.imagegrid .item{
	float: left;
	width: 224px;
	height: 170px;
	background-repeat:no-repeat;
}
.imagegrid .item .title{
	margin-top: 155px;
	font-size: 11px;
}
.imagegrid .itemlarge{
	float: left;
	width: 448px;
	height: 325px;
	background-repeat:no-repeat;
}
.afbeeldingen .imagegrid .horspace{
	width: 16px;
}
.readmore{
	text-align: right;
}
.readmore a{
	color: #3E2C18;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.readmore a:hover{
	text-decoration:underline;
}