/* CSS */

/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(/images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(/images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */

/***************
PNG Support
****************/

img, div { 
behavior: url(/uploads/files/iepngfix.htc) 
}


/* CONTAINERS */

body {
  color:#555555;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:80%;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  margin: 0;
  background: #fff url(/uploads/images/bg.png) repeat-x 0 0; 
  text-align: center;
}

div {
text-align: left;
}

div#wrapper { 
/*  width: 960px; 
  margin: 0 auto; */
  margin-left: 50%;
  clear: both;
}

div#content {
/*  margin: 0 auto;
  width: 960px;
  margin-top: 132px;
  background: transparent; 
  background: #ff0000;
  margin-bottom: 60px;*/

  position: absolute;
  width: 960px;
  height: 132px;
  background: transparent;
  top: 132px; 
  margin-left: -480px;
}

div#text {
 width: 960px;
  height: 260px;
/* background: transparent url(/uploads/images/nederland.png) no-repeat; */
}

div#text p {
width: 700px;
}

div#intranetwrapper {
  width: 90%; 
  margin: 0 auto;
  clear: both;
}

div#intranetwrapper #content #wide iframe {
border-left: 2px solid #ccc;
border-right: 2px solid #ccc;
border-top: 0;
border-bottom: 0;
}


div#headwrapper { 
margin-left: 50%;
}

div#header {
  position: absolute;
  width: 960px;
  height: 132px;
  background: url(/uploads/images/bridge.jpg) no-repeat top right;
  top: 0; 
  margin-left: -480px;
}

div#headmenu {
  height: 100px;
  width: 100%;
}

div#telefoonnummer { 
position:absolute; clear: right; position: absolute; left: 730px; top: 57px; }

div#logo {
  float: left;
  width: 340px;
  height: 100px;
}

img.carclasslogo {
margin-left: 6px;
margin-top: 22px;
}

div#klantlogin {
  float: right;
  width: 320px;
  height: 150px;
}

div#mainmenu {
  width: 100%;
  height: 32px;
  margin: 0;
/*  background: #162c42;*/
}

div#main {
  width: 100%;
  clear: both;
  
}

div#wide {
width: 100%;
}

div#text p {
  margin-left: 0.8em;
  margin-right: 4em;
}

div#sidebar {
 float: right;
 margin-top: 3px;
 width: 319px;

border-left: 1px solid #ccc;
text-align: left;
}


/*
div#footer {
   margin: 0 auto;    
   clear:both; 
   color: #555555;
   width: 960px;
   height: 100px;
   border-top: 1px solid #ccc;
}

div#footer p {
   padding: 3em 0.5em;
   color:#999;
   font-size: 90%;
}

div#footer a {
   text-decoration: none;
   color:#999;
}

div#footer a:hover {
   text-decoration: underline;
   color:#2f5f8e;
}
*/

/* Footer */

#footer           { position: absolute; top: 800px; bottom: 0; left: 0; width: 100%;  height: 350px;  background: #162c43 url(/uploads/images/footweg.gif) top right no-repeat; margin-bottom: 0;}
#sitemap          { width: 960px; height: 250px;  background: url(/uploads/images/greyfoot.png); border: 1px solid #444; display:block;  margin: 0 auto; }
#links            { width: 960px; height: 200px;  background: #242424; border: 1px solid #ccc; }

#sitemap          {  }
#sitemap ul       { margin-top: 12px; margin-right: 10px; color: #555; font-size: 1em; font-weight: bold; padding: 0;}
#sitemap ul li    { list-style: none; padding: 0.4em; margin-right: 1em; font-size: 85%;}
#sitemap a        { color: #555; text-decoration: none; border: none; }
#sitemap a:active { color: #555; text-decoration: none; }
#sitemap a:hover  { color: #ccc; text-decoration: none; }
#sitemap h3       { color: #565; font-size: 1em; font-weight: bold;}

