@charset "utf-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  border: none;
}
body {
  background-image: url(afbeeldingen/bg.png);
  background-repeat: repeat-x;
  background-color: #ecebeb;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c8c8c8;
}
#container {
  margin: auto;
  width: 850px;
}
#top {
  float: left;
  width: 850px;
  height: 320px;
}
#title {
  float: left;
  width: 757px;
  height: 56px;
  padding-top: 15px;
}
#title h1 {
  display: block;
  float: left;
  width: 757px;
  height: 56px;
  text-indent: -9999px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(afbeeldingen/title.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#slideshow {
  float: left;
  width: 847px;
  height: 221px;
  padding-top: 0px;
}
#navigation {
  float: left;
  width: 850px;
  height: 28px;
}

.nav_links ul {
  margin: 0px;
  padding: 0px;
}

.nav_links li {
  float:left;
}

.nav_links a {
  float: left;
  width: 120px;
  height: 25px;
  text-decoration: none;
  text-transform: capitalize;
  color: #666666;
  font-size: 12px;
  text-align: center;
  padding-top: 4px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cecece;

}

.nav_links a:hover {
	color:#00344e;
	background-image: url(afbeeldingen/hover.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}
li.borderx2 {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cecece;
}
#welcome {
  float: left;
  width: 847px;
  background-image: url(afbeeldingen/welcome.png);
  background-repeat: repeat-y;
  height: 445px;
  padding-top: 20px;
}
h2 {
  text-transform: uppercase;
  color: #00344e;
  font-size: 15px;
  margin-bottom: 15px;
}
h3 {
  color: #00344e;
  font-size: 12px;
  margin-bottom: 15px;
}
p { 
  color: #000;
  font: Arial
}

/*------------------------------------------WELKOM---------------------------------------------------*/

#welcome-text {
  width: 520px;
 
  padding-top: 0px;
  float: left;
  padding-left:10px;
  text-align: justify;
}
#welcome-text { margin-bottom:10px; }

#welcome-image {
  float: right;
  height: 445px;
  width: 300px;
}
#logobalk {
  float: left;
  height: 70px;
  width: 847px;
}

/*------------------------------------------BEDRIJFSKLEDING---------------------------------------------------*/

#bedrijfskleding {
  float: left;
  width: 847px;
  background-image: url(afbeeldingen/welcome.png);
  background-repeat: repeat-y;
  height: 400px;
  padding-top: 10px;
}
#bktext {
  float: right;
  height: 15px;
  width: 600px;
}
#bklogos {
  float: left;
  height: 380px;
  width: 847px;
}

/*-----------------------------------------TRANSFERS----------------------------------------------------*/

#transfers {
  float: left;
  width: 847px;
  background-image: url(afbeeldingen/welcome.png);
  background-repeat: repeat-y;
  height: 1220px;
  padding-top: 10px;
}
#eco60_text {
  float: left;
  height: 300px;
  width: 550px;
  padding-left: 30px;
  padding-top: 0px;
}
#eco60_img {
  float: right;
  height: 250px;
  width: 265px;
  padding-top: 50px;
}
#eco90_text {
  float: left;
  height: 340px;
  width: 550px;
  padding-left: 30px;
  padding-top: 20px;
}
#eco90_img {
  float: right;
  height: 250px;
  width: 265px;
  padding-top: 30px;
}
#bordurentext {
  float: left;
  height: 260px;
  width: 550px;
  padding-left: 30px;
  padding-top: 20px;
}
#borduren_img {
  float: right;
  height: 250px;
  width: 265px;
  padding-top: 30px;
}
#borduren2_img {
  float: left;
  height: 250px;
  width: 847px;
  padding-top: 30px;
}

/*-----------------------------------------BELETTERING----------------------------------------------------*/

#belettering {
  float: left;
  width: 847px;
  background-image: url(afbeeldingen/welcome.png);
  background-repeat: repeat-y;
  height: 2700px;
  padding-top: 0px;
}
#belettering_text {
  float: left;
  height: 470px;
  width: 800px;
  padding-left: 30px;
  padding-top: 10px;
}
#raceauto_ani{
  float: right;
  height: 280px;
  width: 600px;
  padding-top: 30px;
}
#belettering2_text {
  float: left;
  height: 120px;
  width: 800px;
  padding-left: 30px;
  padding-top: 15px;
}
#belettering_img{
  float: left;
  height: 225px;
  width: 300px;
  padding-top: 10px;
  padding-left: 110px;
}
#belettering_img2{
  float: right;
  height: 225px;
  width: 300px;
  padding-top: 10px;
  padding-right: 110px
}

/*------------------------------------------CONTACT---------------------------------------------------*/

#contact {
  float: left;
  width: 847px;
  background-image: url(afbeeldingen/welcome.png);
  background-repeat: repeat-y;
  height: 530px;
  padding-top: 10px;
}
#contacttext {
  float: left;
  height: 180px;
  width: 817px;
  padding-left: 30px;
}
#formulier {
  float: left;
  height: 350px;
  width: 817px;
  padding-left: 30px;
}

/*---------------------------------------------------------------------------------------------*/