@charset "utf-8";
/* CSS Document */

/* standaard lettertype */
	body, input, textarea, select, button {
      font-family:Arial, Helvetica, sans-serif;
      font-size:12px;
   }



/* links */
a{
	border-bottom:1px dotted;
   text-decoration:none;
}
a:hover{

   border-bottom-style:solid;
}

/* koppen */
	h1{ font-size:16px; }
	h2{ font-size:14px; clear:both;}

/* tekst grootte */
	p, address {
   	font-size:12px;
   	line-height:20px;
      font-style:normal;
   }

/* sfeer plaat heading */
	div#heading{
   	background:url(/images/468/heading.jpg) no-repeat right top;
   }

/* sfeer plaat content */
   div#maincontent{
   	background:url(/images/468/sfeerplaat.jpg) no-repeat top; /* afbeelding is 138px hoog */
      padding-top:158px;
   }

   /* formulier */

   button{
      border:0;
      font-weight:bold;
      text-transform:uppercase;
      padding:2px 10px;
      cursor:pointer;
      float:right;
	  font-size: 18px;
   }

   /* merken */

   ul#brands{
      list-style:none;
   }
   ul#brands li{ display:inline; width:180px; margin:1em; }
   ul#brands a{
      border:none;
      text-decoration:none;
   }

	div#secondarycontent li p{
   	background:url(/images/468/secondarycontent.gif) repeat-x bottom;
   }
   	div#secondarycontent li p a{
      	background:url(/images/468/pijl.gif) no-repeat 0 50%;
         padding:5px 0;
         padding-left:25px;
      }


div#side div.block{
  	background:url(/images/468/secondarycontent.gif) repeat-x bottom #fff;
  	border-bottom:1px solid #fff;
   width:249px;
   border-left:1px solid #d9d9d9;
}


   div#side div.block h2,
      div#secondarycontent h2{
      font-size:14px;
      font-weight:bold;
	}

   div#side div.block h2{
      width:229px;
   }
      div#side div.firstblock{
      	height:13em;
      	width:250px;
      	border:0;

      }
         div#side div.block p,
	      div#side div.firstblock address{
         	padding:0 10px;
         }

      div#side div.block img{
         margin:30px 50px;
      }

   div#side div.firstblock{
   	background:url(/images/468/firstblock.gif) repeat-x bottom #d2d2d2;
   }

/* menu balk opmaak */

   div#navigation ul li a{
      font-size:12px;
      text-transform:uppercase;
   }
	   div#navigation ul li a.active{
         background-image:url(/images/468/menu-item.gif);
	      background-repeat:repeat-x;
      }
      div#navigation ul li a:hover{
      	text-decoration:underline;
      }

/* footer link */

   div#footer p span#credits a{
      color:#ebf2f4;
      text-decoration:none;
      border:0;
   }

