/*reset rule*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

/** tag based style declarations **/
body {
	color: #000099;
	border-style: none;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a {
	color: #5C252E;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
h1, .h1 {
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size: 26px;
	color: #6600CC;
	float: left;
	font-weight: normal;
	margin: 5px 10px 3px 0px;
	padding-bottom: 2px;
	clear: both;
}
h2, .h2 {
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #3366FF;
	height: auto;
	/*clear: both;*/    /* TODO: neccessary for forms with multiple h2 tags now */
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding-bottom: 5px;
}
h2 a, .h2 a {
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	color: #FF0000;
	/* this sets the color of header 'Porcesoperator', 'Zakelijk', 'Over HLS groep' */
	padding: 0px 3px 6px 0px;
}
form h2, form .h2 {
    clear: both;
}
h3, .h3 {
    font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	color: #333333;
	font-size: 12px;
    font-weight: bold;
	line-height: 17px;
}
h4, .h4 {
    font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
    font-weight: bold;
	padding: 3px 6px 3px 6px;
}
table {
	width: 100%;
	color: #000099;
}
table caption {
    color: #000099;
    padding: 6px;
}
table th {
    padding: 6px;
    font-weight: bold;
}
table thead th {
    border-bottom: 1px solid #009;
}
table td {
	padding: 6px;
	/*this sets the padding of ALL tables */
}
table tr.bgrow {
    background-color: #F4F4F4;
}
strong {
	font-weight: bold;
}
form {
    display: inline;
}
fieldset {
    margin: 0;
    padding: 0;
    display: table;
    border: 0;
}

/** defaults **/
.boxwidth_single h2,
.boxwidth_oneonethird h2,
.boxwidth_onehalf h2,
.boxwidth_double h2 {
    border-bottom: 1px solid #FF0000;
	/* this sets the color to underline 'Porcesoperator', 'Zakelijk', 'Over HLS groep' */
}
.hidden {
    display: none !important;
}
input.link {
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0 0 0 5px;
    text-align: left;
}
.clearer {
    clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.actiontext {
	color: #CC0000;
}
.datatext {
    color: #000099;
}
.subtext {
    font-size: 10px;
	color: #000099;
	line-height: 14px;
}
.explanationtext {
    font-size: 11px;
	color: #000099;
	line-height: 16px;
	/*width: 100%;*/
}
.contenttext {
    overflow: hidden;
}
span.contentdivider {
    display: block;
    height: 12px;
}
/** PROOP template **/
#wrapper {
	position: relative;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#pa_header {
	position: relative;
	height: 63px;
	width: 950px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	background-color: #FFFFFF;
}
#pa_header a {
	color: #FF0000;
}

/** mainnavigation **/
#pa_mainnav {
    /*position: relative;*/
    height: 1%;
    background: transparent url(../images/main_head_backg.png) no-repeat scroll center top;
    padding-top: 16px;
}

/** content **/
#pa_content {
    /*position: relative;*/
    /*float: left;*/
    overflow: hidden;
    background: transparent url(../images/main_content_backg.png) repeat-y scroll 0 0;
    width: 950px;
    padding-left: 10px;
	padding-right: 10px;
	clear: both;
}
#ph_content {
	overflow: hidden;
	position: relative;
	height: 1%;
	_margin-left: -3px;
}


/** PROOP box template **/
.proop-box {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	display: inline;
	float: left;
	margin: 6px;
	padding: 8px;
	position: relative;
	height: 1%;
	text-align: left;
	width: auto;
}
.proop-box-tl,.proop-box-tr,.proop-box-bl,.proop-box-br {
	position: absolute;
	width: 9px;
	height: 8px;
	background: transparent url(../images/rounded_box_corners.gif) no-repeat;
	overflow: hidden;
}
.proop-box-tl {
    background-position: 0px 0px;
    top: -2px;
    left: -2px;
}
.proop-box-tr {
    background-position: 0px -9px;
    top: -2px;
    right: -2px;
}
.proop-box-bl {
    background-position: 0px -18px;
    bottom: -2px;
    left: -2px;
}
.proop-box-br {
    background-position: 0px -27px;
    bottom: -2px;
    right: -2px;
}
.noborder {
	border: none;
	border-width: 0px;
	padding: 0px;
}
.noborder .proop-box {
    border: 1px solid #;
}
.noborder .proop-box-red {
    border: 1px solid #;
}
.proop-box-red {
	background-color: #FFFEF2;
	border: 1px solid #D6D6D6;
	display: inline;
	float: left;
	margin: 6px;
	padding: 10px;
	position: relative;
	height: 1%;
	text-align: left;
	width: auto;
}
.proop-box-diensten {
	background-color: #FFFEF2;
	border: 1px solid #FFFEF2;
	display: inline;
	float: left;
	margin: 16px;
	padding: 10px;
	position: relative;
	height: 1%;
	text-align: left;
	width: auto;
}

