body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:80%;
	line-height:2em;
	color:#666;
}
p {
	line-height:2em;
	margin: 0 0 1em 0;
}
ul, ol {
	margin:1em 0;
}
ol {
	list-style:inside decimal;
}
ul li {
	list-style:inside disc;
}
a, a:link {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #313131;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	line-height: 1.2em;
}
h1 {
	font-size: 1.6em;
	padding-bottom: 15px;
}
h2, .componentheading {
	font-size: 1.4em;
	padding-bottom: 15px;
	color:#333;
}
h3 {
	font-family:'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	padding-bottom: 15px;
}
h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 15px;
}
h5 {
	font-size: 1.1em;
	padding-bottom: 5px;
	text-transform: uppercase;
}
h6 {
	font-size: 1.05em;
	text-transform: uppercase;
}
/* form elements */
#content label {
	display:block;
	font:14px/22px Arial, Helvetica, Sans-serif;
	display:block;
	font-weight:bold;
	text-align:left;
	width:200px;
	float:left;
	margin: 0;
	height:30px;
	line-height:30px;
}
#content input[type=text], #content input[type=password], #content input[type=email], #content select, #content textarea {
	border:6px solid #f0f7fc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
	-webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
	box-shadow:2px 3px 3px rgba(0, 0, 0, 0.04) inset, 0 0 1px #0d6db6 inset;
	margin:3px 0 4px;
	padding:8px 6px;
	width:270px;
	display:block;
}
#content select {
	width:290px;
}
#content input[type=text]:focus, #content input[type=password]:focus, #content input[type=email]:focus, #content select:focus, #content textarea:focus {	
	border:6px solid #b9d7e7;
	-moz-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	-webkit-box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	box-shadow:2px 3px 3px rgba(0, 0, 0, 0.06) inset, 0 0 1px #95a2a7 inset;
	color:#333;
}
#content .btn, #content .button {
	height:30px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:15px;
	background:#a1d8f0;
	background:-moz-linear-gradient(top, #badff3, #7acbed);
	background:-webkit-gradient(linear, left top, left bottom, from(#badff3), to(#7acbed));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#badff3', EndColorStr='#7acbed')";
	border:1px solid #7db0cc !important;
	cursor: pointer;
	padding:11px 16px;
	font:bold 11px/14px Verdana, Tahomma, Geneva;
	text-shadow: 0 1px 1px #fff;
	color: #437b8f;
	-moz-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
	-webkit-box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
	box-shadow:inset rgba(255,255,255,0.6) 0 1px 1px, rgba(0,0,0,0.1) 0 1px 1px;
	padding:7px 21px;
}
#content.btn:hover, #content.btn:focus, #content.btn:active, #content.button:hover, #content.button:focus, #content.button:active {
	background:#a1d8f0;
	background:-moz-linear-gradient(top, #7acbed, #badff3);
	background:-webkit-gradient(linear, left top, left bottom, from(#7acbed), to(#badff3));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7acbed', EndColorStr='#badff3')";
}
#content.btn:active,#content.button:active {
	text-shadow:rgba(0,0,0,0.3) 0 -1px 0px;
}
/** -- TEMPLATE SPECIFIC -- **/
#content img {
	float:left;
	margin: 0 5px 5px 0;
}
#copyright p {
	color:#fff;
	margin:10px 0;
	font-size:0.9em;
}
/* thumbnails & images */
a.layout img {
	width:600px;
	height:auto;
	border:1px solid #ccc;
}
.thumbs {
	float:left;
	margin: 0 10px 15px 0;
	border:1px solid #ccc;
	padding:10px;
	background:#fff;
}
.thumbs img {
	vertical-align:bottom;
	width:280px;
	height:158px;
}
a.thumbnail img {
	background:#fff;
	padding:5px;
	border:1px solid #ccc;
	width:200px;
	height:auto;
	float:left;
	margin: 0 10px 10px 0;
}
#content a {
	color:#cf0272;
	border-bottom:1px dashed #cf0272;
}
#content a:hover {
	border:none;
	text-decoration:none;
}
#content li {
	padding:0 0 10px 10px;
}
#content li li {
	padding:0 0 10px 20px;
}
/* main navigation */
#nav ul.menu {
	margin: 0;
	padding: 0;
	float: left;
}
#nav ul.menu li {
	display: inline;
	height:50px;
}
#nav ul.menu li a {
	float: left;
	text-decoration: none;
	color: #264155;
	padding:0 15px;
	font-family: "Museo Sans", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans serif;
	border-right:1px solid #d9d9d9;
	text-transform:uppercase;
	line-height:50px;
	height:50px;
	font-size:1em;
	background-color:#e9e9e9;
}
#nav ul.menu li a:hover {
	background-color:#b1bf63;
	color:#fff;
	border-right:1px solid #b1bf63;
}
#nav ul.menu li.active a {
	background-color:#cf027b;
	color:#fff;
	border-right:1px solid #2b83b0;
}
/* side menu */
#sidemenu {
}
#sidemenu .moduletable {
	background:#e4f1c7;
	padding:20px;
	margin:0 0 30px 0;
}
#sidemenu .moduletable ul.menu {
	margin:0;
}
#sidemenu .moduletable ul.menu li {
	list-style:none;
	margin:0 0 10px 0;
}
#sidemenu .moduletable ul.menu li a {
	font-size:1.1em;
	color:#666;
	font-weight:bold;
}
#sidemenu .moduletable ul.menu li li {
	margin:0 0 0 10px;
}
#sidemenu .moduletable ul.menu li li a {
	font-size:1em;
	font-weight:normal;
}
#sidemenu .moduletable ul.menu li.active a {
	color:#29779e;	
}
#block2 .moduletable {
	padding:20px;
}
#sidebar .moduletable-green {
	background:#e4f1c7;
	padding:20px;
	margin:0 0 30px 0;
}
#sidebar .moduletable-green h3 {padding:0;margin: 0 0 10px 0;}
#sidebar .moduletable-green li {
}
#sidebar .moduletable-green li.pdf {
	list-style:none;
	background:url(../images/pdf.png) no-repeat 0 5px;
	padding:0 0 0 20px;
}
#sidebar .moduletable-green li a {
	color:#cf0272;
	border-bottom:1px dashed #cf0272;
}
#sidebar .moduletable-green li a:hover {
	border:none;
	text-decoration:none;
}
#sidebar .moduletable-blue {
	background:#b9d7e7;
	padding:20px;
	margin:0 0 30px 0;
}
#sidebar .moduletable-blue h3 {padding:0;margin: 0 0 10px 0;}
#sidebar .moduletable-blue li {
}
#sidebar .moduletable-blue li.pdf {
	list-style:none;
	background:url(../images/pdf.png) no-repeat 0 5px;
	padding:0 0 0 20px;
}
#sidebar .moduletable-blue li a {
	color:#cf0272;
	border-bottom:1px dashed #cf0272;
}
#sidebar .moduletable-blue li a:hover {
	border:none;
	text-decoration:none;
}
#content .moduletable-grey, #sidebar .moduletable-grey {
	background:#e9e9e9;
	padding:20px;
	margin:30px 0 0 0;
}
#sidebar .moduletable-grey h3 {padding:0;margin: 0 0 10px 0;}
#content .moduletable-grey li.pdf, #sidebar .moduletable-grey li.pdf {
	list-style:none;
	background:url(../images/pdf.png) no-repeat 0 5px;
	padding:0 0 0 20px;
}
#content .moduletable-grey li a, #sidebar .moduletable-grey li a  {
	color:#cf0272;
	border-bottom:1px dashed #cf0272;
}
#content .moduletable-grey li a:hover, #sidebar .moduletable-grey li a:hover {
	border:none;
	text-decoration:none;
}
#sidebar .moduletable-pink {
	background:#f5d2dc;
	padding:20px;
	margin:30px 0 0 0;
}
#sidebar .moduletable-pink h3 {padding:0;margin: 0 0 10px 0;}
#sidebar .moduletable-pink li.pdf {
	list-style:none;
	background:url(../images/pdf.png) no-repeat 0 5px;
	padding:0 0 0 20px;
}
#sidebar .moduletable-pink li a {
	color:#cf0272;
	border-bottom:1px dashed #cf0272;
}
#sidebar .moduletable-pink li a:hover {
	border:none;
	text-decoration:none;
}
/* footer nav */
#footernav ul.menu {
	margin: 0;
	padding: 0;
	float: right;
	margin:10px 0;
}
#footernav ul.menu li {
	display: inline;
	height:50px;
}
#footernav ul.menu li a {
	float: left;
	text-decoration: none;
	padding:0 10px;
	border-right:1px solid #d9d9d9;
	line-height:20px;
	height:20px;
	font-size:1em;
	color:#fff;
}
#footernav ul.menu li.current a, #footernav ul.menu li a:hover {
	text-decoration:underline;
}
/* blockquote */
blockquote {
	padding: 8px;
	margin: 5px 23px 5px 5px;
	background: url(../images/open-quote.png) top left no-repeat;
	text-indent: 23px;
	width:auto;
}
blockquote span {
	padding: 0 31px 8px 0;
	background: url(../images/close-quote.png) bottom right no-repeat;
}
/* joomla specific */
ul.actions {
	margin: 0;
	padding: 0;
	float: left;
	width:100%;
	height:20px;
}
ul.actions li {
	display: inline;
	padding:0;
}
ul.actions li a {
	float: right;
	padding:0 5px;
}
#content ul.actions li a {
	border-bottom:none;
}
#content ul.actions li img {
	display:block;	
}
div.pagination {
	clear: both;
	text-align: center;
	margin: 15px 0 0 0;
}
div.pagination p.counter {
	font-style: italic;
}
div.pagination ul {
	list-style: none;
	padding: 0;
}
div.pagination ul li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 5px;
}
/* languages */
#languages .mod-languages {
	float:right;
	margin:10px 0 0 0;
}
#languages div.mod-languages li {
	margin: 0 0 0 5px;
}
.item-page img, .blog img, .blog-featured img {display:none;}
/* module search */
#search .search {
	margin:25px 0 0 0;
	background:url(../images/search-bg.png) no-repeat 0 0;
}
#search label {
	display:none;
}
#search input#mod-search-searchword {
	font-family:Arial, Helvetica, sans-serif;
	color:#455a63;
	text-shadow: 0 2px 2px #fff;
	font-size:1.1em;
	font-weight:bold;
	width:316px;
	height:25px;
	line-height:25px;
	margin:0 0 0 40px;
	border:none;
	background:none;
	padding:5px 0;
}
#search input.button {
	text-align:center;
	font-weight:bold;
	color:#437b8f;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #fff;
	font-size:1.1em;
	background:url(../images/search-btn.png) no-repeat 0 0;
	height:35px;
	line-height:35px;
	width:84px;
	border:none;
	margin-top:-2px;
}
#search input.button:hover {
	background-position: 0 -35px;
}
/* frontpage blocks */
.blocks .moduletable h3 {
}
.blocks .moduletable {
	padding:20px;
}
/* frontpage slider */
#slider .pjds {
	width:940px;
	height:315px;
}
#slider .pjds .panel {
	width:470px;
	padding:0;
	height:315px;
	background:#666;
}
#slider .pjds .panel .details_wrapper {
	top:30px;
	width:470px;
	height:	285px;
	left:0;
}
#slider .pjds .panel .details_wrapper .details .detail {
	width:470px;
	height:	280px;
}
#slider .pjds .panel .details_wrapper .details .detail h2.title {
	padding:30px 0 10px 0;
	font-size:1.1em;
}
#slider .pjds .panel .details_wrapper .details .detail h2.title a {
	color:#bde0f2;
	text-transform:uppercase;
	font-family:'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.pjds .backgrounds .item {width:940px;}
