

form input,
form select,
form textarea
{
	/*padding:5px;*/
}

form .form-row,
form .form-submit
{
	display: block;
	padding-top:10px;
	clear:both;
}

form .form-submit
{
	text-align: right;
}

form .form-group .form-element
{
	float:left;
}

form .form-element
{
	margin-right:10px;
}

form label.label
{
	display: block;
	color:#000;
	/*font-size:14px;*/
	margin-bottom:3px;
}

form label.label strong
{
	/*padding:0 3px;*/
}

form label.label small
{
	/*border-left:1px solid #999;*/
	/*padding-left:5px;*/
	color:#666;
	font-size:12px;
}

form .form-text,
form .form-textarea
{
	width:300px;
	color:#000;
	padding:3px;
}

form .form-name-telefoon-thuis {width:130px;}
form .form-name-telefoon-mobiel {width:130px;}
form .form-name-street {width:180px;}
form .form-name-nr{width:35px;}
form .form-name-zipcode {width:60px;}
form .form-name-city {width:180px;}
form .form-name-country{width:180px;}

.form-notice
{
	color:#800;	
}

form .form-element .form-error
{
	background-color:#a00;
}

.autoform-error-message
{
	color:#800;
	text-decoration:underline;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }

/*	Always Show Vertical Scrollbar in Firefox
	http://snippets.dzone.com/posts/show/217
 */
html { overflow: -moz-scrollbars-vertical; } html { overflow-x: auto; } 

/* Disable borders around linked images. */
a img
{
	border:0;
}

a
{
	color: #c41230;
}

ul.selector,
.archive ul
{
	list-style-type:square;
	color: #0099F6;
}

ul.selector li a:hover,
ul.selector li.current a,
.archive ul li a:hover,
.archive ul li.current a
{
/*	background-image:url(../contents/images/icon.read-more.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:15px; */
	color:#000;
}

object { 
	outline:none; 
}

.shadow {
  /* offset left, top, thickness, color with alpha */
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  /* IE */
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
  /* slightly different syntax for IE8 */
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
}

.news
{
	margin-top:40px;
}

.leader
{
	font-size:24px !important;
	font-style:italic;
	line-height:25px !important;
	color:#56b8b7;
}

.faq-list-post
{
	background: #fff url(../contents/images/bg.faq.gif) repeat-x center bottom;
	margin-bottom:0px;
	/*padding-right:40px;*/
}

.faq-list-post-meta
{
	
	margin-top:0;
}

.faq-list-post-meta .faq-list-post-date
{
	margin-bottom:0;
	padding-bottom:0;
	color:#ff9900;
	display:none;
}

.faq-list-post-title
{
	margin-top:0;
	padding-top:0;
	font-size:18px;
	line-height:1em;
	font-weight:normal;
}

.faq-list-post .faq-list-post-teaser
{

}

.full-post-teaser-image
{
	padding:10px;
	margin-bottom:30px;
	border:1px dotted #ccc;
}

.full-post-teaser-image .caption
{
	padding:0;
	margin:0;
	text-align: right;
	font-style:italic;
}

.faq-list-post .image-attachment
{

	margin: 0 10px 10px 0;
	background:#fff;
}

.archive .current a
{
	color:#000;
}

.faq-list-post-meta{
	

	margin:5px 0;
}