/* box width */
.boxwidth_single {
    width: 160px;
}
.boxwidth_oneonethird {
    width: 223px;
}
.boxwidth_onehalf {
    width: 255px;
}
.boxwidth_double {
    width: 350px;
}
.boxwidth_twohalf {
    width: 445px;
}
.boxwidth_tripple {
    width: 540px;
}
.boxwidth_quadruple {
    width: 730px;
}
.boxwidth_quintuple {
    width: 920px;
}

/* box height */
.boxheight_xxsmall {
    height: 58px;
}
.boxheight_xsmall {
    height: 138px;
}
.boxheight_small {
    height: 206px;
}
.boxheight_mediumsmall {
    height: 275px;
}
.boxheight_medium {
    height: 344px;
}
.boxheight_large {
    height: 442px;
}
.boxheight_var { }

/** PROOP box - Content elements **/
.proop-box .topimagebackg {
	margin: -8px -8px 3px -8px;
}
.proop-box .imagebackg {
	margin: 3px -8px 3px -8px;
}
.proop-box .contentimage {
	margin: 3px 3px 3px 3px;
}
.proop-box .singleimagebackg {
	margin: -8px;
}

.proop-box p,
.proop-box table,
.proop-box ul {
	padding: 3px 6px 3px 6px;
}
.proop-box .boxrow {
	/*float: left;*/
	width: 100%;
	height: 3px;
	margin: 3px 0px 3px 0px;
	clear: both;
	/*min-height: 34px;
	padding: 5px 0px 5px 0px;
	overflow: hidden;*/
}
.proop-box .boxrowdivider {
	border-bottom: 1px solid #CCCCCC;
}
.proop-box .rightlink:hover {
	text-decoration: underline;
}
a.bottomlink {
	padding: 8px 0px 0px 0px;
	margin: 3px 3px 8px 3px;
	position: absolute;
	bottom: 0px;
	left: 5px;
	right: 5px;
	border-top: 1px solid #CCCCCC;
}
.proop-box ul.list, .proop-box ul.linklist {
	position: relative;
}

.proop-box ul.linklist li a {
	color: #000099;
	display: block;
	padding: 0px;
}

.proop-box ul.linklist li a:hover {
	text-decoration: underline;
}

ul.portlist li {
	font-size:12px;
	background:transparent url(image) no-repeat scroll right 8px;
	border-bottom:1px solid #000099;
	line-height:25px;
}

ul.half {width: 45%;}

a.linkreversed {
	margin-top: 8px;
	padding: 0px 0px 0px 8px;
	background: transparent url(image) no-repeat scroll 0 5px;
}
ul.horizontallist {
	margin: 8px 0px 4px 0px;
	padding: 0px 0px 8px 0px;
}
ul.horizontallist li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: 1px solid #000099;
	border-width: 0px 1px 0px 0px;
}
ul.horizontallist li a:hover {
    text-decoration: underline;
}
ul.horizontallist li.end {
	border: none;
	border-width: 0px 0px 0px 0px;
}
.proop-box .soliddivider {
	height: 1px;
	border: 1px solid #CCCCCC;
	border-width: 1px 0px 0px 0px;
	clear: both;
}

.proop-box.greybox {
	background-color: #F1F1F1;
}
.proop-box.boxgradienttop {
	background: url(../images/boxGRtop.gif) repeat-x left top;
}
.proop-box.boxgradientright {
	background: url(../images/boxGRright.gif) repeat-y right top;
}
.proop-box.boxgradientbottom, .proop-box-gradient2 {
	background: url(../images/boxGRbottom.gif) repeat-x left bottom;
}
.proop-box.boxgradientleft {
	background: url(../images/boxGRleft.gif) repeat-y left top;
}