#diensten         { float: left; margin-top: 30px; margin-left: 40px; width: 190px; }
#informatie       { float: left; margin-top: 30px; margin-left: 40px; width: 190px; }
#treffers         { float: left; margin-top: 30px; margin-left: 40px; width: 190px; }
#over             { float: left; margin-top: 30px; margin-left: 40px; width: 190px; }

/* Copyright */

#copyright        { width: 960px; height: 40px;     margin: 0 auto; }
#logofooter       { float: left;  margin-top: 20px; }
#logo088chauffeur       { float: right;  margin-top: 20px; }
.copyright        { float: left;  margin: 22px 0 0 10px; padding:0; line-height: 1em; font-size: 0.8em; color: #7f8388;}
.belinfo          { float: right; margin-top: 20px; margin-left: 10px; font-size: 0.8em; color: #7f8388;}
.carclass         { float: right; margin: 22px 0 0 10px; padding:0; line-height: 1em; font-size: 0.8em; color: #7f8388;}


/***** IMAGE, TABLE AND BUTTON ELEMENTS ********/

#login {
list-style: none;
float: right;
width: 188px;
height: 38px;
margin-top: 28px;
}

#login li.loginbutton {
background: url(/uploads/images/button.png) no-repeat 0 0;
text-align: center;
}

#login .loginbutton a, a:visited, a:active {

text-decoration:none;
color: #fff;
}

#login .loginbutton a:hover {
text-decoration: underline;
}

table#contactus {
margin-left: 0.8em;
}

table#hometriggers {
margin-left: 10px;
}

/****** LANGUAGE SELECT ********/

#language_select {
float: right;
margin-right: 40px;
margin-top: 10px; 
}

#language_select ul {
list-style: none;
margin: 1em 0;
}

#language_select li {
display: inline; 
}


/****** Nieuws ******/

#nieuws {

}

#nieuwsfacts {
width: 50%;
float: left;
}

#terugbellen {
width: 50%;
float: right;
}

#nieuws h2 {
color: #162C42;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
display: inline;
padding: 2px 0 0px 40px;
background: url(/uploads/images/nieuws.png) no-repeat;
}


#newslist h3 {
margin-left: 0em;
}

#newslist a,
a:link,
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #2f5f8e; 
}

#newslist a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #2f5f8e;                /* a different color can be used for visited links */
}

div#text #newslist {
list-style-image: url(/uploads/images/nieuwsitem.png);
}


#nieuwsitems {
width: 50%;
float: left;
margin-left: 0;
padding-left: 0;
}

#nieuwsitems a:hover {
   text-decoration: underline;
   color: #0b3861;
}

#nieuwsitemslist ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#nieuwsitemslist li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:5px 0 0px 0;
border-bottom: 1px dotted #ccc;
}

#nieuwsitemslist li a {
background:transparent url(/uploads/images/news.png) no-repeat scroll 0 2px;
display:block;
margin:0 0 0 0;
padding:0 0 0 30px;
text-indent:0;
   text-decoration: none;
   color: #0b3861; 
}

#nieuwsitemslist li a:hover {
   text-decoration: underline;
   color: #2f5f8e;
}


/****** Client Login ******/

#clientlogin {
float: right;
height: 26px;
background: #2c5885;
padding-top: 6px;
margin-right: 40px;
}

#clientlogin a {
 padding: 4px 18px;
color:#FFFFFF;
display:block;
font-size:80%;
font-weight:bold;
margin:0;
text-decoration:none;
text-transform:uppercase;
}

#clientlogin a:hover {

}


/* Home banner */

#homebanner {
border: 1px solid #e1e1e1;
padding-top: 6px;
margin: 0 10px;
}


/******* Voordelen van Car Class Block *******/

.iconlist
{
list-style: none;
margin: 0;
padding: 0;
margin-left: 2em;
}

.iconlist li {
border-bottom: 1px solid #d3d3d3;
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
}

.iconlist li span.homesub{
font-size: 70%;
color: #555;
font-weight: normal;
}

.iconlist li a {
color: #162C42;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
display: block;
padding: 10px 0 10px 40px;
}