/* Flora style sheet for jQuery Datepicker v4.0.0. */
.datepick {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	padding:0 7px 7px 0;
	margin: 0;
	/*background-color: #e0f4d7;*/
	width: 15em;
	background: transparent url(../contents/images/bg.kal.png) no-repeat right bottom;
	color: #000;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-disable {
	position: absolute;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #000;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #d6dbdf;
	cursor: auto;
	text-decoration: line-through;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fc8;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #0183D1;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.datepick-ctrl {
	background-color: #0183D1;
	padding:2px 0;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #b1db87;
}
.datepick-nav a
{
	color: #fff;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #fa4;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 15em;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	padding:3px 5px;
	background-color: #158BD1;
	color: #fff;
}
.datepick-month-header select, .datepick-month-header input {
	border: none;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #777;
}
.datepick-month th, .datepick-month th a {
	background-color: #0183D1;
	color: #fff;
	border: 0;
}
.datepick-month td {
	background-color: #fff;
	color: #666;
	border: 1px solid #e0ebf2;
}
.datepick-month td.datepick-week * {
	background-color: #b1db87;
	color: #666;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	font-style:italic;
	padding: 0.125em 0em;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.datepick-month td span {
	color: #d6dbdf;
	text-decoration: line-through;
}
.datepick-month td .datepick-other-month {
	background-color: #EEF4F8;
	text-decoration: none;
}
.datepick-month td .datepick-weekend {
	background-color: #EEF4F8;
}
.datepick-month td .datepick-today {
	background-color: #FCF0AD;
	color:#fff;
}
.datepick-month td .datepick-highlight {
	background-color: #C41230;
	color:#fff;
}
.datepick-month td .datepick-selected {
	background-color: #83c948;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #e0f4d7;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}


#footer
{
	height:74px;
	margin-top:30px;
	padding-top:10px;
	background: transparent url(../contents/images/bg.footer.gif) no-repeat center top;
	text-align:center;
	font-size:11px;
	color:#999;
}
#footer a
{
	text-align:center;
	font-size:11px;
	color:#999;
}

#footer p
{
	margin:0;
	padding:0;
}

form .form-row,
form .form-submit
{
	display: block;
	margin-top:10px;
	clear:both;
}

form .form-element
{
	float:left;
	margin-right:10px;
}

form label.label
{
	/*text-transform: lowercase;*/
	display:block;
	clear:both;

}

form .form-text,
form .form-textarea
{
	width:380px;
	padding:5px;
/*	border-style:solid;
	border-width:1px;
	border-color:#000; */
}

form .form-name-straat
{
	width:220px;
}


form .form-name-huisnummer,
form .form-name-toevoegsel
{
	width:60px;
}

form .form-textarea
{
	height:150px;
}

form .form-error
{
	border-color:#f00;
}

.form-offerte input,
.form-offerte select
{
	padding:3px;
}

.contact-formulier  .form-submit
{
	clear:both;
	float:left;
}

.stel-een-vraag .form-submit
{
	clear:both;
	float:left;
}



.step
{
	float:left;
	width:225px;
	background-repeat: no-repeat;
	padding-left:0px;
	margin-top:0px;
	margin-right:15px;
	position:relative;
	top:0px;
	left:0px;
}

.step h2
{
	margin-left:25px;

}

.ov-1{
background: transparent url(../contents/images/number1.png) bottom right;
width:40px;
height:40px;
position:absolute;
top:-10px;
left:-10px;
}
.ov-2{background-image:url(../contents/images/number2.png);
width:40px;
height:40px;
position:absolute;
top:-10px;
left:-10px;}
.ov-3{background-image:url(../contents/images/number3.png);
width:40px;
height:40px;
position:absolute;
top:-10px;
left:-10px;}
.ov-4{background-image:url(../contents/images/number4.png);
width:40px;
height:40px;
position:absolute;
top:-10px;
left:-10px;}
.ov-5{background-image:url(../contents/images/number5.png);
width:40px;
height:40px;
position:absolute;
top:-10px;
left:-10px;}

.step img
{

	background: #fff url(../contents/images/bg.img.gif) no-repeat left top;
	padding:8px 13px 13px 8px;
	float:left;
	margin:0 0px 15px 0px;
}


#inhoud .step h1
{
	color:#0099F6;
	margin-left:0;
}

#swf-home{
height:330px;

margin-bottom:0px;
}

#home #inhoud{
margin-top:-20px;}


#inpaktips #inhoud
{
	margin-right:400px;
}

#inpaktips #inhoud .image-attachment img
{
	float:right;
	background: #fff url(../contents/images/bg.img.gif) no-repeat left top;
	padding:8px 13px 13px 8px;
	float:left;
}

.lister-tweet-me
{
	background: #fff url(../contents/images/tweet.gif) no-repeat left top;
	width:45px;
	height:37px;
	display:block;
	float:right;
}

.lister-tweet-me span
{
	display:none;
}

.inpaktips-list-post .meta p
{
	margin-bottom:0;
	font-size:11px;
	color:#0099F6;
}

.inpaktips-list-post .meta h2
{
	margin-top:0;
	color:#0099F6;
}

.inpaktips-list-post .meta h2 a
{
	color:#0099F6;
}

.inpaktips-list-post
{
	margin-bottom:50px;
	/*padding-right:40px;*/
}

