body {
    background-color:#FFFFFF;
    background-image:url('../images/headerbg.jpg');
    background-repeat:repeat-x;
    background-position: left top;
    margin: 0 auto;
    /*min-height: 100%;*/
    width: 960px;
    font-family:"Arial";
    font-size:14px;
    color:#55665e;
}

img {
border:0px;
}

form {
margin:0px;
padding:0px;
}

a {
color:#e84167;
}

.repairkit {
clear:both;
}

#header {
background-image:url('../images/header.jpg');
background-repeat:no-repeat;
background-position: left top;
height:98px;
padding:0px 0px 0px 0px;
}

#header #logo {
display:block;
padding:20px 0px 0px 20px;
}

#header #logo a {
width:305px;
height:62px;
display:block;
}

#navbar {
height:44px;
background-image:url('../images/navbarbg.jpg');
background-repeat:repeat-x;
background-position: left top;
}

#navbar ul {
    float: left;
    list-style: none outside none;
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 0px;
    background-image:url('../images/navbarsplitter.jpg');
    background-repeat:no-repeat;
    background-position:left top;    
}

#navbar ul li {
    float: left;
    list-style: none outside none;
    margin: 0 0 0 0px;
    padding: 0px 0px 0px 0px;
    background-image:url('../images/navbarsplitter.jpg');
    background-repeat:no-repeat;
    background-position:right top;
}

#navbar ul li a {
    color: #55665e;
    float: left;
    padding: 10px 15px 10px 15px;
    font-size:20px;
}

#navbar ul li a.active {
    color:#e84167;
    float: left;
    padding: 10px 15px 10px 15px;
    font-size:20px;
}

#brandbox {
height:312px;
background-image:url('../images/brand1.jpg');
}

#offertebtn {
display:block;
padding: 212px 0px 0px 506px;
}

#offertebtn a {
display:block;
width:250px;
height:58px;
}

#content {
background-image:url('../images/contentbg.jpg');
background-position:top left;
background-repeat:no-repeat;
padding:25px 30px 0px 30px;
}

#content_nobg {
padding:25px 30px 50px 30px;
}

#content_nobg h3 {
color:#e84167;
font-size:20px;
margin:15px 0px 0px 0px;
padding:0px;
}

#bg {
background-position:top left;
background-repeat:no-repeat;
}

#tinybrandbox {
Height:175px;
}

#tinybrandbox h1 {
color:#FFFFFF;
font-size:26px;
margin:0px;
padding:24px 0px 0px 23px;
}

#tinybrandbox p {
color:#FFFFFF;
font-size:22px;
margin:0px;
padding:20px 0px 0px 23px;
}


.col2 {
width:550px;
float:left;
}

.col1 {
width:280px;
float:right;
}

.col1low {
width:280px;
float:right;
padding-top:200px;
}

.col3 {
width:370px;
float:left;
padding-top:20px;
}

.col4 {
width:460px;
float:right;
}

#content h2, #content_nobg h2 {
  font-size:24px;
  margin:0px 0px 20px 0px;
  padding:0px;
}

#content p, #content_nobg p {
  line-height:1.5;
}

#content ul li, #content_nobg ul li {
line-height:1.5;
}

#footer {
background-image:url('../images/footer.jpg');
background-position:top left;
background-repeat: no-repeat;
padding:30px 30px 10px 30px;
color:#9abaab;
}

#footer h5 {
font-size:16px;
margin:0px;
padding:0px;
}

#footer a {
color:#9abaab;
text-decoration:none;
}

#fblock1, #fblock2, #fblock3 {
float:left;
width:300px;
}

#fblock1 p, #fblock2 p {
padding-right:20px;
}

#opdrachtgevers .o1 {
font-weight:bold;
font-size:14px;
color:#e84167;
}

#opdrachtgevers .o2 {
font-weight:bold;
font-size:14px;
}

#downfooter {
text-align:center;
padding:10px 0px 0px 0px;
}

form {
padding:10px 0px 0px 0px;
}

form label {
display:block;
margin: 10px 0px 3px 0px;
font-weight:bold;
}

form .fields {
padding-bottom:15px;
}

form .fields input {
display:block;
width:250px;
  color: #808080;
  border: 1px solid #ccc;
  height: 18px;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px  
  
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);    
}

form .fields textarea {
display:block;
width:350px;
height:100px;
  color: #808080;
  border: 1px solid #ccc;
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);  
}

form .fields input:focus, form .fields textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}

.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
