 
/*
  Corporate Red		#ea2026
  Corporate Grey	#a9a18c
  Grey tint 1		#b6af9d   
  Grey tint 2		#c3bda3 (195,189,174)   Grey tint 1,  selected secondary menu
  Grey tint 3		#d0cbbf highlight grey , used for the selected tab, graphics and sub heading
  Grey tint 4		#ddd9d0   
  Grey tint 5		#e9e7e1  
*/


.clear
{
	clear:both;
}

img.left
{
	float: left;
	padding-right: 10px;
}

img.imageright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.LanguageLink
{
	font-family: Arial, Sans-serif;
	font-size:xx-small;
	color: #a9a18c
}

a.LanguageLink
{
	font-weight:normal;
	color: #a9a18c
}

a.LanguageLink:hover
{
	font-weight:normal;
	color: #ea2026
}

a.LinkWithButton
{
	background:url(../img/arrowbutt.gif) top right no-repeat;
	padding-right:20px;
	font-weight:bold;
	line-height:1.6em;
}

a.LinkWithButton:hover
{
	text-decoration:underline;
}

img 
{
  border: none;
  display: block;
}

img.inline {
	display: inline;
}

p {
	margin-bottom: 1.4em;
	line-height: 1.5em;
}

ul, ol {
	line-height: 1.4em;
	margin: 0.5em 1em 1em 2em;
}

h1,h2,h3,h4,h5{
	margin: 1px 0px 1px 0px;
	font-weight:normal;
	color: #a9a18c;
}

/*h1 { 
font-size: 2.7em;
margin-bottom: 0.3em;
}

h2 { 	font-size: 2em;
margin-bottom: 0.3em;}*/

h1 { 
font-size: 2.6em;
margin-bottom: 0.3em;
}

h2 { 	font-size: 1.7em;
margin-bottom: 0.3em;}

h3 { 	font-size: 1.2em;
font-weight: bold;
margin-bottom: 0.5em;}

h4 { 	font-size: 1em; font-weight: bold;
margin-bottom: 1em;}

h5 { 	font-size: 1em;}

hr {
        border: none 0px;
		border-top: 1px solid #c3bda3 ;
		height: 1px;
        margin: 0px;
        margin-bottom: 10px;
}

a
{
	font-family: Arial, Sans-serif;
	font-weight:normal;
	color:#ea2026;
	text-decoration: none;
}


a:hover, a:active, a:focus
{
	text-decoration: underline;
}

/* remove all padding and spacing from tables */ 
table  { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0;}
td {
vertical-align: top;
}
table{ font-size:1em;}

td a
{
	font-family: Arial, Sans-serif;
	font-weight:normal;
	color:#ea2026;
	text-decoration: none;
}

td a:hover, a:active, a:focus
{
	text-decoration: underline;
}

/* voor vacatureblokken homepage */

.jobBlocks {
padding-top: 10px;border-top: 1px solid #EFEFEF; margin-top: 10px;
}

/* stijlen voor newspanels */

.newsPanel h4 {
color: #000000;
}

.newsPanel ul{
padding: 0px;
margin: 0px;
}

.newsPanel li{
font-size: 95%;
list-style: none;
padding-left: 16px;
background: url(../img/blok_pijltje_rood.gif) no-repeat 0 35%;
}

li.subList {
margin-top: 1em;
padding-left: 20px;
background: url(../img/blok_pijltje_wit.gif) no-repeat 0 35%;
}

li.noTopMargin {
margin-top: 0px;
}

/* floated box right */

.boxright {
float:right; 
border: 1px solid #EFEFEF; 
width:180px; 
padding: 10px; 
margin-left: 15px; 
margin-bottom: 10px;
border-top: 5px solid #D0CBBF;
}

.boxright p, .boxright ul {
font-size:0.95em;
}

/* floated box werkontbijt */

.boxwerkontbijt {
float:right; 
border: 1px solid #EFEFEF; 
width:230px; 
padding: 10px; 
margin-left: 15px; 
margin-bottom: 10px;
border-top: 5px solid #D0CBBF;
}

.boxwerkontbijt p, .boxright ul {
font-size:0.95em;
}

/* ul acties op homepage */

ul#acties {
padding: 0;
margin: 0;
list-style: none;
background-color: #FFFFFF;
}

/* stijlen voor lijsten  */

/* whitespace - even gedisabled
ul li a {
_height: 1em;
}

*/
li.nested {
list-style: none;
margin: 0px;
display: inline;
}

li.nested ul{
list-style: none;
margin: 0 0 0 0;
padding: 0;
padding-left: 1.5em;
}
li.nested li {
list-style: circle;
}

ul.lijst{
padding: 0px;
margin: 0px;
}

ul.lijst a {
color: gray;
}

ul.lijst li{
font-size: 95%;
list-style: none;
padding-left: 14px;
background: url(../img/blok_pijltje_wit.gif) no-repeat 0 35%;
}

ul.lijst li.subList {
margin-top: 0.6em;
padding-left: 20px;
background: url(../img/blok_pijltje_wit.gif) no-repeat 0 35%;
}

ul.lijst li.subList a {
color: #ea2026;
}

ul.lijst li.noTopMargin {
margin-top: 0px;
}

/* voor zoekbox op homepage */

#shortSearchForm input, #shortSearchForm select {
margin: 0 0 3px 0px;
font-size: 9px;
}

/* persberichten tabel */