.inpaktips-list-post  .meta,
.inpaktips-list-post .list-post-teaser
{
	padding-left:132px;
}

.inpaktips-attachments fieldset
{
	border-width:1px 0 0 0;
	border-color: #e5f0f8;
	border-style: solid;
	/*background-color:#e5f0f8;*/
}

.inpaktips-attachments legend
{
	color: #0099F6;
	font-size:11px;
}

.inpaktips-attachments .attachment
{
	margin-right:5px;
	padding:3px;
	border:1px solid #e5f0f8;
}

.inpaktips-attachments .attachment:hover
{
	border:1px solid #0099F6;
}

.inpaktips-full-post-teaser-image
{
	padding:10px;
	margin-bottom:30px;
	border:1px dotted #ccc;
}

.inpaktips-full-post-teaser-image .caption
{
	padding:0;
	margin:0;
	text-align: right;
	font-style:italic;
}

.inpaktips-list-post .image-attachment
{
	float:left;
	margin: 0 10px 10px 0;
	background:#fff;
}

.archive .current a
{
	color:#000;
}

html
{
	overflow-y: scroll;
}

body
{
	background:#eee;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica; /*Trebuchet MS*/
	font-size: 16px; 
	line-height:1.45em;
	background-repeat: repeat-x;
	background-image: url(../contents/images/bg.body2-n.gif);
	background-position:0 0;
	background-color:#fff;
}

#container
{
	width:960px;
	padding:0 10px 10px 10px;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-image: url(../contents/images/bg.container2-n.jpg);
	background-position:0 0px;
	background-color:#fff;
}

body#home
{
	background-image: url(../contents/images/bg.body-n.gif);
	background-position:0 0; /*155px*/
}

body#home #container
{
	background-image: url(../contents/images/bg.container-n.jpg);
	background-position:0 0px;

}

body#algemene-voorwaarden
{
	background-image: url(../contents/images/bg.body-n.gif);
	background-position:0 0; /*155px*/

}

body#algemene-voorwaarden #container
{
	background-image: url(../contents/images/bg.container-n.jpg);
	background-position:0 0px;

}

#header{
	height:133px;
	padding:0;
	margin:0;

}

.logo{
	float:left;
	display:block;
	position: relative;
	top:25px;
	left:0px;
}

.prijs
{
	float:right;
	display:block;
	width:193px;
	height:194px;
	background-image: url(../contents/images/prijs.png);
	color:#fff;
}

.prijs *
{
	text-align: center;
	padding:10px;
	color:#fff;
}

.banner{
	float:right;
	display:block;
	position: relative;
	top:41px;
	right:0px;
}

#content
{
	position: relative;
	padding:0 0 50px 0;
	font-size: 13px;
	line-height:1.6em;
}

#content
{
	position: relative;
	padding:0px 0px 30px 0px;
}

#home #content
{
	position: relative;
	padding:50px 0px 10px 0px;
}




h1,h2,h3,legend
{
	color:#00aeef;
}

h2
{
	margin-top:35px;
	margin-bottom:0px;
	padding-bottom:0;
	font-size:25px;

}

h4
{
	font-size:16px;
	/* Ola Schip, dit gaf problemen in de rekenmodule, dus heb het even uitgeschakeld.
	margin-top:35px;
	line-height:0;
	*/
	margin-bottom:0px;
	padding-bottom:0;
}


h1
{
	font-size:35px;
}

#inhoud h1,
.body
{

	margin-left:0px;
	margin-left:485px;
}

#home  h1
{
margin-left:400px;

}

#home .body
{
margin-left:400px;
}


.teaser
{
	font-size:24px !important;
	font-style:italic;
	line-height:28px !important;
	color:#00aeef;
}


#home .teaser
{
	font-size:21px !important;
	font-style:italic;
	line-height:28px !important;
	width:370px;
	float:left;
	color:#00aeef;
}


#home .teaser p
{
	text-align:right;
	margin:0;
	padding:0;
}


#hoe-het-werkt .teaser
{
	font-size:24px !important;
	font-style:italic;
	line-height:28px !important;
	width:460px;
	margin-right:10px;
	margin-top:-10px;
	margin-bottom:40px;
	float:left;
	padding:10px 0px;
	text-align:right;
	color:#00aeef;
}

#hoe-het-werkt  .teaser p
{
	text-align:right;
	margin:0;
	padding:0;
}

