@charset "utf-8";
/* CSS Document - Partscenter Hillegom */

@import url("nav.css");
@import url("home.css");
@import url("page.css");

html, body {
background: #9a9a9a;
padding: 0px;
margin: 0px;
font-family: Arial, sans-serif;
}

p, span, h1, h2, h3 {
padding: 0px;
margin: 0px;
}

a {
outline: none;
}

/* FRAMEWORK OUTSIDE */
#container {
position: absolute;
top: 0;
left: 50%;
width: 994px;
height: 823px;
margin-top: 0px;
margin-left: -497px;
}

#sh_l {
float: left;
width: 41px;
height: 823px;
background: url("../img/alg/sh_l.png") no-repeat; /* schaduw links */
}

#wrapper {
float: left;
width: 912px;
height: 823px;
background: #fff;
}

#sh_r {
float: right;
width: 41px;
height: 823px;
background: url("../img/alg/sh_r.png") no-repeat; /* schaduw rechts */
}

/* FRAMEWORK INSIDE */
#header {
height: 124px;
background: #0060a9 url("../img/alg/banner.jpg") no-repeat;
}

#bar {
height: 30px;
background: #96bf0d url("../img/alg/bgh.gif") repeat-x;
}

#nav {
width: 146px; /* 168 px breedte */
height: 612px; /* 642px hoogte */
float: left;
padding: 30px 0 0 22px;
background: #96bf0d;
}

#content_home {
width: 654px; /* 744px breedte */
height: 612px; /* 642px hoogte */
float: right;
padding: 30px 60px 0 30px;
background: #952524 url("../img/alg/bgi.gif") repeat-x; /* rood verloop */
}

#content {
width: 744px; /* 744px breedte */
height: 642px; /* 642px hoogte */
float: right;
background: #fff;
}

#pag_l {
font-size: 12px;
color: #0060a9;
height: 582px; /* 642px hoogte */
width: 371px; /* 431px breedte */
padding: 30px;
float: left;
}

#pag_r {
background: #757475 url("../img/alg/grad.gif") repeat-x;
height: 612px; /* 642px hoogte */
width: 283px; /* 313px breedte */
padding: 30px 0 0 30px;
float: left;
}

#footer {
clear: both;
font-size: 11px;
font-weight: bold;
color: #fff;
padding: 7px 0 0 20px;
height: 20px; /* 27px hoogte */
background: #96bf0d url("../img/alg/bgf.gif") repeat-x;
}