table.tblpersberichten {
width: 500px;
margin-bottom: 10px;
}

table.tblpersberichten .left-col {
width: 430px;
}

/* specifiek voor vestigingen table */

table.tblvestigingen {
width: 450px;
}

/* specifiek voor vestigingdetails */

table.tblvestigingdetails {
width: 450px;
}

table.tblvestigingdetails th {
width: 100px;
}

table.tblvestigingdetails tfoot td.footer {
padding: 15px;
padding-left: 120px;
}

/* specifiek voor vacatures table */
table.tblvacatures {
width: 450px;
}

/* specifiek voor vacaturedetails table */
table.tblvacaturedetails th{
text-align: right;
vertical-align: top;
}

table.tblvacaturedetails{
width: 500px;
}

table.tblvacaturedetails tfoot td.footervacature {
padding: 15px;
padding-left: 130px;
}

/* voor table werkontbijt */

table.tblwerkontbijt tfoot td.footer {
padding: 15px;
padding-left: 130px;
}

/* voor table list, bv vestigingen */

table.tableList {
border-collapse:collapse;
margin-bottom: 1.5em;
}

table.tableList thead th {
text-align: left;
}

table.tableList caption{
font-size: 1.1em;
color: #666666;
text-align: left;
font-weight: bold;
padding: 1em 0;
}

table.tableList th, table.tableList td {
  padding: 0.4em 0.4em;
  border: 1px solid #C0C0C0;
}

table.tableList td {
font-size: 0.95em;
}

table.tableList tfoot td {
padding: 10px;
padding-left: 50px;
}

table.tableList thead {
  background: #ddd9d0 repeat-x left center;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

table.tableList .odd {
background-color: #EFEFEF;
}

.button {
background: #E9E7E1 url(../img/bar.gif) repeat-x left center;
border: 1px solid silver;
padding: 4px 4px;
color: #000000;
font-size: 0.95em;
margin-right: 3px;
cursor: pointer;
height: 100%;
}

.button_subdued {
background: #E9E7E1 url(../img/bg_button_red.gif) repeat-x left center;
border: 1px solid red;
color: #ffffff;
font-weight: bold;
padding: 5px 7px;
}

.buttonFixedWidth {
width: 7em;
text-align: center;
margin: 5px;
display: block;
}

/* specifics */

/* voor adressen onderaan pagina's */
ul.adresbox {
list-style: none;
padding: 0;
margin: 0;
float: left;
margin: 0 1.5% 1.5% 0;
width: 35%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul.adresbox li.adresboxname{
font-weight: bold;
}

.toelichting {
color: #666666;
}

.pdf {
padding-left: 30px;
background: url(../img/pdf-logo.gif) no-repeat left top;
}

table .pdf {
padding-left: 20px;
background: url(../img/blok_pijltje_wit.gif) no-repeat left top;
}


div#internevacature {
	line-height: 1.5em;
}

.logolijst {
list-style: none;
margin:0;
padding:0;
margin-bottom: 10px;
}
.logolijst li {
border-bottom: 1px solid #EFEFEF;
padding-left: 5%;
padding-bottom: 5px;
width: 150px;
}

.hovertip {
border: 1px solis silver;
padding: 5px;
font-size: 95%;
text-align: left;
color: gray;
}
.ipod {
margin-bottom: 5px;
}

#etoolsbox {
list-style: none;
margin: 0px;
}
#etoolsbox li {
float: left;
padding: 5px;
width: 160px;
margin-right: 5px;
background-color:#EFEFEF;
font-size: 95%;
}

h3.cap span {
font-size: 150%;
}

.vacaturetitel {
font-weight: bold;
}

p.note {
background-color: #EFEFEF;
padding: 5px 5px 5px 3px;
border-top: 1px solid #cccccc;
width: 95%;
}

h1.h1vacature {
font-size: 2.4em;
}
em.vacatureref {
font-size: 0.7em;
font-style:normal;
}

div#vacaturedetails h4 {
margin-bottom: 0;
margin-top: 1em;
color: #000000;
}
div#vacaturedetails p {
font-size: 1em;
color: #333333;
line-height: 1.4em;
margin-bottom: 1em;
}

div#vacaturefooter {
margin-top: 1.5em;
}

/* show debuginfo */

.errorinfo {
position: fixed;
top: 0;
left: 0;
border: 2px solid red;
padding: 4px;
width: 400px;
z-index:100;
font-size: 10px;
background-color:#EFEFEF;
text-align: left;
}

.floatright {
float: right;
}

body#standalone #mainMenu ul,
body#standalone #footer{
display: none;
}

body#standalone #subMenu ul{
/*display: none;*/
}

#vestigingDetailsLite {
width: 95%;
border-top: 1px solid silver;
padding: 5px;
background-color:#FFFACD;
margin-bottom: 10px;
}

#listBranchDetails li{
list-style: none;
}

.highlight {
background-color: #ffffcc;
font-weight: bold;
}

.lastList {
margin-top: 1em;
}
/* -------------------------------------------------------------*/
/* sifr styles not used */
/* -------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text much narrower.  */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 2.7em;
	margin-bottom: 0.4em;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 2em;
}.imgborder {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left: 5px;
}

.bannerkop {
	font-size: 1.7em;
    margin-bottom: 0.3em;
	margin: 1px 0px 1px 0px;
	font-weight:normal;
	color: #ea2026;
}