#slider .pjds a.readon {
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	padding:5px 40px;
	background:#999;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
#slider .pjds a.readon:hover {
	text-decoration:none;
}
#slider .pjds .panel .paging {
	top:0;
	right:0;
	left:410px;
	width:60px;
}
#slider .pjds.light .panel .paging .previous, #slider .pjds .panel .paging .previous, #slider .pjds.light .panel .paging .next, #slider .pjds .panel .paging .next {
	background:none;
}
#slider .pjds.light .panel .pause {
	background: url(../images/controls.gif) no-repeat 0 0;
}
#slider .pjds.light .panel .pause, #slider .pjds.light .panel .play {
	display: block;
	height: 30px;
	position: absolute;
	right: 50px;
	text-indent: -6000px;
	top: 0;
	width: 30px;
}
#slider .pjds.light .panel .play {
	background: url(../images/controls.gif) no-repeat -90px 0;
}
#slider .pjds.light .panel .paging .previous {
	background: url(../images/controls.gif) no-repeat -30px 0;
	height: 30px;
	right: 30px;
	top: 0;
	width: 30px;
}
#slider .pjds.light .panel .paging .next {
	background: url(../images/controls.gif) no-repeat -60px 0;
	height: 30px;
	right: 0;
	top: 0;
	width: 30px;
}
/* latest news module */
ul.lnd_latestnews {
	margin:0;
}
li.lnd_latestnews {
	border: none;
	padding: 10px 0;
	list-style:none;
	background:url(../images/arrow.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;
	margin:0 0 5px 0;
	font-weight:bold;
	line-height:1.5em;
	color:#666;
}
/*li.lnd_latestnews:after {
	content:"- ";
}*/
li.lnd_latestnews a {
	font-weight: normal;
	color:#cf0272;
	border-bottom:1px dashed #cf0272;
	margin:0 0 0 5px;
}
li.lnd_latestnews a:hover {
	border:none;
	text-decoration:none;
}
/* do it yourself */
#block2 ul {
	margin:0;
}
#block2 li {
	padding: 10px 0;
	list-style:none;
	background:url(../images/arrow.gif) no-repeat 0 5px;
	padding: 0 0 0 10px;
	margin:0 0 5px 0;
	line-height:1.5em;
	color:#666;
}
#block2 li a {
	color:#cf0272;
	border-bottom:1px dashed #cf0272;
	margin:0 0 0 5px;
}
#block2 li a:hover {
	border:none;
	text-decoration:none;
}
/* poll */
#block3 .poll .sectiontableentry1, #block3 .poll .sectiontableentry2 {
	background:#f8f8f8;
	display:block;
	margin:0 0 5px 0;
}
#block3 .poll input.button {
	text-align:center;
	font-weight:bold;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px #fff;
	font-size:1.1em;
	background:url(../images/vote-btn.png) no-repeat 0 0;
	width:80px;
	height:30px;
	line-height:30px;
	border:none;
	margin:10px 0 0 175px;
}
#block3 .poll input.button:hover {
	background-position: 0 -30px;
}
/* social block */
#social .custom {
	margin:10px 0;
	float:right;
}
#social .custom li {
	float:left;
	list-style:none;
	margin:0 10px 0 0;
	height:32px;
	line-height:32px;
}
#social .custom li a {
	width:32px;
	height:32px;
	display:block;
	background:url(../images/social.png) no-repeat;
	text-indent:-99999px;
}
#social .custom li.twitter a {
	background-position: -64px 0;
	width: 32px;
	height: 32px;
}
#social .custom li.facebook a {
	background-position: -32px 0;
	width: 32px;
	height: 32px;
}
#social .custom li.rss {
	background-position: 0 0;
	width: 32px;
	height: 32px;
}
/* toc */
.autotoc {
	float:none;
}
/* chronoforms */
.chronoform {
	display:none;
}
#chronoform_casusrapportagehuur, #chronoform_casusrapportageconsument {
	color:#444;
	margin:0 auto;
	overflow:hidden;
}
#chronoform_casusrapportagehuur label, #chronoform_casusrapportageconsument label {
	width:200px;
}
#chronoform_casusrapportagehuur legend, #chronoform_casusrapportageconsument legend {
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 20px;
	border-bottom:2px solid #eaecec;
}
#content input.chrono_captcha_input[type="text"] {
	width:50px;	
	float:left;
}
#content #chronoform_casusrapportageconsument .sm_input {
	width:50px;
}
#content #chronoform_casusrapportageconsument .med_input {
	width:80px;
}
#chronoform_casusrapportageconsument .input_float {
	float:left;
}
#content .footer {clear:both;width:100%;margin:20px 0;}
#content .footer .btn {margin-left:210px;}
#chronoform_casusrapportagehuur .footer, #chronoform_casusrapportageconsument .footer  {
	/*background:#eaecec;
	border-top:2px solid #7db0cc;*/
	padding:20px 0 0 0;
	overflow:hidden;
	height:32px;
}
.form_element {margin:10px 0;}
div.selector {margin-bottom:0;}