.iconlist li a:hover {
color: #2f5f8e;
text-decoration: underline;
}

li.klok { background-image: url(/uploads/images/klok.png);}

li.euro {background-image: url(/uploads/images/euro.png);}

li.land {background-image: url(/uploads/images/land.png);}

li.foon {background-image: url(/uploads/images/foon.png);}

li.veilig {background-image: url(/uploads/images/veilig.png);}

li.account {background-image: url(/uploads/images/account.png);}


/********************
CONTENT STYLING
*********************/

/**** IMAGES ****/

img {border: 0;}

.tarief {
margin-left: 20px;
}

.teamfoto {
margin-left: 20px;
}

a,
a:link,
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #0b3861; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #0b3861;                /* a different color can be used for visited links */
}

a:hover {
   text-decoration: underline;
   color: #0b3861;
}

div#content p {
line-height: 1.8em;
}

p.caption {
font-size: 0.8em;
padding-left: 30px;
}

/* TRIGGERS */

div.trigger {
clear: both;
}

.trigger ul {
list-style: none;
}

img.bluearrow {
display: inline;
padding-right: 1em;
}

div.trigger a:hover img.bluearrow {
margin-left: 0.2em;
}



/* HEADINGS */

div#content h1 {
	color: #162c42; 
	font-size: 1.8em; 
	text-align: left; 
        line-height: 2.6em;
        margin: 1em 0 0.5em 0.4em;

}

div#content h2 {
   color: #2c5885; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0.5em;
}

div#sidebar h2 {
   color: #2f5f8e; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.5em 26px;
   padding: 0.4em;
}

div#content h3 {
color: #2f5f8e;
font-size: 1em;
font-weight: bold;
text-decoration: none;
display: inline;
   margin: 0 0 0.5em 0.8em;
   line-height: 1.6em;
}

div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}


/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 20px;
   padding: 0; 
}

p.bold {
   font-weight: bold;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


div#sidebar p {
  padding-left: 34px;
}



/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */


div#sidebar ul.check {
margin-bottom: 2em;
}

div#sidebar ul.check li {
list-style-image: url(/uploads/images/icon_tick.png);
   line-height: 20px;
   margin: 0 4em 1em 1em;
   padding-left: 0.8em;
   font-size: 90%;
}


div#text ul {
list-style-image: url(/uploads/images/icon_tick.png);
margin-bottom: 2em;
}



div#text ul li,
div#text ol li {
   line-height: 20px;
   margin: 0 4em 0 1em;
}


div#main ul,
div#main ol,
div#main dl {
   font-size: 1em;
   line-height: 1.4em;
   margin: 0 1em 2em 1em;
}

div#main ul li,
div#main ol li {


}



/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

/* CSS MAIN MENU */

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_horiz {
   margin-left: 1px;
   margin-right: 1px;
   width: 800px;
   float: left;
}

#menu_portal {
float: left;
}

#menu_portal, #menu_portal ul { 
   list-style: none; 
   margin: 0px; 
   padding: 1px 0 0 0 0;
}

#menu_portal ul li { 
background: #2f5f8e;
border-left: 1px solid #fff;
border-right: 1px solid #fff; 
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
}

#menu_portal ul li:hover { 
background: #999999;
}

#menu_portal a { 
   display: block; 
   margin: 0px; 
   padding: 7px 10px; 
   text-decoration: none; 
   font-weight: bold;
   text-transform: uppercase;
   color: #fff;
   font-size: 80%;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper { 
   width: 100%;
   height: 32px;
   padding-top: 2px;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
   background: #162c42; /* url(/uploads/images/trans.png); */

}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 

}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 8px 10px; 
   text-decoration: none; 
   font-weight: bold;
   text-transform: uppercase;
   color: #fff;
   font-size: 80%;
}

#primary-nav li a { 
   color: #fff;
}

#primary-nav li li a { 
   color: #fff;
}	
#primary-nav li, #primary-nav li.menuparent { 

}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
 background: url(/uploads/images/activebg.png) repeat-x 0 0;
}

