/* ---------------------------------------- MODULES  ----------------------------------------*/
/************ DIV.BLOCK *********/
div.block
{
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

/****** UL.BREACRUMB ******/
ul.breadcrumb
{
	float: left;
}

ul.breadcrumb  li
{
	float: left;
	font-size: 11px;
	color: #666666;
}

ul.breadcrumb  li a
{
	text-decoration: none;<br>

	color: #666666;
	background: url(../images/css/arrow-breadcrumb.png) no-repeat right center;
	padding: 0 15px 0 0;
	margin: 0 5px 0 0;
}

ul.breadcrumb  li a:hover,
ul.breadcrumb  li a:focus
{
	text-decoration: underline;
}

/****** END UL.BREACRUMB ******/

/****** UL.ACTIONS ******/
ul.actions
{
	float: right;
	padding: 0 20px 0 0;
}

input[type="button"].print,
input[type="button"].print
{
	width: 17px;
	height: 13px;
	border: none;
	background: url(../images/css/print-icon.png) no-repeat left center;
	cursor: pointer;
}
/****** END UL.ACTIONS ******/
/************ END DIV.BLOCK *********/

/************ IMG.IMG **************/
img.img
{
	float: left;
	margin: 0 25px 0 0;
}
/************ END IMG.IMG **************/

/************ DIV.EVENT-RIGHT  **************/
div.event-right
{
	width: 370px;
	float: left;
}
/****** DIV.SUBSCRIBE *****/
div.subscribe
{
	float: left;
	width: 100%;
}

div.subscribe img
{
	margin: 0 auto 35px auto;
	display: block;
}

div.subscribe a.btn
{
	width: 105px;
	padding: 0 0 0 35px;
	height: 68px;
	margin: 0 auto;
	display: block;
	background: url(../images/css/btn-inschrijven.png) no-repeat left center;
	text-decoration: none;
	color: #666666;
}


div.subscribe a.btn:focus
{
	border: 1px solid #ccc;
}

div.subscribe a.btn:active
{
	border: none;
}

div.subscribe a.btn strong
{
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

div.subscribe a.btn span
{
	float: left;
	width: 100%;
	margin: 2px 0;
}
/****** END DIV.SUBSCRIBE *****/
/************ END DIV.EVENT-RIGHT  **************/

/************ DIV.INTRO  **************/
div.intro div.txt
{
	width: 455px;
	float: left;
}

div.intro img
{
	float: right;
	margin-right: 20px;
}

form.inschrijven
{
	width: 100%;
	float: left;
}

form.inschrijven h2
{
	font-size: 12px;
	margin: 0 0 20px 0;
}

form.inschrijven div.left
{
	width: 400px;
	float: left;
}

form.inschrijven div.right
{
	width: 375px;
	float: left;
	padding-top: 5px;
}

form.inschrijven div.right h3 {
	margin-bottom: 0px;
	font-size: 12px;
}

/******* UL.FORM *****/
ul.form li
{
	float: left;
	width: 500px;
	margin: 5px 0 0 0;

}

ul.form li.birthdate
{
	width: 120%;
	margin: 10px 0 5px 0;
}

ul.form li.birthdate label
{
	padding-top: 5px;
}

ul.form li label
{
	float: left;
	width: 165px;
	color: #333;
}

ul.form li input[type="text"],
ul.form li input[type="email"],
ul.form li select
{
	width: 196px;
	padding: 2px;
	height: 16px;
	border: 1px solid #e2e2e2;
	color: #333;
}

ul.form li select{
	width: 202px;
	padding: 2px;
	height: 26px;
}

ul.form li textarea
{


	border: 1px solid #e2e2e2;
	color: #333;
	float: left;
	height: 180px;
	width: 480px;
}

ul.form li input[type="text"]:focus
{
	background: #e2e2e2
}

ul.form li.newsletter
{
	margin: 20px 0 0 0;
}

ul.form li.newsletter label
{
	width: 90%;
}

ul.form li input[type="checkbox"]
{
	float: left;
	margin: 5px 5px 0 0;
}

ul.form li p.radio-error
{
	background-color: #FFE5E5;
	border: 1px solid #FFB2B2;
	display: none;
	padding: 5px;
	clear: both;
	width: 160px;
}

ul.form li p.chkPrivacyError
{
	background-color: #FFE5E5;
	border: 1px solid #FFB2B2;
	display: none;
	padding: 5px;
	clear: both;
	width: 160px;
}

ul.form li.radio label
{
	width: auto;
	padding: 2px 5px 0 0;
}

ul.form li.radio label:first-child
{
	width: 165px;
	padding: 0px;
}

ul.form li input[type="radio"]
{
	float: left;
}

ul.form li a.btn,
ul.form li input[type="button"],
ul.form li input[type="submit"]
{
	width: 172px;
	padding: 7px 0 0 0;
	height: 24px;
	border: none;
	cursor: pointer;
	float: left;
	background: none;
	background: url(../images/css/bg-btn.png) no-repeat left top;
	margin-top: 30px;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

ul.form li input[type="button"]:hover
{
	background: url(../images/css/bg-btn-hover.png) no-repeat left top;
}

ul.form li a.btn
{
	width: auto;
	background: url(../images/css/bg-btn-x.png) repeat-x;
	border: 1px solid #bfbfbf;
	padding: 7px 10px 0 10px;
}


ul.form li input[type="submit"],
ul.form li input[type="button"]
{
	border: none;
	padding: none;
	height: 31px;
	vertical-align: middle;
	cursor: pointer;

	/* centering text on button */
	line-height: 18px; /* FF will ignore this but works for IE. This value should be same as value of the height property above */
	padding-bottom: 5px; /* IE will ignore but works for FF */

}

input::-moz-focus-inner /*Remove button padding in FF*/
{
	border: 0;
	padding: 0;
}


ul.form.deelnemer
{
	margin-bottom: 30px;
	float: left;
}


/******* END UL.FORM *****/
/************ END DIV.INTRO  **************/
div.item
{
	width: 785px;
}

div.google-maps
{
	float: left;
	width: 200px;
	height: 200px;
	bordr: 1px solid red;
}

div.form
{
	float: left;
	/*/width: 400px;*/
	margin-right: 20px;
}

div.form i
{
	float: left;
	margin-left: 275px;
}

div.form h2
{
	font-size: 12px;
	margin-bottom: 20px;
}

ul.form li label
{
	width: 190px;
	padding-right: 5px;
}

ul.form.small
{
	float: left;
	display: inline-block;
	/*border: 1px solid red;*/
	width: 330px;
	margin-bottom: 10px;
}

ul.form.small.sub
{
	display: none;
	width: 140px;

}

div.addsub
{
	display: inline-block;
	padding: 35px 10px;
}

div#addsub2
{
	display: none;
}

div.addsub a
{
	background: url(../images/css/circle_add_plus.png) no-repeat left center;
	padding: 5px 0 5px 30px;
	color: #333;
	text-decoration: none;
}

div.addsub a:hover
{
	text-decoration: underline;
	background: url(../images/css/circle_add_plus-hover.png) no-repeat left center;
}

ul.form.small select
{
	float: left;
	width: 75px;
}

ul.form li input.small,
ul.form li label.small
{

	display: inline-block;
	float: left;
	width: 70px;
}

ul.form li label span
{
	font-size: 0.9em;
}

ul.form li label.small {
	width: 80px;
	margin-left: 8px;
}

form h2
{
	padding-top: 30px;
	clear: both;
	display: block;
}

div.form form div.eigenaar
{

	clear: both;
	display: none;
	font-weight: bold;
	font-size: 13px;
}

div.form div.radiosection label
{
	margin: 5px 0;
}

div.form div.radiosection
{

	width: 303px;
	float: right;
}

div.form ul.form li div.radiosection  input[type="radio"]
{
	margin: 5px;
	clear: both;
}


div.building{
	display: none;
}
div.building.show{
	display: block;
}


div.form form div.eigenaar ul.form li label
{
	float: left;
	width: 165px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
}

ul#images
{
	list-style-type: none;
}
ul#images li
{
	list-style-type: none;
	display: inline-block;
	padding: 10px;
	width: 80px;
	height: 100px;
	float: left;

}

button#remove-images
{
	background: #555;
	cursor: pointer;
	padding: 7px 10px;
	border: 1px solid #ddd;

	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;

}

button#remove-images:hover
{
	background: #777;
}

ul.small li.form-error p
{
	display: none;
}

ul.small li.form-error input
{
	background: #FFE5E5;
	border: 1px solid #FFB2B2;
}
/************ UL.EVENTS **************/
ul.events li
{
	float: left;
	width: 100%;
	float: left;
	padding: 10px 0px;
	margin-top: 10px;
	border-top: 1px solid #f0f0f0;
}

ul.events li h2 span.title
{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

ul.events li:first-child
{
	margin-top: 0px;
	border: none;
	padding-top: 0px;
}

ul.events li h2 a
{
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

ul.events li img.event
{
	float: left;
	margin-right: 20px;
}

ul.events li div.event-right
{
	width: 600px;
	line-height: 18px;
}

ul.events li div.event-right.long
{
	width: 800px;
}

div.item p
{
	color: #000;
	line-height: 18px;
	font-size: 12px;
}

div.item h2
{
	margin: 20px 0 10px 0;
}

div.item ul,
div.item ol
{
	margin: 10px 0;
}

div.item li
{
	list-style-type: disc;
	margin-left: 20px;
	padding: 3px 0;
}

div.item ul.slider li
{
	list-style-type: none;
}
/* ---------------------------------------- END MODULES ----------------------------------------*/
span.note
{
	width: 100%;
	float: left;
	margin: 10px 0px;
	font-style: italic;
	color: #666;
}