
/* === BOEKING.css === */

div#wrapperboeking { 
	position:relative;
	background:#FFFFFF;
	margin: 0px auto 0px auto;
	width: 875px;
	height: 100%;
	padding: 0px; 
	min-height: 700px;
	top: 0px;
	padding: 0px 10px 0px 10px;
}

div.heading1 { padding-left: 10px; }

.photo {
	 margin: 1em;
	 position: relative;
	 width: 180px;
	 height: 130px;
	 float: left;
}

.photo img {
	 background: #ffffff;
	 border: solid 1px #ccc;
	 padding: 4px;
}

.photo span {
	 width: 20px;
	 height: 18px;
	 display: block;
	 position: absolute;
	 top: 10px;
	 left: 12px;
	 background: url('http://www.huureenzwartepiet.nl/-hezp_images/digg-style.gif') no-repeat;
}


div.overlay1 span {
	 width: 106px;
	 height: 31px;
	 display: block;
	 position: absolute;
	 top: 30px;
	 left: 10px;
	 background: url('http://www.huureenzwartepiet.nl/-hezp_images/pietfoto-overlay.png') no-repeat;
	 text-align:center;
}

hr {
	height: 1px;
	color: #970000;
	background: #970000;
	border: 1px;
}

#textoverlay {
	 color: #E4A600;
	 font-weight: bold;
	 margin-left: 0px;
	 margin-top: 7px;
	 letter-spacing: -1px;
}

img.pietenfoto {
	border: 1px solid #DDDDDD;
	margin-bottom: 1em;
}


/*Biografie*/

div#pietenbiografie {
	float: left; 
	width: 55%;
	background: #ffffff; 
	padding: 0px;
	font-family: 'Swanky and Moo Moo', cursive;
	font-size: 17px;
	text-align: justify; 
}

div#wrapperboeking h1 {
	font-family: 'Swanky and Moo Moo', cursive;
	font-size: 25px;
}

h3 {
	font-size: 22px;
}

span.biografie {
	color: #666;
	
}

img.profileimage {
	float:left; 
	margin: 0px 5px 5px 0px;
	border: 2px solid black;
}

p.aantal-pieten {
	line-height: 2em;
	width: 100%;
	padding-left: 25px;
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/icons/icon-piet.png') no-repeat;
}

p.tijdsduur {
	line-height: 2em;	
	width: 100%;
	padding-left: 25px;
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/icons/icon-klok.png') no-repeat;
}

p.sinterklaas {
	line-height: 2em;
	width: 100%;
	padding-left: 25px;	
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/icons/icon-mijter.png') no-repeat;
}

p.sinterklaasgrey {
	line-height: 2em;
	width: 100%;
	padding-left: 25px;	
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/icons/icon-mijter-grey.png') no-repeat;
}

p.prijsbezoek {
	line-height: 2em;
	width: 100%;
	padding-left: 25px;
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/icons/icon-geld.png') no-repeat;
}

p.reiskosten {
	line-height: 2em;
	width: 100%;
	padding-left: 25px;
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/icons/icon-auto.png') no-repeat;
}



/* Formulier */
div#boekingsformulier {
	float:right; 
	width: 40%;
	background: #FFFFFF;
	padding: 0px 10px 10px 10px;
	-webkit-box-shadow: #000 0 0 12px;
	-moz-box-shadow: #000 0 0 12px;
	min-height: 600px;
}


form#boekingsmoduleform {
	border: 1px solid #970000;
	padding: 1em;
}

form#boekingsmoduleform td {
	text-align: left;
	font-weight: bold;
}

form#boekingsmoduleform input.invulbox {
	border: 2px solid #febf06;
	width: 204px;
}

form#boekingsmoduleform input.date-pick {
	border: 2px solid #febf06;
	width: 100px;
}

form#boekingsmoduleform textarea {
	border: 2px solid #febf06;
	width: 200px;
	height: 4em;
}

