/*
werkt vanaf IE 5.5
Plain text: Arial 12pt
*/

body {
/*globale stijlen configuren voor hele bestand*/
/*body margin = 10px aan bovenkant, verder 0 voor uitlijnen, padding zelfde doel voor cross browser */
margin: 10px 0 0 0;
padding: 0;
/* algemeen aangeven serif of sans, daarnaast fonts in volgorde*/  
/* zwarte font voor hele bestand behalve waar anders aangegeven */ 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
/*IE 5 hack, hack om het hele design te centreren, eigenlijk moet deze eigenschap NIET worden gebruikt om elementen te centreren echter IE 5 maakt deze hack nodig, later moet dus ook voor individuele elementen de center eigenschap weer teniet worden gemaakt*/
text-align: center;
behavior: url(http://www.staplesadvantage.co.uk/fileadmin/templates/tld.sa/fileadmin/csshover.htc); /*IE 5,6 rollover hack door behavior call, maakt alle elementen dus niet alleen <a rollover-able>*/
}

/*algemene tekstlinks*/
a {
	 text-decoration: none;
}

/*onbezochte, bezochte en active links blauw*/
a:link, a:active, a:visited {
	 color: #0091dd;
}

/*mouseover links zwart*/
a:hover {
	 color: #000000;
}


/*basis definities van id container die de gehele site inhoud omsluit*/
#container {
	/*de breedte inhoud 930px*/
	width: 930px;
	/*afstand van border naar binnen is 0*/
	padding: 0px 0px 0px 0px;
	/*afstand van border naar buiten*/
	/*trick om de hele container te centreren voor moderne browser dus ex IE 5,
	rechter en linker rand moeten op auto - dit in combinatie met vaste width centreerd de container,
	op deze manier in combinatie met body tekst-align center is dus cross browser gecentreerd*/
	margin: 0 auto 0 auto;
	background: White;
	/*hier corrigeren van IE hack om tekst alsnog aan linker kant te krijgen*/
	text-align: left;
	/*HEEL BELANGRIJK, alle elementen worden relatief tot container gepostitioneerd,
	daarom hier aangeven*/
	position: relative;
	/*border: 1px solid red;*/
}
/*content kolom*/
/*title*/
#title {
	/*border: 1px solid red;*/
	text-align: right;
}

#mainmenu {
	/*border: 1px solid red;*/
	text-align: right;
}

/*linker kolom*/
#links {
	padding: 15px 0px 0px 0px;
	margin: 0px 20px 0px 0px;
	/*border: 1px solid red;*/
	text-align: left;
}

/*logo*/
#logo {
	padding: 0px 0px 40px 0px; /*uitlijnen met menu, hero */
	margin: 0px 0px 0px 0px;
	/*border: 1px solid red;*/
}

/* loginbox*/
#loginbox {
/*border: 1px solid red;*/
padding: 0px 0px 20px 0px; /*uitlijnen met submitbutton */
margin: 0px 0px 0px 0px; 
}

div.tolExpOrderLogin {
/*border:1px solid red;*/
color:#999999;
font-family:Arial,Helvetica,sans-serif;
padding:1px 0px 0px 0px;
}

div.tolExpOrderLogin a, div.tolExpOrderLogin p, div.tolExpOrderLogin {
font-size:11px;
/*border: 1px solid green;*/
margin: 3px 0px 3px 0px; 
}

.tolExpOrderLogin input {
color:#999999;
font-size:11px;
}

.tolExpOrderLogin div span input:hover {
	color: #cccccc;
    cursor: pointer;
}

/*contact box links*/
div#contact {
/*afstand hele blok contact naar links en rechts*/
padding: 0px 0px 30px 0px;
margin: 0px 0px 0px 0px;
/*border: 1px solid blue;*/
}

/*contact header*/
h3 {
font-size: 16px;
font-weight: bold;
color: #00204E;
/*afstand naar stippellijn boven*/
padding: 10px 0px 0px 0px;
margin: 0px 0 4px 0;
/*border: 1px solid red;*/
border-top: 1px dotted #bfbfbf;
}

/*contact text*/
p.contact {
color: #00275D; 
font-size: 14px;
/*ruimte tussen de p tags*/
margin: 0px 0px 0px 0px;
padding: 0px 0px 4px 0px;
/*border: 1px solid #609048;*/
}

