*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: "helvetica neue", helvetica, sans-serif;
    font-size: 0.8em;
    color:#00375e;
    background-image: url("../images/background.jpg");
    background-repeat: repeat;
}

/* --- Container --- */

#container{
    margin-left: auto;
    margin-right: auto;
    width: 780px;
}

/* --- Header --- */

#header{
    width: 780px;
    height: 130px;
    margin-top: 40px;
    background-image: url("../images/banner.png");
}

/* --- Navigation --- */

#nav{
    margin-left: 5px;
    margin-top: 25px;
}

#nav ul li{
    width: 207px;
    padding-left: 50px;
    background-color: #ffffff;
}

#nav li{
    float: left;
    display: inline;
    font-weight: bold;
    font-size: 1.4em;
}

/* --- Navigation links --- */

#nav li a:link{
    color:#00375e;
    text-decoration: none;
}

#nav li a:visited{
    color:#00375e;
}

#nav li a:hover{
    color: #0275c7;
}

/* --- Koelcellen Home --- */

#koelCel_home{
    width: 800px;
    margin-top:80px;
    text-align: center;
}

#koelCel_home li{
    float: left;
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
}

#koelCel_home h1{
    padding-top: 15px;
    font-size: 1.1em;
}

.meerinfo{
    margin-left: 20px;
}

.meerInfo:link{
    margin-top: 20px;
    float: right;
    margin-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 50px;
    padding-right: 10px;
    background-color: #00375e;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2em;
}

.meerInfo:visited{
    color: #ffffff;
}

.meerInfo:hover{
    background-color: #0061a6;
}

/* --- Home specs --- */

#specs{
    padding-right: 20px;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 50px;
    background-color:  #00243F;
    color: #ffffff;
    float: left;
}

#specs li{
    list-style-image: url("../images/bullet1.gif");
    padding-top: 3px;
    padding-bottom: 3px;
}

/* --- Home contact  --- */

#contactGegevens{
    font-size: 1.1em;
    float: right;
    margin-top: 50px;
    margin-left: 100px;
    text-align: right;
}

#contactGegevens li{
    list-style-type: none;
}

#contactGegevens h1.offerte{
    float: right;
    padding: 5px;
    background-color: #00375e;
    margin-top: 25px;
    font-size: 1.6em;
    width: 240px;
}

#contactGegevens h1.offerte a:link{
    padding: 5px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

#contactGegevens h1.offerte a:visited{
    color: #ffffff;
}

#contactGegevens h1.offerte a:hover{
    padding: 5px;
    background-color: #0061a6;
}

#contactGegevens li a:link
{
    color:  #00375e;
    text-decoration: none;
}

#contactGegevens li a:visited
{
    color:  #00375e;
}

#contactGegevens li a:hover
{
    color: #0061a6;
}

/* --- Wagens --- */

#wagens{
    width: 100%;
    margin-top: 75px;
    margin-left: 5px;
}

#wagens h2{
    padding-bottom: 10px;
    text-decoration: underline;
}

.typeWagen{
    margin-top: 40px;
    padding-bottom: 150px;
}

.fotoGroot{
   margin-top: 20px;
   width: auto;
   float: left;
}

.lists{
    float: left;
    width: auto;
    margin-top: 60px;
}

.lists ul{
    float: left;
    margin-left: 40px;
}

.lists li{
    list-style: none;
}

.fotoGal{
    float: right;
    width: auto;
    margin-top: 50px;
}

.fotoGal li{
    display: inline;
    float: left;
    padding-left: 5px;
}

.fotoGal ul a:link{
    border: none;
}

/* --- Home contact  --- */

#contactContainer{
    margin-top: 75px;
    margin-left: 5px;
}

#contactContainer h2{
    padding-bottom: 15px;
    text-decoration: underline;
}

#contactContainer h3{
    padding-bottom: 7px;
}

#contactContainer ul{
    padding-top: 20px;
    padding-bottom: 20px;
    list-style: none;
}

#maps{
    float: left;
}

#form fieldset{
    padding-left: 70px;
    border: none;
}

#form input{
    width: 200px;
    margin: 5px;
    padding: 3px;
}

#form textarea{
    margin-left: 5px;
    resize: none;
}

#form input[type="submit"]{
    float: right;
    border: none;
    padding: 5px;
    background-color: #00375e;
    color: #ffffff;
    margin-right: 70px;
    width: 70px;
    cursor: pointer;
}

#form input[type="submit"]:hover{
    background-color: #0061a6;
}