/** Dienstenleftnav **/
#ph_dienstenleft {
    width: 180px;
    min-height: 1px;
    /*clear: both;/
    display: inline;*/
    float: left;
}
#dienstenleftnav {
    background-color: transparent;
    text-align: left;
    position: relative;
    margin: 8px;
}
#dienstenleftnav ul {
    position: relative;
    width: 100%;
}
#dienstenleftnav ul li {
    border: 1px solid #cccccc;
    border-bottom: 1;
    height: 1%;
    background: #fafaf9 url(../images/css/icon_bulletarrow_blue.gif) no-repeat 160px center;
}
#dienstenleftnav ul li.last {
    border-bottom: 0px solid #cccccc;
}
#dienstenleftnav ul li a {
    /*width: 163px;*/
    width: 117px;
    /*height: 22px;*/
    color: #6600CC;
    padding: 10px 20px 10px 13px;
    display: block;
}
#dienstenleftnav ul li a:hover {
	/*height: 22px;*/
    color: #666666;
	background: #FFFFFF url(../images/css/icon_roundarrow_grey.gif) no-repeat 154px 9px;
}
#dienstenleftnav ul li.selected {
    background: #fff url(../images/css/icon_roundarrow_green.gif) no-repeat 154px 9px;
    border: 1px solid #6600CC;
}
#dienstenleftnav ul li.selected a {
	/*width: 163px;*/
    width: 135px;
	color: #6600CC;
	padding-left: 9px;
	border-left: 2px solid #FF0000;
}
#dienstenleftnav ul li.selected a:hover {
	color: #FF0000;
	background: transparent;
}
#dienstenleftnav ul li .tl,
#dienstenleftnav ul li .tr,
#dienstenleftnav ul li .bl,
#dienstenleftnav ul li .br {
    position: absolute;
    width: 9px;
    height: 8px;
    background: transparent url(../images/box_corners.gif) no-repeat;
    overflow: hidden;
}
#dienstenleftnav ul li.selected .tl,
#dienstenleftnav ul li.selected .tr,
#dienstenleftnav ul li.selected .bl,
#dienstenleftnav ul li.selected .br {
    background: transparent url(../images/box_corners_leftnav_selected.gif) no-repeat;
}
#dienstenleftnav ul li .tl,
#dienstenleftnav ul li.selected .tl {
    background-position: 0px 0px;
    top: -1px;
    left: -1px;
}
#dienstenleftnav ul li .tr,
#dienstenleftnav ul li.selected .tr {
    background-position: 0px -9px;
    top: -1px;
    right: -1px;
}
#dienstenleftnav ul li .bl,
#dienstenleftnav ul li.selected .bl {
    background-position: 0px -18px;
    bottom: -1px;
    left: -1px;
}
#dienstenleftnav ul li .br,
#dienstenleftnav ul li.selected .br {
    background-position: 0px -27px;
    bottom: -1px;
    right: -1px;
}

/** form elements **/
.ph_form_double {
    width: 365px;
    float: left;
}
.proop-box-formbackground {
    background: #FFF url(background_of_form.gif) no-repeat bottom right;
}
.formwizard {
    padding: 0 40px;
}
.DisplayNone {
	display: none;
}
.errortxt {
	color: #FF0000;
}
.obligatoryfields {
	position: absolute;
	color: #757575;
	top: 12px;
	right: 12px;
}
.inputfield_40 input {
	width: 40px;
}
.inputfield_65 {
	width: 65px;
}
.inputfield_115 {
	width: 115px;
}
.inputfield_235 {
	width: 235px;
}
.inputfield_540 {
	width: 540px;
}
.inputfield_40, .inputfield_65, .inputfield_115, .inputfield_235, .inputfield_540 {
	padding: 2px;
	margin-right: 2px;
}
span.radiogroup label, span.checkboxgroup label {
    padding: 0 10px 0 0;
    clear: left;
}
.radiogroup label, .checkboxgroup label {
    position:relative;
    float: left;
}
.radiogroupline label, .checkboxgroupline label {
    clear: right;
}
.radiogroup input {
    margin-top: 4px;
}
.cleanform .linewrapper {
    border: 0px;
}
.cleanform .labelwrapper {
    background: none;
}
.formnav {
	clear: both;
	padding: 10px 0px 0px 0px;
}


/** footer **/
#pa_footer {
	margin-bottom: 20px;
    height: 1%;
}
#pa_footer a {
    color: #cccccc;
}
#pa_footer a:hover {
    color: #000099;
    text-decoration: underline;
}
.topfooter {
    background: transparent url(../images/backofmainfoot.png) no-repeat 0 0;
    height: 23px;
}
#ph_footer {
    background: url(../images/main_footer_bottom.png) no-repeat center bottom;
    width: 950px;
    margin: 0 10px;
    overflow: hidden;
}
#ph_footer ul li {
	padding: 5px 0 0 0;
}
#footer_general ul {
	float: right;
	position: relative;
}
#footer_general img {
	float: right;
	padding: 10px 30px 10px 0px;
}
#footer_general ul li {
	padding: 20px 30px 0px 0px;
	float: left;
	display: inline;
}