/*contact button*/
.button {
background:transparent url(../images/leftButton.gif) no-repeat scroll left top;
float:left;
height:19px;
line-height:19px;
padding:0px 0 0 3px;
/*border: 1px solid black;*/
}

.button div {
background:transparent url(../images/rightButton.gif) no-repeat scroll right top;
float:left;
height:19px;
line-height:19px;
padding:0 3px 0 0;
}

.button div span {
background:transparent url(../images/middleButton.gif) repeat-x scroll left top;
display:block;
float:left;
height:19px;
line-height:19px;
padding:0 3px;
}

.button div span a, .button div span input {
background:transparent url(../images/arrowsButton.gif) no-repeat scroll right center;
border:medium none;
color:#FFFFFF;
font-size: 11px;
padding:0 12px 0 0;
text-decoration:none;
}

.button div span a:link, .button div span a:active, .button div span a:visited {
	 color: #ffffff;
}

.button div span a:hover {
	color: #cccccc;
}
/*end contact box links*/

/*layout 2, quicklinks links */
h2 {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
color: #00204E;
padding: 4px 10px 5px 0px;
margin: 0 0 4px 0;
/*border-top: 1px solid #bfbfbf;*/
background-image:url('../images/grey_arrow_topline.gif');
background-repeat:no-repeat;
}

h2 a {
	text-decoration: none;
}

/*onbezochte, bezochte en active links zijn groen*/
h2 a:link, h2 a:active, h2 a:visited {
	 color: #00204E;
}

h2 a:hover {
	color: Black;
}

/*navigatie links begin*/
/*afstand linker rand*/
#navcontainer { margin-left: 0px; }

/*bof niveau 1*/
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 1px;/*hide*/
font-weight: bold;
}

#navcontainer li { margin: 0 0 0 0; }/*hide*//*afstand vertikaal tussen hoofdmenupunten*/

#navcontainer a
{
display: none;/*hide*/
padding: 0px 0px 0px 0px;/*hide*/
width: 232px;
color: #ffffff;/*hide*/
background-color: #ffffff;/*hide*/
text-decoration: none;
/*border: 1px solid red;*/
}

/*eof niveau 1*/
/*bof niveau 2*/
#navcontainer ul ul li { margin: 0 0 1px 0; }/*afstand tussen menupunten*/

#navcontainer ul ul a
{
display: block;
padding: 2px 10px 2px 0px;
width: 232px;
color: #00275D;
text-decoration: none;
/*border: 1px solid blue;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#navcontainer ul ul a:hover
{
color: #eb3d20;
background-color: #ffffff;
text-decoration: none;
}

#navcontainer ul ul #n2_current, #navcontainer ul ul #n2_current a
{
color: #eb3d20;
background-color: #ffffff;
text-decoration: none;
}
/*eof niveau 2*/
/*bof niveau 3*/
#navcontainer ul ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul ul a
{
display: block;
/*witte ruimte links en rechts*/
margin: 0px 0px 0px 0px;
/*laaste is tekst inspringen links*/
padding: 1px 3px 1px 10px;
width: 232px;
color: #1d242c;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
}

#navcontainer ul ul ul a:hover
{
color: #eb3d20;
background-color: #ffffff;
text-decoration: none;
/*background-image: url(http://www.staplesadvantage.co.uk/fileadmin/templates/tld.sa/styles/images/static/arrow.gif);*/
background-repeat: no-repeat;
background-position: 0 .5em;
/*border: 1px solid blue;*/
}

#navcontainer ul ul ul #n3_current, #navcontainer ul ul #n3_current a
{
color: #ffffff;
background-color: #00275d;
text-decoration: none;
/*background-image: url(http://www.staplesadvantage.co.uk/fileadmin/templates/tld.sa/styles/images/static/arrow.gif);*/
background-repeat: no-repeat;
background-position: 0 .5em;
/*border: 1px solid red;*/
}
/*navigatie links einde*/

/*ruimte maken dat tekst niet aan de rand kleeft*/
#content {
	padding: 5px 0px 5px 24px;
	/*border: 1px solid #609048;*/
	}

/*default content text*/
p.bodytext {
font-family: arial, helvetica, sans-serif;
color:#414141; 
font-size: 12px;
/*verwijderd ruimte tussen de p tags*/
margin-bottom: 0px;
margin-top: 0px;
}