.verboden-goederen .teaser{
	font-size:24px !important;
	font-style:italic;
	line-height:28px !important;
	width:460px;
	margin-right:25px;
	margin-bottom:40px;
	float:left;
	text-align:right;
	color:#00aeef;

}


.teaser p
{
	text-align:left;
	margin:0;
	padding:0;
}

#bumper{
	height:330px;
	margin-top:-45px;
	/*background:#1b81c9;*/
}


.intro
{
	font-size: 18px;
}

.news-item h3
{
	color:#900;
}

.news-image
{
	float:left;
	margin:0 20px 20px 0;
}

.hilight
{
	color:#c41230;
}


#contact  .teaser
{

	font-size:24px !important;
	font-style:italic;
	line-height:28px !important;
	width:460px;
	margin-right:10px;
	margin-top:-10px;
	margin-bottom:40px;
	float:left;
	padding:10px 0px;
	text-align:right;
	color:#00aeef;
}

#contact  .teaser p
{
	text-align:right;
	margin:0;
	padding:0;
}

.algemene-voorwaarden .teaser
{
display:none;
}

.algemene-voorwaarden .body
{
width:960px;
margin-left:0px;
}

.algemene-voorwaarden #inhoud  h1
{
width:900px;
margin-left:0;
}


#contact  form
{
	width:470px;
	float:right;
	margin-bottom:30px;
	margin-top:-10px;

}

.stel-een-vraag  .body
{
	width:450px;
	float:right;
	display:block;
}

.stel-een-vraag  .teaser
{
	width:450px;
	float:right;
	display:block;
}

.stel-een-vraag  form
{
	width:500px;
	float:left;
}

.mail
{
	background: url(../contents/images/mail.gif) no-repeat left center ;
	padding-left:25px;
}

.boekdirect
{
	position:relative;
	top:0; /*top:-125px;*/
	width:210px;
	height:210px;
	display:block;
	right:0;
	float:right;
}


#contact iframe {border:1px solid #d7f6fb;padding:2px;}


#navigation-1
{
	text-align:right;
	padding:0;
	margin:0;
}

#navigation-1 ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#navigation-1 li
{
	display: inline-block;
	margin:0;
	padding:0 0 0 0px;
	list-style:none;
	background: transparent url(../contents/images/but.rechts.png) no-repeat right top;
	zoom:1;
	*display: inline;
}

#navigation-1 li a
{
	font-size:20px;
	color:#fff;
	background: transparent url(../contents/images/but.png) repeat-x left top;
	padding:4px 10px 0px 15px;
	margin:0 5px;
	height:38px;
	display: inline-block;
	text-decoration: none;
}

#navigation-1 li.nav-3 a
{
	/*background-image: url(../contents/images/but2.png);
	color:#C41230;*/
}

#navigation-1 li a:hover,
#navigation-1 li.current a
{

	color: #c41230 ;
	background: transparent url(../contents/images/but.o.png) repeat-x left top;
}

#navigation-1 li.current,
#navigation-1 li:hover
{

	background: transparent url(../contents/images/but.rechts.o.png) no-repeat right top;
}

#navigation-2
{
	text-align:center;
	padding:0;
	margin:0;
}

#navigation-2 ul
{
	margin:0;
	padding:0;
	list-style:none;
}

#navigation-2 li
{
	display:inline;
}

#navigation-2 li a
{
	padding:0 4px;
}


/*#footer #navigation-1
{
	display:block;
	margin:0 auto;
	text-align:center;
	padding:0 0 10px 0;

}


#footer #navigation-1 ul
{
	display:inline;
	margin:0 auto;
	padding:0;
}

#footer #navigation-1 li
{
	display: inline;
	margin:0;
	padding:0;
}

#footer #navigation-1 li a
{
	font-size:11px;
	color:#cfcfcf;
	background: none;
	padding:0px 6px 0px 6px;
	margin:0 5px;
	text-decoration: underline;
	border-bottom:2px solid #fff;
	display: inline;
	float:none;
}

#footer #navigation-1 li a:hover,
#footer #navigation-1 li.current a
{
	text-decoration: none;
	background: none;
	color: #ae0e2d;
}*/


#subnav{
	text-align:center;
	padding:0;
	margin:2px 0 50px 0;
	height:20px;
}