/* jdownloads */
.jd_footer {display:none;}
.jd_top_navi td {text-align:center;}
#content .jd_top_navi img {margin:0 auto;display:block;float:none;}


/* contact */
.contact h3 {display:none;}
.contact-contactinfo {margin:0 0 40px 0;}
.contact-contactinfo p {margin:0;}
#content #contact-form label#jform_captcha-lbl {display:none;}
#content #contact-form label {width:100px;}
#recaptcha_area {margin:20px 0;}
#contact-form .button {margin-left:110px;}
#content .recaptchatable a {border:none;}
#content .recaptchatable a img {float:none;margin:0;}
#content input#osolCatchaTxt0 {width:50px;}
#content #contact-form .osolCaptchaBlock .reload {width:95px;font: normal 12px Arial,Helvetica,Sans-serif;text-align:center;margin:0;line-height:40px;}

/* search page */
#content #searchForm .button {
	float:left;
	margin:10px 0;
}
#content #search-searchword, #content .ordering-box select {
	float:left;
}
#content .phrases-box, #content .ordering-box {
	float:left;
	margin:10px 0;
}
#content .phrases {
	clear:both;
}
#content .word label {
	width:auto;	
}
#content .phrases-box label, #content .ordering-box label, #content .only label {
	width:auto;	
	height:auto;
	margin:0 0 0 2px;
	font: bold 14px Arial,Helvetica,Sans-serif;
}
#content .phrases-box label, #content .only label {
	font-weight:normal;
}
#content .ordering-box label {
	height:45px;
	line-height:45px;
}
#content .phrases-box input, #content .only input {
	float:left;
}

/* poll */
.pollstableborder {width:400px;}
#poll_comp_form label {width:auto;}