/*header typ3 normal en h1*/
h1 {
	 color: #46596e;
	 font-size: 0.8em;
	 font-weight: bold;
}

/*default list item binnen content variabele*/
#content ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 15px;
font-size: 12px;
font-weight:normal;
/*border: 1px solid Black;*/
/*line-height: 1.5em;*/
/*list-style-type: circle;*/
}

/*stippellijn boven - met frame rulerBefore*/
div.csc-frame.csc-frame-rulerBefore {
padding: 0px 0px 0px 0px;
margin: 0px 0px 10px 0px;
/*border: 1px solid red;*/
border-top: 1px dotted #bfbfbf;
}

a.internal-link {
	 text-decoration: none;
	 background: url(../images/arrowsButton.gif) no-repeat scroll left center;
     background-position: 0px 4px;
   padding: 0px 0px 0px 10px;
}

/*onbezochte, bezochte en active links blauw*/
a.internal-link:link, a.internal-link:active, a.internal-link:visited {
	 color: #0091dd;
	 /*color: #00204e; original color old*/
}

/*mouseover links zwart*/
a.internal-link:hover {
	 color: #000000;
}

a.external-link {
	 text-decoration: none;
	 background: url(../images/arrowsButton.gif) no-repeat scroll left center;
     background-position: 0px 4px;
   padding: 0px 0px 0px 10px;
}

/*onbezochte, bezochte en active links blauw*/
a.external-link:link, a.external-link:active, a.external-link:visited {
	 color: #0091dd;
	 /*color: #00204e; original color old*/
}

/*mouseover links zwart*/
a.external-link:hover {
	 color: #000000;
}

a.download {
	 text-decoration: none;
	 background: url(../images/arrowsButton.gif) no-repeat scroll left center;
     background-position: 0px 4px;
   padding: 0px 0px 0px 10px;
}

/*onbezochte, bezochte en active links blauw*/
a.download:link, a.download:active, a.download:visited {
	 color: #0091dd;
	 /*color: #00204e; original color old*/
}

/*mouseover links zwart*/
a.download:hover {
	 color: #000000;
}

/*box voor legal italy = net zo breed als navigatie + content colom*/
div#legal {
position: absolute; bottom: -140px;
width: 678px;
font-size: 11px;
color: #666666;
text-align: center;
padding: 0px 0px 20px 0px;
/*margin: 0px 0px 0px 0px;*/
/**border: 1px solid red;*/
}

/*box voor footer menu = net zo breed als navigatie + content colom*/
div#footer {
position: absolute; bottom: -60px;
width: 678px;
font-size: 11px;
color: #000000;
text-align: center;
border-top: 1px dotted #bfbfbf;
padding: 10px 0px 20px 0px;
/*margin: 0px 0px 0px 0px;*/
}

/*menu footer*/
/*text-decoration ausgeklammert f?r beide ids*/
a#menu_footer_no, a#menu_footer_act {         
color: #666666;
padding: 0px 10px 0px 10px;
} 

/*definitie mouseover gewone link*/
a#menu_footer_no:link, a#menu_footer_no:visited, a#menu_footer_no:active {         
} 

a#menu_footer_no:hover {    
color: #000000;
} 

/*definitie geselecteerde link*/
a#menu_footer_act:link, a#menu_footer_act:visited, a#menu_footer_act:active, a#menu_footer_act:hover  {
color: #000000;
} 

/*start form
/* Felder und Submit Button für Email-Formulare */
.csc-mailform-field input {
background-color: #ffffff;
border: 1px solid;
border-color: #BDBDBD;
font-size: 12px;
line-height:15px;
}
 
.csc-mailform-field textarea {
background-color: #ffffff;
border: 1px solid;
 
border-color: #BDBDBD;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:15px;
}

/* select field formateren*/
.csc-mailform-field select {
background-color: #ffffff;
border: 1px solid;
border-color: #BDBDBD;
} 

/* checkbox formateren*/
.csc-mailform-check {
position: relative; 
left: -310px;
bottom: -2px;
} 
 
.csc-mailform-field label {
/*afstand tussen regels oorspronkelijk 2px*/
margin:5px;
font-size:12px;
line-height:15px;
color:#000000;
float: left;
text-align: left;
margin-right: 0px;
/*ruimte tussen label en input field*/
width: 280px;
display: block;
}
 