#subnav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#subnav ul li{
background: transparent url(../contents/images/bg.subnav.cu.d.gif) no-repeat right top;
	color:#fff;
	display: inline-block;
	padding:0 12px 0 0;
	margin:0 0px 0 0px;
	zoom:1;
	*display: inline;
	
	
}

#subnav ul li a{
	background: transparent url(../contents/images/bg.subnav.d.gif) no-repeat left top;
	height:35px;
	display:block;
	padding:7px 0px 0 12px;
	font-size:13px;
	letter-spacing:0.02em;
	font-weight: normal;
	text-decoration:none;
	color:#d6e2eb;
}

#subnav ul li a:hover{
	
	text-decoration:none;
	color:#fff;
}


#subnav ul .current a{
	background: transparent url(../contents/images/bg.subnav.gif) no-repeat left top;
	color:#c41230;
	text-decoration:none;
}

#subnav ul .current a:hover{
	color:#c41230;
	text-decoration:none;
}

#subnav ul .current{
background: transparent url(../contents/images/bg.subnav.cu.gif) no-repeat right top;

}









.form-offerte fieldset
{
/*	background-color:#f2fbfe; */
	position: relative;
	border:1px solid #d9f3fd;
	border-width:6px 1px 1px;
	padding:0 20px 20px 20px;
	margin-top:20px;
	width:570px;
}

.form-offerte fieldset.main
{
	border:0;
	padding:0;
	color:#00AEEF;
	font-size:17px;
	font-style:italic;
}

.form-offerte fieldset.main strong
{
	color:#00AEEF;
	font-style:normal;
}

.form-offerte legend
{
	font-size:17px;
}

.form-offerte dl
{
	display:inline;
	margin:0;
	padding:0;
}

.form-offerte dl.collapse
{
	float:left;
	margin-right:20px;
}

.form-offerte dt
{
	margin-top:10px;
	padding:0;
}

.form-offerte dd
{
	margin:0;
	padding:0;
}

.form-offerte dd input,
.form-offerte dd select,
.form-offerte dd textarea
{
	padding:5px;
	border-color: #abadb3 #ddd #ddd #abadb3;
	border-width:1px;
	border-style:solid;
	font-family:arial;
	font-size:13px;
}

.form-offerte dd input.required,
.form-offerte dd select.required,
.form-offerte dd textarea.required
{
	border-bottom-color:#00AEEF;
	border-bottom-width:2px;
}

.form-offerte img
{
/*	float:left; */
}

.pub-optie
{
	float:left;
	width:274px !important;
	padding-top:20px !important;
	margin-top:0 !important;
	border-width:1px 1px 0 0 !important;
}

.column-1
{
	border-width:1px 1px 0 1px !important;
}

.pub-optie .image-container
{
	height:183px;
	background-repeat:no-repeat;
	background-position:bottom left;
}form dt.error label{
	color:#900;}

fieldset.sidebar
{
	float:right;
	width:280px;
	border:1px solid #ddd;
/*	margin-left:20px; */
	padding:0 20px 20px 20px;
}

fieldset.error
{
	border:1px solid #900;
	border:0;
}

fieldset.error ul
{
	margin:0;
	padding:0;
	list-style:none;
}

fieldset.error li
{
	background-image:url("../contents/images/exclamation.png");
	background-position:left 6px;
	background-repeat:no-repeat;
	margin:0;
	padding:5px 0 5px 20px;
	color:#990000; /*e76656*/
}

fieldset.error legend
{
	font-size:17px;
	color:#900;
}

.price span
{
	background-color:#FFFF99;
	border-color:#FFFFFF #CCCC00 #CCCC00 #FFFFFF;
	border-style:solid;
	border-width:1px;
	font-size:17px;
	padding:2px 6px;
}

.form-offerte .price
{
	text-align:right;
	float:right;
}

/* .steps heeft een bug in IE7. */

.steps
{
	float:right;
	padding:0;
	margin:0;
}

.steps li
{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../contents/images/incomplete.png);
	display: inline;
	padding:10px 10px 10px 20px;
	color:#aaa;
	border-bottom:3px solid #eee;
	margin-right:4px;
	/*width:90px;*/
}

.steps li a
{
	font-size:15px;
	color:#aaa;
}

.steps li.past
{
	background-image: url(../contents/images/accept.png);
	border-color:#ccc;
	border-bottom-width:6px;
}

