/** Opmaak standaard elementen die gelden voor de gehele website */

body {
	padding:0;
	margin:0;
	color: #000000;
                font-family:arial,sans-serif,helvetica; 
                font-size:12px;
                background:#FFFFFF;
}

/** BEGIN classes voor indeling van de site*/
.main {
	background: #ffffff; 
	width: 100%; 
	position: absolute; 
	top: 135px; 
	left: 0px;
	padding: 0;
	margin: 0;
}
.navleft {
	left: 0px;
	width: 200px; 
	position: absolute; 
	background-color: #ffffff;
}
.navleftSiteMap {
	left: 0px;
	width: 10px; 
	position: absolute; 
	background-color: #ffffff;
}

.hoofdnav {
	background: #ffffff; 
	left: 0px; 
	width: 100%; 
	position: absolute; 
	top: 0px; 
	height: 80px;
}
.content {
	left:200px; 
	margin-left: 10px; 
                margin-right: 10px; 
	width: 380px; 
	position: absolute;  
                line-height: 16px;
}
.contentSiteMap {
	left:200px; 
	margin-left: 10px; 
                margin-right: 10px; 
	width: 750px; 
	position: absolute; 
}

.right {
	left:600px; 
	width: 170px; 
	margin-right: 10px;
	position: absolute; 
	overflow: hidden;
}
.infomenu{
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	height: 20px;
	background: #FFFFFF;
}

.infolinks{
	float: right;
	margin-right: 5px;
}

.printheader{
                display: none;
}
.header{
	left: 0px; 
	width: 100%;
                min-width: 770px;
	position: absolute;
	top: 90px; 
	height: 29px;
}

/** bepalen van de kleur en vorm van de footer */
.contentFooter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6600;
                float: right;
	margin-right: 5px;
	margin-top: 10px;
                margin-bottom: 10px;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}




/** EINDE classes voor indeling van de site*/

/** BEGIN algemene styles */
.content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
	margin:0;
}

.content h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	font-style: italic;
                font-weight: normal;
	padding:0;
	margin:0;
}


.content h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
                font-weight: bold;
                margin-bottom: 0px;
}

.content p{
	margin-top: 0px;
}

/** mogelijk specifieke styles toe tevoegen voor p uit rtf velden  */
.prtf{
       margin-top: 0px;
       margin-bottom: 5px;
}

/** om in text browsers ook een topnav te hebben  */
.hoofdnav a span{
	display: none;
}

/** bepalen van de kleur van tabellen */
.rtfTable table {
                background-color: #000000;
}