/*Border um gesamtes Formular wenn gewünscht*/
.csc-mailform {
border-style: solid;
border-width: 0px;
border-color: #993300;
}
 
/*Ausrichtung des Submit Buttons*/
#mailformformtype_mail 
{
margin-left: 0px;
margin-top: 15px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;

/*kleur submitbutton*/
color: #ffffff;
background-color: #666666;
border-width: 1px;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-bottom-color: #A2A2A2;
border-right-color: #A2A2A2;
border-style: solid;
} 

.csc-mailform-field {
font-size: 11px;
line-height:15px;
clear:both;
} 

/* text label tussen velden */
.csc-mailform-label {
text-decoration: underline;
font-weight: bold;
color: #000000;
font-size:12px;
border: 0px solid blue;
margin: 0px 0px 0px 5px;
padding: 0px 0px 0px 0px;
line-height:25px;
}

/* eof form*/

/* sitemap */
.csc-sitemap > ul > li {
font-weight: bold;
padding-bottom: 5px;
list-style-type: none;
}

/* 
.csc-sitemap ul {
list-style-type: none;
}
*/

/* bof jobcontrole */
/* LISTVIEW */
.dmmjobcontrol_list_th1, .dmmjobcontrol_list_th2, .dmmjobcontrol_list_th3 
{ 
border: 0px #ccc solid;
text-align: left; 
font-family: arial, helvetica, sans-serif;
color:#414141; 
font-size: 12px;
} 

.dmmjobcontrol_list_tr td, .dmmjobcontrol_list_tr_alt td
{
border: 0px #ccc solid;
text-align: left; 
font-family: arial, helvetica, sans-serif;
color:#414141; 
font-size: 12px;
padding: 0px 20px 0px 0px;
}

.dmmjobcontrol_list_tr a, .dmmjobcontrol_list_tr_alt a {
text-decoration: none;
background: url(../images/arrowsButton.gif) no-repeat scroll left center;
padding: 0px 30px 0px 10px;
}

/*onbezochte, bezochte en active links blauw*/
.dmmjobcontrol_list_tr a:link, .dmmjobcontrol_list_tr a:active, .dmmjobcontrol_list_tr a:visited {
color: #0091dd;
/*color: #00204e; original color old*/
}

/*mouseover links zwart*/
.dmmjobcontrol_list_tr a:hover {
color: #000000;
}

/* DETAILVIEW */
div.tx-dmmjobcontrol-pi1 h3 {
	 color: #46596e;
	 font-size:12px;
	 font-weight: bold;
     border-top: 0px solid black;
}

div.tx-dmmjobcontrol-pi1 div {
color:#414141;
font-family:arial,helvetica,sans-serif;
font-size:12px;
margin-bottom:0;
margin-top:0;
}

a.dmmjobcontrol_apply_link, a.dmmjobcontrol_apply_backtolist {
text-decoration: none;
background: url(../images/arrowsButton.gif) no-repeat scroll left center;
padding: 0px 10px 0px 10px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

/*onbezochte, bezochte en active links blauw*/
a.dmmjobcontrol_apply_link:link, a.dmmjobcontrol_apply_link:active, a.dmmjobcontrol_apply_link:visited,
a.dmmjobcontrol_apply_backtolist:link, a.dmmjobcontrol_apply_backtolist:active, a.dmmjobcontrol_apply_backtolist:visited {
color: #0091dd;
/*color: #00204e; original color old*/
}

a.dmmjobcontrol_apply_link:hover, a.dmmjobcontrol_apply_backtolist:hover {
color: #000000;
}
/* eof jobcontrole */

/* splitcontent */
td.right, td.left
{
/* border: 1px blue solid; */
padding: 0px 20px 0px 0px;
}

/* bof langmenu */
#langmenu
{
/* border: 1px solid red; */
text-align: right;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#langmenu li
{
display: inline;
list-style-type: none;
font-size: 13px;
padding: 0px 0px 0px 10px;
font-family: Arial, Helvetica, sans-serif;
}

#langmenu a 
{ 
text-decoration: none; 
}

#langmenu a:link, #langmenu a:visited
{
color: #afafaf;
}

#langmenu a:hover
{
color: #ed5036;
text-decoration: none;
}

li.langmenuitemACT
{
color: #ed5036;
font-weight: bold;
}

li.langmenuitemEmpty
{
visibility: hidden;
}
/* eof langmenu */