.steps li.past a
{
	color:#00AEEF;
}

.steps li.current
{
	border-bottom-width:10px;
	border-color:#ccc;
}

.steps li.current a
{
	color:#ccc;
}

.icon
{
	background-repeat:no-repeat;
	padding-left:20px;
}

.icon-edit
{
	float:right;
	background-image: url(../contents/images/page_white_edit.png);
	background-color:#fff;
}

dl.multiple-table {}

dl.multiple-table dt
{
	clear: left;
	float: left;
	text-align:right;
	width: 190px;
	margin: 0;
	margin-top:1px;
	padding: 3px;
	text-transform:lowercase;
	color:#666666;
	font-size:13px;
	font-style:italic;
}

dl.multiple-table dd
{
	margin-left: 200px;
	padding: 3px;
	margin-top:1px;
/*	border-left: 1px solid #D9F3FD;*/
	font-weight:normal; /*bold*/
}

dl.multiple-table dd.first { border-top: 1px solid #999;}

.example
{
	color:#ccc;
}

.notice
{
	background-color:#FCF0AD;
}

.notice .padder
{
	padding:10px;
}

.notice p
{
	padding:0;
	margin:0;
}

.buttons
{
	text-align:center;
}


ul.paging
{
	display:block;
	text-align: center;
	
	padding:6px 0;
	list-style:none;
	margin-bottom:20px;
	margin:0 auto;
}

ul.paging li
{
	display:inline;
	font-size:18px;
}

.paging-nrs span
{
	padding:3px;
	margin-right:3px;
}

ul.paging li.paging-next a,
ul.paging li.paging-back a
{
	float:left;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	text-decoration:none;
}

/*ul.paging li.paging-next a{background-image: url(../contents/images/button.next.gif);}
ul.paging li.paging-back a{background-image: url(../contents/images/button.prev.gif);}

ul.paging li.paging-next a span,
ul.paging li.paging-back a span
{
	display:none;
}*/

ul.paging li.paging-nrs
{
	float:left;
	text-align: center;
	margin:0;
	padding:0 10px;
	color:#ddd;
	background-color: #fff;
}

ul.paging li.paging-nrs a.current
{
	background:#fff;
	color:#000;
}

ul.paging li.paging-next
{

}

ul.paging li.paging-nrs a
{
	padding:3px;
	margin:0;
	color:#0099F6;
	text-decoration: none;
	background-color: #fff;
}

ul.paging li a:hover
{
	text-decoration: underline;	
}

/*ul.paging li.paging-back a,
ul.paging li.paging-next a
{
	padding:3px;
	border:1px solid #09c;
	text-decoration: none;
} */

span.qtip .qtip-info-title,
.qtip-info-body
{
	display:none;
}

.qtip-content
{
	z-index:999;
	padding:0 15px !important;
	font-size:13px;
	line-height:1.45em;
	font-style:italic;
}

.qtip-wrapper {
  /* offset left, top, thickness, color with alpha */
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);

  /* IE */
/*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color="gray");*/
  /* slightly different syntax for IE8 */
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
}

p.read-more
{
	text-align: right;
	font-size:15px;
}

.read-more a
{
	background-color:#0099F6;
	color: #fff;
	padding:1px 4px 2px 4px;
	text-transform: lowercase;
	text-decoration: none;


	font-size:14px;
}

.read-more a:hover
{
	text-decoration: underline;
}

.sticky p.read-more,
#sidebar p.read-more
{
	text-align: right;
	font-style: italic;
}

.sticky p.read-more a,
#sidebar .read-more a
{
	color:#56b8b7;
}

form.rekenmodule
{
	background-repeat: no-repeat;
	position:absolute;
	top:0;
	right:0;
	width:386px;
	height:225px;
}

form.rekenmodule .padder
{
	padding:0 20px;
}

form.rekenmodule h3,
form.rekenmodule h4
{
	color:#fff;
	margin-bottom:0;
	padding-bottom:0;
}

form.rekenmodule select,
form.rekenmodule input
{
	font-size:19px;
	padding:3px;
	font-weight:normal;
	
}

.submit
{
	margin-top:30px;
	/*display:block;*/
	font-size:19px;
	padding:3px;
}

.submit span.qtip
{
	vertical-align:top;
}

