* {
	padding: 0;
	margin: 0;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	background-color: #d3d820;
}
img {
border: 0;
}
.clear {
clear: both;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}

h1 {
	color:#e30e45;
	font-size: 27px;
	margin-bottom: 10px;
}
h2 {
	font-size: 11px;
font-weight: bold;
}
td {
vertical-align: top;
}

th {
text-align: left;
}
.mainWrapper {
	width: 990px;
	margin: -0px auto -1px auto;
	background-image: url(/images/site/bg_mainwrapper.png);
	background-color:#d3d820;
}

.leftMiddleWrapper {
	width: 693px;
}

.rightColumn {
	margin-top: 53px;
	width: 297px;
	float:right;
}

.nieuwsBlok {
	padding-left: 12px;
	padding-bottom: 20px;
	line-height: 18px;
}

.nieuwsBlok a {
	color: #000;
	text-decoration: underline;
}
.nieuwsBlok a:visited {
	color: #000;
	text-decoration: underline;
}
.nieuwsBlok a:hover {
	color: #FFF;
	text-decoration: none;
}
.nieuwsBlok a:active {
	color: #FFF;
	text-decoration: none;
}

.sidePics {
	margin-bottom: -18px;
}
.sidePics img, .sidePics object, .sidePics embed {
	margin-bottom: 14px;
}

.ccHeader {
	background-image: url(/images/site/cc_header.png);
	background-repeat:no-repeat;
	margin-left: 156px;
	margin-top: 0px;
	position:relative;
	width: 478px;
	height: 188px;
}

.menuColumn {
	margin-left: 75px;
	margin-top: -56px;
	position:relative;
	width: 174px;
}

#menu ul {
    margin: 0px 0px 0px 0px;
}

#contactInfo li {
    list-style:none outside none;
	font-size: 13px;
	font-weight:bold;
	line-height: 18px;
}
#contactInfo li a {
	font-size: 13px;
	font-weight:bold;
	line-height: 18px;
    color: #000;
    text-decoration:none;
}
#contactInfo li a:hover {
    color: #FFF;
    text-decoration:underline;
}

.menu {
	position:relative;
}

#menu ul {
	width:140px;
    margin: 0px 0px 0px 0px;
    padding-top: 60px;
}

#menu li {
        list-style:none outside none;
        padding-right: 40px;
        padding-left: 0px;
		padding-bottom: 12px;
}

#menu li a {
        font-size:20px;
        color: #fff;
        text-decoration:none;
}
#menu li a:hover {
        font-size:20px;
        color: #000;
        text-decoration:none;
}
#menu li a.selected {
        font-size:20px;
        color: #000;
        text-decoration:none;
}

.contentColumn {
	position:relative;
	float:right;
	width: 390px;
	margin-right:58px; 
	margin-top: 20px;
padding: 0px 0px 30px 0px;
}
.contentColumn li {
list-style:none outside none;
}
.contentColumn dt {
font-weight: bold;
color: #666;
}
.contentColumn dd {
margin: 0 0 10px 0 ;

}
.contentColumn h3 {
margin: 10px 0 0 0 ;
}
.pictureBar {
	height: 125px;
}
#openingstijden h2 {
text-indent: -2000em;
	background-image: url(/images/site/hdr_openingstijden.png);
	background-repeat:no-repeat;
height: 25px;
margin: 20px 0 10px 0;
}

#freeform label {
width: 180px;
float: left;
clear: left;
height: 20px;
margin: 5px;
}
#freeform input.wide {
width: 250px;
float: left;
height: 20px;
margin: 5px;
}
#freeform textarea {
width: 200px;
float: left;
margin: 5px;
}
.checkbox {
float: left;
border: 1px solid #278801;
margin: 5px;
}
#freeform label.error {
color: #9f0735;
width: 200px;
float: left;
height: 20px;
margin: 5px;
margin-left: 220px;
clear: both;
}
#freeform td label.error {
color: #9f0735;
height: 20px;
margin: 5px;
clear: both;
}
#freeform input.error {
border: 1px solid #9f0735;
background-color: #f1f1f1;
}


table.jCalendar {
	border: 1px solid #278801;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #278801;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #fff;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}
input.dp-applied {
	width: 140px;
	float: left;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(http://speeltuinsloten.nl/themes/cp_global_images/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

#calendar-me {
	margin: 20px;
}
div.time-picker {
  position: absolute;
  height: 200px;
  width:6em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  padding: 1px;
  cursor: pointer;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


ol.forms label {
font-weight: bold;
color: #666;
clear: both;
width: 390px;
float: left;
}
ol.forms .prijs {
float: left;
width: 40px;
}
ol.forms .total {
float: left;
width: 60px;
}
ol.forms .description {
float: left;
width: 240px;
margin: 0px 5px 0px 0px;
}
ol.forms input.amount {
float: left;
width: 30px;
}
ol.forms li {
display: inline-block;
float: left;
width: 390px;
clear: both;
}