.rtfTable td{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	line-height: 20px;
	padding-left: 3px;
	padding-right: 3px;
        border: 1px solid #FFFFFF;
}
.type1 .rtfTable td{ background-color: #FF6600; color: #FFFFFF;}
.type2 .rtfTable td{ background-color: #66CCCC; color: #000000; }
.type3 .rtfTable td{ background-color: #99CC99; color: #000000;}
.type4 .rtfTable td{ background-color: #CC9966; color: #000000;}

.artikel_paragraaf .rtfTable td a,.artikel_paragraaf .rtfTable td a:visited,.artikel_paragraaf .rtfTable td a:active,.artikel_paragraaf .rtfTable td a:link{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: normal;
	
}

.artikel_paragraaf .rtfTable td a:hover{
	color: #000000;
}

/** EIND algemene styles */

/** Header Styles*/
.type1 .header{ background-image: url(/pics/heading/header_01.gif); }
.type2 .header{ background-image: url(/pics/heading/header_02.gif); }
.type3 .header{ background-image: url(/pics/heading/header_03.gif); }
.type4 .header{ background-image: url(/pics/heading/header_04.gif); }

/** Visual Homepage */
.visual{
                background-position: left top;
                width: 100%;
                color: #FFFFFF;
}

.type1 .visual{ background-color: #FF6600; }
.type2 .visual{ background-color: #66CCCC; }
.type3 .visual{ background-color: #99CC99; }
.type4 .visual{ background-color: #CC9966;}

.visualText{
                margin-left: 10px;
                text-transform: uppercase;
                font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.visualText#visual1{ margin-top: -70px; }
.visualText#visual2{ margin-top: -105px; }
.visualText#visual3{ margin-top: -115px; }
.visualText#visual4{ margin-top: 5px; }

.toelichting{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
                color: #000000;
}

.type1 .toelichtingText,.type1 .rechtsmibg{ background-color: #FF6600; }
.type2 .toelichtingText,.type2 .rechtsmibg{ background-color: #66CCCC; }
.type3 .toelichtingText,.type3 .rechtsmibg{ background-color: #99CC99; }
.type4 .toelichtingText,.type4 .rechtsmibg{ background-color: #CC9966; }

.rightEmpty {
                font-size: 12px; 
                color: #ffffff; 
                font-family: Arial, Helvetica, sans-serif; 
                background-color: #ffffff; 
                padding-top: 0px; 
                display: none; 
}

.toelichtingText{
                display: none;
                padding-left: 5px;
                padding-right: 5px;
                padding-top: 0px;
                margin-top: -4px;
}

.toelichtingText ul{
	margin-left: 15px;
                margin-bottom: 0;
	padding-left: 0;
}

.toelichtingText ul li{
        padding-left: 0;
}


.toelichtingText p{
	margin-top: 0;
	padding-top: 0;
}

/** om voor de toelichting ook de mouse over te krijgen */
.toelichtingText a{
                font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height: 20px;
	text-decoration:none;
}
.toelichtingText a:link, a:active {
	text-decoration:none;
}
.toelichtingText a:visited {
	text-decoration:none;
}
.toelichtingText a:hover {
	color:#000000;
	text-decoration:none;}

.toelichtingText h3{
	font-weight:: bold; 
                font-size: 12px; 
                line-height: 16px; 
                font-family: Arial, Helvetica, sans-serif;
                margin: 0;
	padding: 0;
}

.transacties{
                margin-top: 10px;
                margin-bottom: 10p;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.type1 .transacties{ background-color: #FF6600; }
.type2 .transacties{ background-color: #66CCCC; }
.type3 .transacties{ background-color: #99CC99; }
.type4 .transacties{ background-color: #CC9966; }

a.CTlink, a.CTlink:visited{
	text-decoration:none;
                color: #FFFFFF;
}
a.CTlink:hover{
                color: #FFCC99;
}
a.hyperlink,a.hyperlink:visited,a.hyperlink:active,a.hyperlink:link, .content a, .content a:visited, .content a:active, .content a:active, .content a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.type1 a.hyperlink, .type1 a.hyperlink:link, .type1 a.hyperlink:active, .type1 a.hyperlink:visited{color:#FF6600;}
.type2 a.hyperlink, .type2 a.hyperlink:link, .type2 a.hyperlink:active, .type2 a.hyperlink:visited{color:#FF6600;}
.type3 a.hyperlink, .type3 a.hyperlink:link, .type3 a.hyperlink:active, .type3 a.hyperlink:visited{color:#FF6600;}
.type4 a.hyperlink, .type4 a.hyperlink:link, .type4 a.hyperlink:active, .type4 a.hyperlink:visited{color:#FF6600;}

.artikel_paragraaf{
     margin-top: 10px;
}

.type1 .artikel_paragraaf a, .type1 .artikel_paragraaf a:visited, .type1 .artikel_paragraaf a:active, .type1 .artikel_paragraaf a:active, .type1 .artikel_paragraaf a:link{color:#FF6600;}
.type2 .artikel_paragraaf a, .type2 .artikel_paragraaf a:visited, .type2 .artikel_paragraaf a:active, .type2 .artikel_paragraaf a:active, .type2 .artikel_paragraaf a:link{color:#FF6600;}
.type3 .artikel_paragraaf a, .type3 .artikel_paragraaf a:visited, .type3 .artikel_paragraaf a:active, .type3 .artikel_paragraaf a:active, .type3 .artikel_paragraaf a:link{color:#FF6600;}
.type4 .artikel_paragraaf a, .type4 .artikel_paragraaf a:visited, .type4 .artikel_paragraaf a:active, .type4 .artikel_paragraaf a:active, .type4 .artikel_paragraaf a:link{color:#FF6600;}

.type1 a.hyperlink:hover,.type1 .artikel_paragraaf a:hover{color:#000000; text-decoration:underline;}
.type2 a.hyperlink:hover, .type3 a.hyperlink:hover, .type4 a.hyperlink:hover,
.type2 .artikel_paragraaf a:hover,.type3 .artikel_paragraaf a:hover,.type4 .artikel_paragraaf a:hover{color:#000000; text-decoration:underline;}

a.tekstlinkoranje, a.tekstlinkoranje:link, a.tekstlinkoranje:active, a.tekstlinkoranje:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}
.type1 a.tekstlinkoranje, .type1 a.tekstlinkoranje:link, .type1 a.tekstlinkoranje:active, .type1 a.tekstlinkoranje:visited{color:#FF6600;}
.type2 a.tekstlinkoranje, .type2 a.tekstlinkoranje:link, .type2 a.tekstlinkoranje:active, .type2 a.tekstlinkoranje:visited{color:#0099CC;}
.type3 a.tekstlinkoranje, .type3 a.tekstlinkoranje:link, .type3 a.tekstlinkoranje:active, .type3 a.tekstlinkoranje:visited{color:#339999;}
.type4 a.tekstlinkoranje, .type4 a.tekstlinkoranje:link, .type4 a.tekstlinkoranje:active, .type4 a.tekstlinkoranje:visited{color:#993300;}

.type1 a.tekstlinkoranje:hover {color:#000000;
}
.type2 a.tekstlinkoranje:hover, .type3 a.tekstlinkoranje:hover, .type4 a.tekstlinkoranje:hover{color:#FF6600;}

a.subinfo1, a.subinfo1:visited, a.subinfo1:link, a.subinfo1:active,
a.subinfo2, a.subinfo2:visited, a.subinfo2:link, a.subinfo2:active,
a.subinfo3, a.subinfo3:visited, a.subinfo3:link, a.subinfo3:active,
a.subinfo4, a.subinfo4:visited, a.subinfo4:link, a.subinfo4:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	line-height: 12px;
	text-decoration:none;
	text-transform: uppercase;
}

a.subinfo1:hover {
	text-decoration:none;
	color: #FF6600;
}
a.subinfo2:hover {
	text-decoration:none;
	color: #FF6600;
}
a.subinfo3:hover {
	text-decoration:none;
	color: #FF6600;
}
a.subinfo4:hover {
	text-decoration:none;
	color: #FF6600;
}

a.hoofd1{
	background-image: url(/pics/menu/menu_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 102px;
	height: 13px;
	text-decoration:none;
}

a.hoofd1:hover, a.actief1 {
	background-image: url(/pics/menu/menu_01-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 102px;
	height: 13px;
	text-decoration:none;
}

a.hoofd2{
	background-image: url(/pics/menu/menu_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 81px;
	height: 13px;
	text-decoration:none;
}

a.hoofd2:hover, a.actief2 {
	background-image: url(/pics/menu/menu_02-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 81px;
	height: 13px;
	text-decoration:none;
}

a.hoofd3{
	background-image: url(/pics/menu/menu_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 145px;
	height: 13px;
	text-decoration:none;
}

a.hoofd3:hover, a.actief3 {
	background-image: url(/pics/menu/menu_03-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 145px;
	height: 13px;
	text-decoration:none;
}

a.hoofd4{
	background-image: url(/pics/menu/menu_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 81px;
	height: 13px;
	text-decoration:none;
}

a.hoofd4:hover, a.actief4 {
	background-image: url(/pics/menu/menu_04-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 81px;
	height: 13px;
	text-decoration:none;
}

a.hoofd5{
	background-image: url(/pics/menu/menu_05.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 105px;
	height: 13px;
	text-decoration:none;
}

a.hoofd5:hover, a.actief5 {
	background-image: url(/pics/menu/menu_05-over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 105px;
	height: 13px;
	text-decoration:none;
}

.left{
	float: left;
	margin-top: 10px;
}

.firstleft{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.logo a{
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	background-image: url(/pics/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 142px;
	height: 40px;
	border: none;
}
.logo a:hover {
	background-image: url(/pics/logo_over.gif);
}



.wijzigen{
	background-color: #FF6600;
                width: 380px;
                    w\idth: 370px;
                padding-top: 10px;
                padding-left: 5px;
                padding-right: 5px;
                padding-bottom: 10px;
}
.bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
.wijzigen a, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 16px;
	text-decoration:none;
}
.wijzigen a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.wijzigenKop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
                width: 380px;
}
.wijzigenSubkop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-style: italic;
}
.wijzigenTussenkop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FF6600;
	font-weight: bold;
	text-transform: uppercase;
}
a.wijzigLink, a.wijzigLink:link, a.wijzigLink:active, a.wijzigLink:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
                float: right;
                padding-right: 5px;
	color:#FF6600;
	line-height: 12px;
	text-decoration:none;
	text-transform: uppercase;
}

a.wijzigLink:hover {
	text-decoration:none;
	color: #000000;
}

a.toelichting,a:visited.toelichting{
                color: #FF6600;
                text-decoration:none;
}
a:hover.toelichting{
                color: #FF6600;
                text-decoration:underline;
}
a.toelichtingLink1,a:visited.toelichtingLink1{
                color: #FF6600;
                text-decoration:none;
}
a:hover.toelichtingLink1{
                color: #FF6600;
                text-decoration:underline;
}
a.toelichtingLink2,a:visited.toelichtingLink2{
                color: #FF6600;
                text-decoration:none;
}
a:hover.toelichtingLink2{
                color: #FF6600;
                text-decoration:underline;
}
a.toelichtingLink3,a:visited.toelichtingLink3{
                color: #FF6600;
                text-decoration:none;
}
a:hover.toelichtingLink3{
                color: #FF6600;
                text-decoration:underline;
}
a.toelichtingLink4,a:visited.toelichtingLink4{
                color: #FF6600;
                text-decoration:none;
}
a:hover.toelichtingLink4{
                color: #FF6600;
                text-decoration:underline;
}

a.tekstlinkbold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 20px;
	text-decoration:none;
}
a.tekstlinkbold:link, a.tekstlinkbold:active {
	text-decoration:none;
}
a.tekstlinkbold:visited {
	text-decoration:none;
}
a.tekstlinkbold:hover {
	color:#FFFFFF;
	text-decoration:none;}
.anker{
	position: relative;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 380px;
}
a.ankerLink1, a.ankerLink1:active, a.ankerLink1:link, a.ankerLink1:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6600;
	line-height: 20px;
	text-decoration:none;
}
a.ankerLink2, a.ankerLink2:active, a.ankerLink2:link, a.ankerLink2:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6600;
	line-height: 20px;
	text-decoration:none;
}
a.ankerLink3, a.ankerLink3:active, a.ankerLink3:link, a.ankerLink3:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6600;
	line-height: 20px;
	text-decoration:none;
}
a.ankerLink4, a.ankerLink4:active, a.ankerLink4:link, a.ankerLink4:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF6600;
	line-height: 20px;
	text-decoration:none;
}
a.ankerLink1:hover {
	color:#000000;
	text-decoration:none;
}
a.ankerLink2:hover, a.ankerLink3:hover, a.ankerLink4:hover {
	color:#000000;
	text-decoration:none;
}

.linkBoven a{
	height: 17px;
	width: 13px;
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	background-position: left top;
}

.type1 .linkBoven a, .type4 .linkBoven a{
	background-image: url(/pics/pijl_omhoog_oranje.gif);

}

.type2 .linkBoven a{
	background-image: url(/pics/pijl_zakelijk.gif);

}

.type3 .linkBoven a{
	background-image: url(/pics/pijl_corporate.gif);

}

.linkBoven a:hover {
	background-image: url(/pics/pijl_omhoog_zwart.gif);
	background-repeat: no-repeat;
}

/** chapeau en voetnoot worden in persbericht gebruikt */
.chapeau{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
                color: #000000;
                font-style: italic;
}
.voetnoot{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
                color: #000000;
}
.vacature{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
                font-weight: bold;
}
.kleur1{
	color:#FF6600;
}
.kleur2{
	color:#0099CC;
}
.kleur3{
	color:#339999;
}
.kleur4{
	color:#993300;
}

/* Stijlen voor de overzichtspagina´s*/

.persbericht_overzicht{
	margin-bottom: 10px;
}

a.link_persoverzicht, a.link_persoverzicht:link, a.link_persoverzicht:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
                text-decoration:none;
}

a.link_persoverzicht:hover, a.link_persoverzicht:active {
	color:#FF6600;
}

a.pagina_link, a.pagina_link:link, a.pagina_link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
                text-decoration:none;
}

a.pagina_link:hover, a.pagina_link:active {
	color:#FF6600;
}

/** Contactpagina Styles*/
.contact{
	width: 380px;
	height: 75px;
	position: relative;
                margin-bottom: 20px;
}
.contactLinks{
	position: relative;
	width: 180px;                
                float: left;
                margin-bottom: 10px;
}
.contactRechts{
	position: relative;
	width: 180px;
                float: left;

}
.contactToelichting{
	position: relative;
	width: 370px;
	font-family: arial,sans-serif,helvetica;
	font-size: 10px;
                margin-top: 1px;
}
/* stylen tbv stuur door */
  .StuurDoor {
    LEFT: 100px; 
    TOP: 0px;
    MARGIN-LEFT: 10px; 
    WIDTH: 450px; 
    MARGIN-RIGHT: 10px; 
    POSITION: absolute;
    padding-left: 5px; 
    FONT-SIZE: 12px; 
    COLOR: #ffffff; 
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    border: black 2px solid;
    display: none;
  }

.type1  .StuurDoor{
  	background-color: #ff6600;
}

.type2  .StuurDoor{
  	background-color: #66CCCC;
}

.type3  .StuurDoor{
  	background-color: #99CC99;
}

.type4  .StuurDoor{
  	background-color: #CC9966;
}
  

  .omschrijvingSpan {
    width : 150px;
    float: left;
    margin: 0;
  }

  .divRegel {
    line-height: 30px;
    vertical-align: top;
  }

  .StuurDoor input {
    margin-left: 2px;
    float: left; 
    width: 250px;
    border: none;
  }

  .foutMelding {
    color: white;
    font-size: 12px;
    font-weight: bold;
  }

  .StuurEmpty {
    padding-Top: 0px;
    display: none;
    POSITION: absolute;
    border: black 1px solid;
  }

/* stylen tbv Kioskpagina */


   .kioskI {
    LEFT: -50px; 
    TOP: 100px;
    MARGIN-LEFT: 10px; 
    WIDTH: 200px; 
    MARGIN-RIGHT: 10px; 
    POSITION: absolute;
    padding-left: 5px; 
    FONT-SIZE: 12px; 
    COLOR: #ffffff; 
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    border: black 2px solid;
    display: none;
  }

.type1 .kioskI{ background-color: #FF6600; }
.type2 .kioskI{ background-color: #66CCCC; }
.type3 .kioskI{ background-color: #99CC99; }
.type4 .kioskI{ background-color: #CC9966; }

 .kiosk_bestel_knop {
   background-image: url(/pics/pijl_op_oranje.gif)
  }
	 
  .kiosk_titel{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #ffffff;
	FONT-SIZE: 12px;  
}

.type2  .kiosk_titel{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #000000;
	FONT-SIZE: 12px;  
}

.type2   .kiosk_subtitel{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #000000;
	FONT-SIZE: 9px;  
}
	 
.kiosk_subtitel{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #ffffff;
	FONT-SIZE: 9px;  
}
	 
a.kiosk_link,a.kiosk_link:link,a.kiosk_link:active,a.kiosk_link:visited{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.type2 a.kiosk_link,.type2 a.kiosk_link:link,.type2 a.kiosk_link:active,.type2 a.kiosk_link:visited{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a.kiosk_link_info,a.kiosk_link_info:link,a.kiosk_link_info:active,a.kiosk_link_info:visited{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.type2 a.kiosk_link_info,.type2 a.kiosk_link_info:link,.type2 a.kiosk_link_info:active,.type2 a.kiosk_link_info:visited{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.kiosk_toelichting{
	font-size:9px;
}
	
.bestel_image{
   background-image: url(/pics/pijl_op_oranje.gif);
   background-repeat:  no-repeat;
   background-position: center right;
}

.servicenormimage{
   float: left; 
   margin-right: 0; 
   padding-right: 0;
}

.servicenormflash{
   float: left; 
   margin-left: 0;
  padding-left: 0;
}

.zakelijkInlog{
  font-size: 11px;
  font-family:arial;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 5px;
  color: #000000;
}

.zakelijkInlog a, .zakelijkInlog a:visited, .zakelijkInlog a:link, .zakelijkInlog a:active{
   color: #000000;
   text-decoration:none;
   font-size: 11px;
   line-height: 12px;
}

.zakelijkInlog a:hover{
   color: #FFFFFF;
}

/** google zoek */
.google1{background-color:  #FF6600;}
.google2{background-color:  #66CCCC;}
.google3{background-color:  #99CC99;}
.buttonAsLink{
	font-family:       Verdana, Arial, Helvetica, sans-serif;
	font-size:         11px;
	color:             #FFFFFF;
	font-weight:       bold;
	padding:           3px 0;
	border-width:      0; 
	cursor:            pointer;
                width:65px;
                margin-top:10px;
                margin-bottom:-10px;
	}
.buttonAsLink_hover{
	font-family:       Verdana, Arial, Helvetica, sans-serif;
	font-size:         11px;
	color:             #000000;
	font-weight:       bold;
	padding:           3px 0;
	border-width:      0; 
	cursor:            pointer;
                width:65px;
                margin-top:10px;
                margin-bottom:-10px;
	}
/** einde google zoek */

/** start homepage particulier*/
a.HPPlink, a.HPPlink:active, a.HPPlink:visited, a.HPPlink:link{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	margin-left: 10px;
}
a.HPPlink:hover{
	color: #FF6600;
}
a.HPPlink1, a.HPPlink1:active, a.HPPlink1:visited, a.HPPlink1:link{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	margin-left: 10px;
	font-weight: bold;
}
a.HPPlink1:hover{
	color: #FF6600;
}
.HPPinfo{
	position:relative; 
	width:25%;
	float:left;
}
div.HPPinfodiv{
	border:solid 1px #F9A35A;
	width:98%;
	margin-left:5px;
	padding:10px;
	float:left;
}
div.HPPlinksbuiten{
	width:29%;
	#width:30%;
	float:left;
	padding-left:5px;
	#padding-left: 10px;
	padding-top: 10px;
}
div.HPPlinksmidden{
	width:19%;
	#width: 20%;
	float:left;
	padding-left:10px;
	padding-top: 10px;
}
div.HPPrechtsmidden{
	width:29%;
	#width:30%;
	float:left;
	padding-left:10px;
	padding-top: 10px;
}
div.HPPrechtsbuiten{
	width:18%;
	#width: 19%;
	float:left;
	padding-left:10px;
	padding-top: 10px;
}
div.HPPlinksitem{
	width:100%;
	height:68px;
	float:left;
	background-color: #F9A35A;
	margin-bottom: 10px;
	margin-top:-5px;
}
div.HPPlinksitemtitel{
	float:left; 
	font-weight: bold;
	margin-top:15px; 
	margin-left: 3px;
	text-transform: uppercase;
	font-size:12px;
	width:65%;
}
div.HPPlinksitemlink{
	margin-top:15px;
	float:left;
	font-size:11px;
}
div.HPPgooglezoek	{
	width:100%;
	float:left;
	background-color: #FF6600;
	margin-top:-5px;
}
.HPPtitel{
	font-weight: bold;
	margin-left: 10px;
	text-transform: uppercase;
}
/** einde homepage particulier*/