/*.datepicker-container
{
	float:left;
	margin-right:3px;
}*/

.datepicker-container label
{
	display:block;
	font-style:italic;
}

.rekenmodule .datepicker-container label
{
	color:#fff;
}

.form-offerte .datepicker-container label
{
	clear:both;
	display:block;
	text-transform:lowercase;
	color:#666666;
	display:block;
	font-size:11px;
	font-style:italic;
}

.datepicker-container input
{
	padding-left:20px !important;
	font-weight:normal;
	background-image: url(../contents/images/calendar.png);
	background-repeat: no-repeat;
	background-position:3px center;
	border:3px solid #fff;
}

.datepicker + img { position: relative; left: -21px; top: -1px; }

span.error
{
	background-color:#C41230;
}

#rekenvoorbeeld strong
{
	background-color:#ff9;
	border-color: #fff #cc0 #cc0 #fff;
	border-style:solid;
	border-width:1px;
	padding:2px 6px;
	font-size:17px;
}

#sidebar
{
	float:right;
	width:300px;
	padding-right:20px;
	margin-bottom:20px;
	/*background-image:url(../contents/images/dotted.vert.grey.png);
	background-repeat: repeat-y;
	background-position:top right;*/
}

#sidebar .padder
{
	padding:0;
	/*padding:0 10px;*/
}

.sidebar-item,
.sticky
{
	margin-bottom:40px;
	padding-bottom:0;
/*	background-image:url(../contents/images/bg.sidebar-item.png);
	background-position: bottom;
	background-repeat: repeat-x; */
}

.sticky,
.sidebar-item-about,
.sidebar-item-shows
{
	padding-bottom:0;
}

.sidebar-item-shows dt
{
	float: left;
	clear: left;
	width: 170px;
	text-align: left;
}

.sidebar-item-shows dd
{
	margin: 0 0 0 190px;
}

.sidebar-item-shows dl
{
	/*background-image:url(../contents/images/bg.dotted.blue.png);
	background-position: bottom;
	background-repeat: repeat-x;*/
}

.sidebar-item-shows dd,
.sidebar-item-shows dt
{
	margin-top:2px;
	padding:4px 0;
}

.sidebar-item-shows dt
{
	font-size:11px;
	color:#fff;
	padding:2px 4px;
	color:#000;
}

.sidebar-item-shows .date,
#shows .date
{
	color:#56b8b7;
	font-style:italic;
	font-size:20px;
	margin-bottom:0;
}

.sidebar-item-shows .day,
#shows .day
{
	color:#56b8b7;
	font-style:italic;
	font-size:14px;
	margin-bottom:0;
}

.sidebar-item-shows em
{
	font-weight:normal;
}

.sidebar-item-shows dd
{
}

.telefoonnummer
{
	color:#00AEEF;
	font-size:24px !important;
	font-style:italic;
	line-height:28px !important;
	float:right;
	background-image: url(../contents/images/icon.phone.png);
	background-repeat: no-repeat;
	padding-left:45px;
	padding-top:5px;
	height:30px;
}

.vraag p{
margin:0 0 10px 0;
font-size:13px;

}

.vraag h5{
margin:0px 0 0px 0;
padding:3px 0px 10px 0px;

}



/*.vraag {
border:1px solid #dddddd;
padding-bottom:5px;
padding-top:5px;
border-bottom:1px solid #dddddd;
}*/



.vraag {
background-color:#fff;
/*border-bottom:1px solid #d9f3fd;
border-top:5px solid #d9f3fd;
border-right:1px solid #d9f3fd;
border-left:1px solid #d9f3fd;
*/
border:none;
margin-bottom:0px;
clear:both;
}

.ans {width:480px;display:block;text-align:left;float:right;clear:right; }

.bl {width:460px;display:block;text-align:right;float:left;}


.vraag legend {
font-size:17px;
font-weight:normal;
}


h5{
font-size:17px;
/*font-style:italic;*/
font-weight:normal;
margin:30px 0 0px 0;
padding:0;
line-height:20px;
color:#00aeef;}


.verboden-goederen .body ul{


list-style:none;
margin-top:20px;
font-weight:bold;
padding-left:0px;
}

.verboden-goederen .body ul  li ul{
color:#000;
font-size:14px;
margin-top:0px;
padding-left:0px;
margin-bottom:10px;
font-weight:normal;
}



