/* ! BROCHURES */


div#brochures_page p{
	color: #333;
	font-size:13px;
}
div#brochures_page h3{
	clear:both;
	margin-top: 30px;
	font-size: 18px;
	color: #333;
	margin-bottom: 0px;
	padding:0;
	padding-bottom: 5px;
}
div.brochure{
	margin-bottom: 15px;
	zoom:1;
}
div.brochure:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div.brochure_img{
	width: 100px;
	height: 142px;
	float:left;
	text-align: right;
	margin-right: 15px;
}

div.brochure div.desc{
	display:block;
	width: 420px;
	float:left;
	zoom:1;
}
div.brochure h4{
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

div.brochure p{
	padding-bottom: 15px;
	color: #333;
	font-size: 13px;
}

div#brochures div.brochure div.desc b {
        background:#EAEBF0;
        font-size:12px;
        padding:3px;
        color:#0066FF;
        border:1px solid #CCC;
}

div.brochure_separator,div.offerte_separator{

	height: 20px;
	background-image: url(./image/bg_dots_separator.gif);
	background-repeat: repeat-x;
	background-position-y: 5px;
}

#brochureform{
	position: relative;
}


#brochureform.brochures {
	margin-top: 0;
	margin-left: 115px;
}
#brochureform fieldset{
	padding-left: 0px;
}

#brochureform h3{
	margin:0;
	padding:0;
	margin-left: 0px;
}
#brochureform span.label{
	display:inline-block;
	background-color: #eeeeee;
	color: #444;
	height: 17px;
	padding: 5px;
	width: 92px;
	margin:0;
	margin-top: -2px;
	margin-bottom: 7px;
	font-size: 11px;
}

#brochureform span.label.prefix{
	width:70px;
}
#brochureform span.label.housenumberadditive{
	width:56px;
}
#brochureform span.label.housenumber{
	width:43px;
}
#brochureform span.label.city{
	width:43px;
}

#brochureform span.label.maintenance{
	width:420px;
}
#brochureform span.label.initials{
	width: 50px;
}
#brochureform span.label.extra{
	width:420px;
}

#brochureform span.label.date{
	width:123px;
}

#brochureform span.label.wrong{
	color: #a00;
}

#brochureform input[type='text'],#brochureform textarea{
	display: inline-block;
	background-color: #fff;
	border: 1px solid #aaa;
	color: #333;
	height: 19px;
	padding: 3px;
	margin:0;
	margin-top: -1px;
	margin-bottom: 7px;
	font-size: 13px;
}
#brochureform input[type='text'], #brochureform label{
	display:inline-block;
	vertical-align: middle;
	margin:0;
	height: 18px;
}

#brochureform input[type='text']{
	height: 19px;
	margin-top: 1px;
}
#brochureform select{
	display: inline-block;
	background-color: #fff;
	border: 1px solid #aaa;
	color: #333;
	height: 27px;
	padding: 3px;
	margin:0;
	margin-top: -1px;
	margin-bottom: 7px;
	font-size: 13px;
}
#brochureform textarea{
	clear:both;
}

#brochureform input.submit:hover{
	background-image:url(./image/btn_aanvragen_h.gif);
	background-repeat: no-repeat;
}
#brochureform input.submit{
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
	color: #eeeeee;
	height: 25px;
	width: 78px;
	border:none;
	background-image:url(./image/btn_aanvragen.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	position:absolute;
	left: 340px;
}

#brochureform #initials{
	width: 40px;
}
#brochureform #firstname{
	width: 149px;
}
#brochureform #prefix{
	width: 34px;
}
#brochureform #lastname{
	width: 322px;
}
#brochureform #streetname{
	width: 126px;
}
#brochureform #housenumber{
	width: 27px;
}
#brochureform #housenumberadditive{
	width: 26px;
}
#brochureform #zipcodenumeral{
	width: 40px;
	margin-right: 5px;
}
#brochureform #zipcodechars{
	width: 20px;
}
#brochureform #city{
	width: 184px;
}
#brochureform #email{
	width: 322px;
}
#brochureform #phone{
	width: 322px;
}
#brochureform input.submit{
	text-indent: -10000px;
	font-size: 0px;
	height: 23px;
	width: 78px;
	border:none;
	background-image:url(./image/btn_order.gif);
	cursor: pointer;
	position:absolute;
	left: 0px;
}

