
/*


--------Copyright www.tulipdesign.nl--------
Written by: Saskia Verlinden
For: R. Kettenis Auto's
Date: November, 2007
--------------------------------------------

*/


/* --------font-sizing--------*/
body {
   font-size: 100%; /*for IE*/
   }
html>/**/body { 
   font-size: 16px; /* for alle other browsers, IE cannot read this*/
   }

/* --------fonts and fontsize------- */

html, body { 
   margin: 0;
   padding: 0;
   height: 100%;
   font-family: Arial, Helvetica, sans-serif;
   background: #15328B url(../images/bgbody2.jpg) repeat-x 0 0;      
   color: #444;
   text-align: center;
   }

p, ul, li, form, th, td {
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 0.8em;
   }

p, h1, h2, h3, ol, ul {
   text-align: left;
   /*letter-spacing: 0;*/
   line-height: 1.25;
   }

h1 {
   font-family: Arial, Verdana, Geneva, sans-serif;
   color: #000080;
   font-size: 1em;
   margin-bottom: 5px;
   }

h2 {
   font-family: Arial, Verdana, Geneva, sans-serif;
   color: #000080;
   font-size: 1em;
   font-weight: lighter;
   padding: 0;
   }

ul {list-style: none;}

#nav ul li{
   font-size: 1em;
   background: url(../images/pijl.gif) no-repeat;   
   }

#text ul {
   font-size: 1em;
   list-style-type: square;
   margin: 0;
   padding: 0 0 0 15px;
   }


/*---------links--------------*/

a:link {
   color: #444;
   text-decoration: underline;
   }	

a:visited {
   color: #444;
   text-decoration: underline;  
   }

a:hover {
   color:  #000080;
   text-decoration: none;
   }

#right a:link img,#right a:visited img{border: 0;text-decoration:none;}
/*--------------structure-------------------*/

#main {
   width: 900px;
   padding: 0;
   margin: 0 auto;
   text-align: center;
   background:#e7e7e7;
   border: 10px solid #fff;
   }

div#header{
   padding-top: 200px; /* height of the replacement image */
   width: 900px;
   height: 0;
   overflow: hidden;
   background: white url(../images/header.jpg) no-repeat top center;
   }

#header h1 {color: #e7e7e7;}


*first-child+html{} *html{} div#header { padding-top: 200px; }/* height of the replacement image for IE7 and below*/

/*--------navigatie--------*/

#nav {
   float: left;
   margin: 0 15px 10px 0;
   overflow: hidden;
   background: #e7e7e7;
   width: 190px; 
   height: 310px;
   }

 
#nav ul {
   background-color: transparent;
   width: 190px;
   margin: 0 20px 0 40px;
   padding-top: 10px;
   }

#nav li {
    border-bottom: 1px solid #ccc;
    padding: 1px 20px 3px 30px;
    margin: 5px 15px 0 -60px;
    width: 9em;
    }
   
#nav a {
   background: transparent; display: block;
   text-decoration: none;
   color: #444;
   }

#nav a:link {
   color: #444;
   }

#nav a:hover, #nav li#huidig a{ 
   color:  #000080;
   font-weight: bold;
   }
	 
#telnr {
   border: 1px solid silver;
	 padding:5px; 
	 width: 150px;
	 margin: 20px 0 5px 20px;
	 }

/*--------text gedeelte--------*/

#text {
   float: left;
   width: 440px;
   padding: 10px 15px 230px 15px;
   margin-top: 0px;
   background: transparent; 
   border-right: 10px solid white;
   border-left: 10px solid white;
   }
	 
.actie {
   border:2px solid #FCD619;
	 padding:0 0 30px 3px;
	 margin-bottom:10px; 
	 background:white;
	 min-height: 100px;
	 }
	 
.actie2 {
   border:2px solid #FCD619;
	 padding:0 0 0 3px;
	 margin-bottom:10px;
	 background:white;
	 min-height: 100px;
	 }

.actie h2,.actie2 h2 {
   float:left;
   margin:5px 0 0 0;
	 font-weight:bold;
	 }
	 
.actie p,.actie2 p {
   clear:left;
   margin-right:105px;
	 }
	 
.actie img,.actie2 img {
   float:right;
	 margin:0;
	 padding-right:0px;
   }

