/* ALGEMEEN */
/** {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

A {text-decoration: none; color:#064aaa;}
A:link {text-decoration: none; color:#064aaa;}
A:visited {text-decoration: none; color:#064aaa;}
A:active {text-decoration: underline; color:#064aaa;}
A:hover {text-decoration: underline; color:#064aaa;}



/* HOMEPAGE */

/* newsblokje */

#news h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
}

#news ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	
#news li {
	position: relative;
	width:192px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 16px;
	color:#FFF;
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #ffffff;
	list-style: none;
	font-weight: bold;
}

#news li a,
#news li a:visited {
	text-decoration: none;
	color: #fff;
}

#news .more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	color:#ffffff;
	display: block;
	width: 10px;
	height: 10px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	right: 0;
	text-align: right;
}

#news .more a,
#news .more a:visited
{
	font-weight: bold;
	text-decoration:none;
	color:#ffffff;
}

#news .more a:hover,
#news .more a:active
{
	text-decoration: none;
}

#news li.press1,
#news li.press2 {
	position: absolute;
	border-bottom: 0;
	text-align: right;
	font-weight: normal;
}

#news li.press1 a,
#news li.press2 a,
#news li.press1 a:visited,
#news li.press2 a:visited {
	text-decoration: underline;
	font-weight: normal;
}

#news li.press1 {
	bottom: 20px;
	right: 5px;
}

#news li.press2 {
	bottom: 0;
	right: 5px;
}

#news li.press1 span a,
#news li.press2 span a,
#news li.press1 span a:visited,
#news li.press2 span a:visited {
	text-decoration: none;
	font-weight: bold;
	}

/* 3 blokjes*/

h1.titleblokjes{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#0449A9;
	font-size: 20px;
	font-weight:lighter;
	text-align: left;
	line-height: 25px;
	margin: 0 0 0 0;
	padding: 0 0 11px 0;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	background-image:url(../images/lijntjes.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}


.blokje {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	color:#0449a9;
	padding-left:15px;
}


.blokje a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	text-align: left;
	line-height: 18px;
	color:#0449a9;
	font-weight: bold;
}



/* SUBNAVIGATIE */

#subnav .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	line-height: 25px;
	color:#0047a8;
	padding-left: 24px;
}


/* TEKST */

.tekst a:link, .tekst a:visited {
	border-bottom: 2px dotted;
	font-weight: bold;
}
.tekst a:hover {
	border-bottom: 1px solid;
}
.tekst a:active {
	border-bottom: 2px solid;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight:lighter;
	color: #75644c;
}
#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-top: 0;
}

h3 {
	font-size: 14px;
	color: #13b1e7;
}

/* tabellen */
#content td, #content th, #content caption {
	font-size: 11px;
	line-height: 13px;
}
#content th, #content caption {
	font-weight: bold;
}
#content th {
	font-style: italic;
}
/* lijsten */
#content ul {
	list-style-type: square;
}
#content li ul {
	list-style-type: circle;
}
#content ol {
	list-style-type: decimal;
}
#content li ol {
	list-style-type: lower-latin;
}

	
/* INPUTFIELD
========================================================================================================*/

.newform {   /*set width in form, not fieldset (still takes up more room w/ fieldset width*/ 
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

.newform fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

.newform label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.newform fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

.newform fieldset legend {
	font-size:16px; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	color: #13b1e7;
}

.newform input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.newform input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

.newform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

.newform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.newform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
} 

.tbInput {
}

.tbInput td
{
	padding: 2px;
	margin: 2px;
	vertical-align: top;
}

.tbInput td.InputLeft
{
	padding-top: 7px;
	padding-right: 15px;
	text-align: right;
	vertical-align: top;
}

.InputError
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.InputLeft
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 130px;
	padding-top: 5px;
	vertical-align:top;
}

.InputRight
{
    padding-top: 5px;
}


.InputLeft2
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 50px;
	padding-top: 5px;
}

.Inputsmall,
.InputMedium,
.InputAnswer,
.InputLarge,
.InputSmall,
.InputXSmall,
.InputSingle 
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 3px; 
	margin-left: 5px;
}

.InputMedium 
{
	width: 250px;
}

.InputAnswer
{
	width: 135px;
}

.InputLarge 
{
  width: 300px;
}

.InputSmall 
{
  width: 80px;
}

.InputXSmall 
{
  width: 60px;
}

.InputSingle 
{
  width: 26px;
}

.InputDropdownListSmall, .InputDropdownListMedium, .InputDropdownListLarge
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #582A04;
	font-weight: normal;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left:5px;
}

.InputDropdownListSmall
{
	width: 80px;
}

.InputDropdownListMedium
{
	width: 180px;
}

.InputDropdownListLarge
{
	width: 280px;
}

.InputRadio,
.InputRadioButton,
.InputCheckbox {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #582A04;
	font-weight: normal;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left:5px;
	
}

.InputRadioButtonList,
.InputCheckboxList {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0052a5;
	font-weight: normal;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 3px;
}

.Error
{
	color: Red;	
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 5px;
	display: block ;
}

.InlineError
{
	color: Red;	
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 5px;

}

#test label
{
    display: block;
    padding-left: 25px;
    margin-top: -18px;
}


.vacature tr td
{
    vertical-align: top;
    padding-top: 10px;
}

.vacature tr td p
{
    padding-top: 0px;
    margin-top: 0px;
}