/*/
 * 
 * Cascading Style Sheet
 * 
 * Style.css
 * 
 * Company: AT-Webdesign
 * Creator: Peter Mudde
 * 
/*/


/* ELEMENTEN */
* {
margin:0; 
padding:0;
} 

p{
margin-top:15px;	
}

a img {
border:0;
}

.break{
clear:both;
}

/* BASIS */
html, body{
text-align:center;
}

#box {
width:975px;
margin:0 auto;
text-align:left;
font-family:Arial, Helvetica, sans-serif;


border-bottom:1px solid #5b5b5b;
border-left:1px solid #5b5b5b;
border-right:1px solid #5b5b5b;

}

/* HEADER */
#header {
width:975px;
height:178px;
background:url(../images/bg_header.png) no-repeat top left;
}

/* MENU */
#menu {
width:907px;
height:26px;
padding:6px 30px 0px 38px;
background:url(../images/bg_menu.png) repeat-x top left;
}
#menu a {
width:auto;
height:32px;
padding:6px 20px;
color:#fff;
font-size:15px;
text-decoration:none;
background:none;
}
#menu a:hover {
background:#93be0f;
}
form {
margin-top:-1px;
}
#zoek-vak {
width:133px;
height:17px;
padding:3px 5px;
background:url(../images/bg_zoek-vak.png) no-repeat top left;
border:none;
color:#2f2f2f;
}
#zoek-submit {
font-size:12px;
color:#2f2f2f;
background:none;
border:none;
letter-spacing:-1px;
}

/* CONTENT  */
#content {
width:937px;
height:auto;
padding:30px 19px;
background:#e9e9e9;
}


/* PAGINA HOME */
#left {
width:552px;
height:auto;
padding:20px 22px;
background:#fff;
float:left;
color:#5e5d5d;
font-size:13px;
}
#left h1 {
color:#7fac0b;
font-size:24px;
letter-spacing:-1px;
margin-bottom:10px;
}
#left p {
margin-bottom:15px;
}

#right {
width:194px;
height:auto;
margin-left:86px;
padding:20px 22px;
background:#fff;
float:left;
color:#50514f;
font-size:13px;
}
#right h2 {
padding-bottom:3px;
margin-bottom:5px;
border-bottom:1px solid #cfcece;
color:#7fac0a;
font-size:17px;
letter-spacing:-1px;
}
#right p {
margin-bottom:15px;
}

/* PAGINA VOUWWAGENS */
.show {
width:933px;
height:183px;
background:url(../images/bg_show.png) no-repeat top left;
}
.show-item {
width:200px;
height:159px;
margin:24px 40px 0px 42px;
float:left;
text-align:center;
}
.left-show,
.right-show {
width:40px;
height:115px;
padding-top:68px;
float:left;
} 
.mid-show {
width:853px;
height:183px;
float:left;
} 
.mid-show a {
color:#878686;
text-decoration:none;
font-size:14px;
}
.mid-show a:hover {
text-decoration:underline;
}

.show-item img {
border:1px solid #8e8d8d;
}
.show-item a {
width:198px;
height:117px;
}

.tekst {
width:824px;
height:auto;
margin:18px 0px 0px 18px;
padding:27px 36px;
background:#fff;
}
.tekst img {
border:1px solid #8e8d8d;
}

.foto-item {
width:230px;
height:auto;
float:left;
}
.tekst-item {
width:560px;
height:auto;
margin-left:25px;
float:left;
color:#878686;
font-size:14px;
}
.tekst-item h2 {
color:#363535;
font-size:23px;
font-weight:normal;
margin-bottom:5px;
}