#textContact {
   float: left;
   width: 550px;
   padding: 10px 0px 0 20px;
   margin-top: 0px;
   background: #e7e7e7; 
   border-left: 10px solid white;
   }

#text404 {
   float: left;
   width: 550px;
   padding: 10px 0px 200px 20px;
   margin-top: 0px;
   background: #e7e7e7; 
   border-left: 10px solid white;
   }

#textOccasions {
   float: left;
   width: 650px;
   padding: 10px 0px 0 20px;
   margin-top: 0px;
   background: #e7e7e7; 
   border-left: 10px solid white;
   }

#textOccasions table, #textOccasions td, #textOccasions th {
   border: 1px solid #666;
   border-collapse: collapse;
   vertical-align: top;
   text-align: left;
   padding: 3px;
   max-width: 650px;
   }

#textOccasions table {margin-bottom: 20px;}

#textOccasions th {
  color: #2b2b2b; 
  white-space: nowrap;
  }

#textOccasions table img {
   display:block;
   border:none;
   }

#text img {
   float: none;
   }
   
#text p#hier {
   color: #877F53;
   font-style: italic;
   margin: 20px 0 0 0;
   padding: 0;
   }

#text p#hier a:link, #text p#hier a:visited, #text p#hier a:hover {
   color: #877F53;
   font-style: italic;
   text-decoration: none;
   border: none;
   background-color: #ddd;
   }

#actiewrapper {
   background:#e7e7e7;
   text-align:left;
   }

#actiewrapper a {text-decoration:none}

#actiewrapper h3 {
   width: 10em;
   font-size: 1em;
   letter-spacing: 0px;
   margin:0 0 0 70px;
   padding-top: 40px;
   color: #000080;
   border:0;
   }

#prijs65 {
   background: transparent url(../images/bg-airco-actie.jpg) no-repeat 0 0;
   height:70px;
   width:207px;
   margin: 10px 0;
   } 

#prijs25 {
   background: transparent url(../images/bg-apk-actie.jpg) no-repeat 0 0;
   height:70px;
   width:207px;
   margin: 10px 0;
   }

#prijs25 h3 a, #prijs65 h3 a{color:#000080} 

#actie, #actie2 {
   width: 400px;
   background: white;
   margin:20px 0 0 0;
   border: 1px solid #adadad;
   position: relative;
   }

#actie h2, #actie2 h2 {
   background: white url(../images/bg-top-actie.jpg) no-repeat top center;
   color: white;
   font-size: 1.8em;
   text-align: center;
   display:block;
   margin:0;
   }

#actie2 h2 { background: white url(../images/bg-top-actie3.jpg) no-repeat top center; height: 50px; color: #000080; padding-top: 10px;}

.actie1 {
   border: 1px solid silver;
   margin: 10px;
   padding:0 5px;
   }

#actie h3, #actie2 h3 {
   text-align: center;
   margin:10px 70px 0 0;
   padding:0;
   letter-spacing: 2px;
	
   }

#actie img#prijs {margin:0;float:left; margin-top:-20px;}

#actie img#sneeuw {float:right; padding-left: 5px;} 

#actie span {font-weight: bold; font-size: 1.1em;}

#actie p {padding: 5px; clear: both;}

table#sortabletable {background:white;}
   
#pijlTop {
   float: none;
   border: none;
   margin-bottom:-3px;
   padding-right: 3px;
   }
 
/*--------rechter kolom--------*/

#right {
   float:left;
   width: 180px;
   padding: 20px 0 0 12px;
   margin:0 auto;
   text-align: center;
   background: #e7e7e7;
   }
 
#right img {padding-bottom: 15px;}


/*--------footer--------*/

#footer {
   clear: both;
   width: 900px;
   font-size: 0.9em;
   line-height: 1.5;
   text-align: center;
   margin: 0 auto;
   padding: 10px 0 10px 0;
   background: #e7e7e7;
   border-top: 10px solid white;
   }


#footer p {
   margin: 0px;
   text-align: center;
   }

#footer a {
   text-decoration: none;
   border: 0;
   }

#footer a:visited {
   color: #444;
   font-weight: bold;
   margin-right: 15px;
   margin-left: 15px;
   }
#footer a:hover {
   color: #000080;
   }

#footer p#lichter a{
   margin: 0;
   padding: 0;
   }