#primary-nav li.menuactive a{ 
  color: #162c42;
}

#primary-nav li.menuactive a:hover { 
  color: #fff;
}

#primary-nav li.menuactive ul a { 
  color: #fff;
}

#primary-nav li.menuactive ul a:hover { 
  color: #fff;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
   background: url(/uploads/images/trans.png); 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background: url(/uploads/images/transb.png); 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}


/* CAROUSEL */


/* CAROUSEL v2 */

#carouselv2 {
width: 960px;
background: #ff9900;

}



.container{width:960px;margin:0 auto; }
.content{width:960px;float:left; border-right: 1px solid #ccc; }
.hide{display:none;}
table{width:100%;margin-bottom:1.4em;border-collapse:collapse;border:1px solid #ddd;}
table caption{text-align:center;font-size:1.2em;font-weight:bold;}
th{border-bottom:1px solid #DAC1A7;font-weight:bold;font-size:110%;background:#fff url(http://webimages.mailchimp.com/img/table-th-bg.gif) repeat-x left bottom;color:#c60;}
td{color:#5d5d5d;border-bottom:1px solid #cee1f3;}
th,td{padding:6px 10px;}
tfoot{font-style:italic;}
strong{font-weight:bold;color:#444;}
hr{margin:10px 0;clear:both;border:0;border-bottom:1px solid #ccc;}
dt{font-weight:bold;color:#369;font-size:13px;}
dd{margin-bottom:15px;font-size:12px;}
ol{list-style:decimal inside;font:bold "Trebuchet MS",Verdana,sans-serif;color:#555;}
ol li{list-style:decimal inside;}
/* Zebra Striping for Tables - just add class="zebra-stripe" to table tag and JS will apply */
.odd{background-color:#fff !important;color:#333 !important;}
.even{background-color:#ecf6fc !important;color:#333 !important;}
.tr-over{background-color:#e9e0cf !important;}

div.span-1,div.span-2,div.span-3,div.span-4,div.span-5,div.span-6,div.span-7,div.span-8,div.span-9,div.span-10,div.span-11,div.span-12,.span-off{float:left;margin-right:20px;}
div.last{margin-right:0;}
.span-1{width:280px;}
.span-2{width:138px;}
.span-3{width:217px;}
.span-4{width:226px;}
.span-5{width:375px;}
.span-6{width:454px;}
.span-7{width:533px;}
.span-8{width:612px;}
.span-9{width:691px;}
.span-10{width:770px;}
.span-11{width:849px;}
.span-12{width:928px;}
.span-off{width:280px;}

#carousel_container{width:960px;margin:0 auto;}
#carousel{width:960px;float:left; margin:0;}
#pane-navigation{width:100%;float:left;margin:0;padding:0;}
#pane-navigation ul{width:960px;float:left;border-right:1px solid #d3d3d3;margin:0;list-style:none;}
#pane-navigation ul li{float:left; width:24,25%; border-left:1px solid #d3d3d3;list-style:none;margin:0;padding:0;}

#pane-navigation ul li a{line-height:2.5em;float:left;width:231px;background:#f6f6f6;display:block;border-bottom:1px solid #d3d3d3;
padding:10px 8px 10px 0;border-top:1px dotted #d9d9d9;font-family:"Trebuchet MS","Lucida Grande","Lucida Sans",arial,sans-serif;font-size:13px;text-decoration:none; color: #162C42; font-weight:bold;}

#pane-navigation ul li a em{float:left;margin-top:0px;font-style:normal;margin-left:5px;}
#pane-navigation li a.active{background:#eb8a00 url(/uploads/images/ousel.png) repeat-x; color:#ffffff;border-bottom:1px solid #eb8a00;border-top:1px solid #d3c3b4;font-weight:bold;}

#pane-navigation ul li a img.icon_offerte{float:left;margin-left:15px;padding:0;}
#pane-navigation ul li a img.icon_bel{float:left;margin-left:16px;padding:0;}
#pane-navigation ul li a img.icon_fav{float:left;margin-left:48px;padding:0;}
#pane-navigation ul li a img.icon_blog{float:left;margin-left:50px;padding:0;}

#screen{overflow:hidden;clear:left;background:#eb8a00;position:relative;}
#pane-container{width:960px;}
#containerul li.slide {float:left;width:960px;display:block;list-style:none;margin:0;padding:0;list-style:none;}

/*
.carousel-screenshot p{margin-top:-15px;padding:6px 7px;min-height:32px;text-align:center;vertical-align:middle;line-height:1.2em;background:#CCE0F1;color:#369;font-family:"Trebuchet MS",Arial,sans-serif;font-size: 1em ;font-weight:bold;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-radius-bottomleft:4px;border-radius-bottomright:4px;-webkit-border-radius-bottomleft:4px;-webkit-border-radius-bottomright:4px;margin-right:2px; margin: 0;}
*/

.carousel-screenshot p { padding: 0 10px; line-height:1.8em;}

.span-page-1 { background: #fff url(/uploads/images/offertebg.png) top left no-repeat; width:930px; height: 230px; margin: 15px; padding: 0;}
.span-page-2 { background: #fff; width:930px; height: 230px; margin: 15px; padding: 0;}
.span-page-3 { background: #fff url(/uploads/images/onzevoordelenbg.jpg) top right no-repeat; width:930px; height: 230px; margin: 15px; padding: 0;}
.span-page-4 { background: #fff; width:930px; height: 230px; margin: 15px; padding: 0;}

#page-1 { background: #eb8a00; width: 960px }
#page-2 { background: #eb8a00; width: 960px }
#page-3 { background: #eb8a00; width: 960px }
#page-4 { background: #eb8a00; width: 960px }


/******* Voordelen van Car Class Block *******/

.iconlist
{
list-style: none;
margin: 0;
padding: 0;
margin-left: 2em;
}

.iconlist li {
border-bottom: 1px solid #d3d3d3;
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
}

.iconlist li span.homesub{
font-size: 75%;
color: #555;
font-weight: normal;
}

.iconlist li a {
color: #162C42;
font-size: 1em;
font-weight: bold;
text-decoration: none;
display: block;
padding: 10px 0 10px 40px;
}

.iconlist li a:hover {
color: #2f5f8e;
text-decoration: underline;
}

.klok { background-image: url(/uploads/images/klok.png);}
li.euro {background-image: url(/uploads/images/euro.png);}
li.land {background-image: url(/uploads/images/land.png);}
li.foon {background-image: url(/uploads/images/foon.png);}
li.veilig {background-image: url(/uploads/images/veilig.png);}
li.account {background-image: url(/uploads/images/account.png);}

/******* Nieuws en Blog Block *******/

ul.bloglines              { width: 400px; line-height: 2.5em; margin: 0; padding: 0;}
ul.bloglines li           { display: block; width: 400px; background: url(/uploads/images/li.png) no-repeat; }
ul.bloglines li a         { display: block; padding: 0px 10px 0px 30px; color: #162C42; text-decoration: none; }
ul.bloglines li a:visited { color: #162C42; text-decoration: none; }
ul.bloglines li a:active  { color: #162C42; text-decoration: none;}
ul.bloglines li a:hover   { color: #162C42; text-decoration: underline;}

#pane-container h2  { font-size: 1.8em; color: #eee;}
#pane-container h2.orange  { font-size: 1.2em; color: #eb8a00; padding: 10px;}

div.margin65        { margin-left: 65px; }
div.margin40        { margin-left: 40px; }
div.margin25        { margin-left: 25px; }

a.more { margin-left: 1em; color: #fff; text-decoration: none; }
a.more:hover { color: #fff; text-decoration: underline; }

ul {
margin: 0;
padding: 0;
}
/* Stylesheet: NEWHOME-IE6 Modified On 2014-03-13 04:07:01 */