form#boekingsmoduleform input#start-date {
	border: 2px solid #febf06;
	width: 100px;
}

form#boekingsmoduleform input#tijd {
	width: 50px;
}

input.buttonaanvraagversturen {
	height: 40px;
	width: 244px;
	border: 0px;
	background: transparent;
	background-image: url('http://www.huureenzwartepiet.nl/-hezp_images/button-aanvraagversturen.png');
}



/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
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://www.huureenzwartepiet.nl/-hezp_images/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 90px;
	float: left;
}

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

table.jCalendar td {
	background: #ccc;
	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;
}

/* === ALGENEEN2.css === */


html {
	background: #990000 url('http://www.huureenzwartepiet.nl/-hezp_images/huureenzwartepiet-html-2011-2000px.png') top center repeat-y;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	background: #990000 url('http://www.huureenzwartepiet.nl/-hezp_images/huureenzwartepiet.png') top center no-repeat;
	font: 12px verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	line-height: 1.5;
}

h1 {
	color: #93A869;
	color: #001662;
	color: #FEBF06; /*geel*/
	font-size: 160%;
	text-align: justify;
	text-shadow: #DEDEDE 1px 1px 1px;
	margin: 0px 0px 0px 0px;
}

h2 {
	color: #666666;
	font-size: 100%;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-shadow: #DEDEDE 1px 1px 1px;
}

h3 {
	color: #666666;
	color: #93A869;
	color: #970000;/*rood*/
	font-size: 100%;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	text-shadow: #DEDEDE 1px 1px 1px;
}

h4 {
	color: #205382;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	clear: both;
}

p {
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

ul, li {
	color: #666666;
	font-size: 100%;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

span.footer {
	color: #666666;
	font-size: 85%;
}

hr.menu-hr {
	color: #001662;
	background: #001662;
	height: 1px;
}

font.klein {
	font-size: 85%;
	color: #777777;
}

a:link, a:active, a:visited {
	color: #205382;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FEBF06;
	text-decoration: underline;
}

a.footerlink:link, a.footerlink:active, a.footerlink:visited {
	color: #205382;
}

a.footerlink:hover {
	color: #970000;
	text-decoration: underline;
}

img {
	border: none;
}

img.bottom {
	padding-top: 3px;
}

/************************************************
*	Menu				     	                * 
************************************************/

a.menulink:link, a.menulink:active, a.menulink:visited {
	color: #205382;
	height: 1em;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-bottom: 1px solid #001662;
}

a.menulink:hover {
	color: #8E9167;
	height: 1em;
	font-family: verdana;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	/*text-decoration: underline;*/
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 3px;
	border-bottom: 2px solid #febf06;
}

/************************************************
*	Zijkant				     	                * 
************************************************/

span.sidebarhead {
	color: #febf06; /*yellow */
	font-size: 140%;
	font-weight: bold;
	text-shadow: #DEDEDE 1px 1px 1px;
	line-height: 2em;
}

div#sidebar p{
	color: #001662; /*blue */
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

div#sidebar p.button a{
	height: 19px;
	width: 210px;
	background: #001662;
	color: #febf06;
	padding-top: 3px;
	padding-left: 5px;
	font-weight: bold;
	border:1px solid #febf06;
}

/*
	http://cooltext.com/Buttons?LogoID=496935741
	Gregs Other Hand
	color:001662 size:20
	button width: 240 Height: auto
	button color1: FEBF06
	rand / shadow 001662

*/

div#sidebar p.buttonzoeken {
	height: 40px;
	width: 244px;
	background-image: url('http://www.huureenzwartepiet.nl/-hezp_images/button-zoekboek.png');
}

div#sidebar p.buttonaanmelden {
	height: 40px;
	width: 244px;
	background-image: url('http://www.huureenzwartepiet.nl/-hezp_images/button-aanmelden.png');
}

