/* ################################################################################################ */
/* default print stylesheet */
/* ################################################################################################ */


body { font: normal 11px/16px Verdana; text-align: left;}

#header { margin: 0; padding: 0; width: 550px; text-align: left; margin-bottom: 10px;}
#header #logo {float: left; display: block;}
#header #logo a {text-decoration: none;}
#header #sfeerBeeld {display: none;}

#sitenav { display: none; } 
#locations { display: none; }
#submenu { display: none; }

.breadcrum { display: block; margin: 10px 0px 0px 0px; border-bottom: 1px solid #AEAEAE; border-top: 1px solid #AEAEAE; height: 24px; line-height: 24px; }
h1 {font: normal 20px Arial; margin: 10px 0px 10px 0px;}
#siteContainer { width: 550px; }

h3 {font: bold 12px Arial; margin: 5px 0px 5px 0px;}

body table {position: relative; left: -300px;}
html>body table {left: 0px;}
.article {font-size: 150%;}

/* form segments */
.generalForm {
	margin: 0px 100px 0px 0px;
	padding: 0;
	width: 100%;
	font-size: 70%;
}
.generalForm h5 { text-transform: uppercase; margin: 15px 0px 10px 0px; padding:0px; font-size: 90%; border-bottom: 1px solid #CE2C29; width: 80%;}
.generalForm hr {height: 1px; border-top: 1px solid #CE2C29; margin: 5px 0px 0px 0px; width: 80%; text-align: left;}

.generalForm form {
	width: 100%;
}
.generalForm form fieldset {  margin: 0px; }
.generalForm form input, .generalForm form select{ width: 100%;  border: 1px solid #AEAEAE; margin-right: 5px; font-family: verdana; font-size: 100%; height: 18px; padding-left: 5px; color: #4C4C4C;}
.generalForm form textarea { width: 80%; border: 1px solid #AEAEAE; font-family: verdana; font-size: 100%; padding-left: 5px; color: #4C4C4C;}
.generalForm form select option { width: 100%; }
.generalForm form .button { float: left; }
.generalForm form .button input { width: auto; text-align: center; background-color: #7F7F7F; border: 0px; color: #fff; cursor: hand; margin-top: 10px;}

.labelField { float: left; width: 30%; }
.generalForm form label { }
.required { background: url(../gfx/required.gif) no-repeat right 4px; }
.fullField { float: left; width: 50%; }
.oneThirdField { float: left; width: 20%; }
.twoThirdsField { float: left; width: 30%; }
.halfField { float: left; width: 25%; }
.dayField  { float: left; width: 15%; }
.monthField  { float: left; width: 15%; }
.yearField  { float: left; width: 20%; }

.noStyle { text-align: left; border:  0px;}
.selectors input, .selectors label { display: inline; width: auto !important; border:  0px !important; }
input[type=radio] { margin: 0; padding: 0; width: auto; height: auto; line-height: auto;}
input[type=checkbox] { margin: 0; padding: 0; width: auto; height: auto; line-height: auto;}

.generalForm form input.netNum { width: 20%; }

.generalForm .clr {clear: both; display: block; margin: 0; padding: 0; width: 100%; height: 1px; font-size: 1px; line-height: 1px; }