div#sidebar ul {
	list-style-position: outside;
	list-style-image: url('http://www.huureenzwartepiet.nl/-hezp_images/pepernoot.png');
}

ul a.regiolink, a.regiolink:active,a.regiolink:visited {
	color: #001662;
	text-decoration: none;
}

ul a, a.regiolink:hover {
	color: #febf06;
}
div#sidebar ul li { 
	font-style: italic;
	padding-top: 3px;
}

p#buttonboeken {
	background-image: url('http://www.huureenzwartepiet.nl/-hezp_images/button-ik-wil-boeken.png');
}

p.buttonafsluiten {
	height: 40px;
	width: 244px;
	background-image: url('http://www.huureenzwartepiet.nl/-hezp_images/button-afsluiten.png');
}

.buttonvragen {
	height: 40px;
	width: 244px;
	border: 0px;
	background: transparent;
	background-image: url('http://www.huureenzwartepiet.nl/-hezp_images/button-vragen.png');
}

/* === SELECTION.css === */


select#quickselect {
    width: 200px;
	font-size: 10px;
	border: 2px solid #990000;
	background:transparent;
	position: relative;
	left: 15px;
	color: #000000;	
}

select#quickselect option {
	padding-left: 10px;
}

select#quickselect optgroupselect {
	font-weight: bold;
	font-size: 11px;
	color: #990000;
}

/* === LAYOUT2.css === */

div#wrapper {
    position: relative;
    width: 960px;
    height: 100%;
	margin: 0px auto 0px auto;
    text-align: center;
	background: transparent;
	padding-top: 118px;
}

img#header {
	display: block;
	z-index: 2;
}

img#menu{
	position: relative;
	clear: both;
	top: 0px;
	text-align: center;
	width: 954px;
	height: 16px;
	z-index: 2;
	border: none;
}

div#menu {
	z-index: 3;
	position: relative;
	clear: both;
	left: 0px;
	padding-top: 15px;
	text-align: left;
	text-align: center;
	width: 934px;
	padding-right: 10px;
	padding-left: 10px;
	background: transparent;
	height: 2em;
	/*height: 45px;
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/menu-background.png') 13px 3px no-repeat;*/
}

div#content {
	position: absolute;
	clear: both;
	left: 0px;
	text-align: left;
	padding-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	background: transparent;
	width: 700px;
}

div#inhoud {
	min-height: 600px;
}

div#sidebar {
	position: absolute;
	left: 706px;
	top: 160px;
	text-align: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	background: transparent;
	width: 210px;
	padding-bottom: 10px;
	/*border-bottom: 25px solid #FFFFFF;*/
}

div#footer {
	position: absolute;
	clear: both;
	width: 700px;
	left: 0px;
	text-align: center;
	color: black;
	height:50px;
	background: transparent no-repeat top 5px url('http://www.huureenzwartepiet.nl/-hezp_images/footer-background.png');
}

div#clear {
	position: absolute;
	clear: both;
	width: 650px;
}

img.cadeautjesidebar {
	float: left;
	padding: 0px 0px 5px 5px;
}

/* === LAYER-MAIN.css === */


.layer-container {
	width: 100%;
	height: 100%;
	/*height: 1200px;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/bg-layer.png');
	display: none;
	border: 3px solid #000000;
}

.layer-positioner {
	width: 99%;
	height: 100%;
	position: absolute;
	top: 120px;
	z-index: 2000;
	display: none;
}

.layer {
	position: relative;
	width: 901px;
	height: 1000px;
	background: #FFFFFF;
	margin: 0 auto 74px;
	/*padding: 32px 43px;*/
	padding: 10px 15px;	
}

.close-layer {
	position: absolute;
	right: -22px;
	top: -22px;
}

.close-layer a { /* ie6.css */
	width: 44px;
	height: 44px;
	display: block;
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/arrows.png') right -118px no-repeat;
}

.close-layer a:hover {
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/arrows.png') left -118px no-repeat;
}
