* {
	margin:0; 
	padding:0;
    text-decoration:none;
    outline:0;
}

html {
	height:100%;
	overflow-y:scroll;
}

body {
	height:100%;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(/images/bg-body.jpg) repeat-x top center;
}
img {
    border:none;
}
#main {
	min-height:100%;
	position:relative;
	width:960px;
	margin:0 auto;
	background:url(/images/bg-page.jpg) repeat-y center;
}

* html #main {
	height:100%;
}
#header {
    width:960px;
    height:211px;
    background:url(/images/bg-header.jpg) top center no-repeat;
}
#logo {
    position:absolute;
    margin: 0 0 0 594px;
}
#menu {
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
    position:absolute;
    margin:107px 0 0 195px;
    width:565px;
    height:40px;
    background:#8f9298;
    z-index:2;
}
#menu ul{
    list-style:none;
    height:39px;
    border-bottom:1px solid white;
}
#menu ul{
    list-style:none;
}
#menu ul li{
    float:left;
    height:39px;
    border-right:1px solid white;
}
#menu ul li.last{
    border-right:none;
}
#menu ul li a {
    display:block;
    float:left;
    height:39px;
    line-height:39px;
    
    color:white;
}
#menu ul li a:hover {
    background:#006ab0;
}
#menu ul li.active a {
    background:#006ab0;
}
#menu ul li a {
    text-align:center;
}
#menu ul li.home a{
    width:67px;
}
#menu ul li.producten a{
    width:93px;
}
#menu ul li.offerte a{
    width:72px;
}
#menu ul li.colorchips a{
    width:94px;
}
#menu ul li.fotos a{
    width:66px;
}
#menu ul li.reacties a{
    width:82px;
}
#menu ul li.contact a{
    width:85px;
}








#searchbar {
    position:absolute;
    margin:147px 0 0 195px;
    width:565px;
    height:30px;
    padding: 10px 0 0 0;
    background:#ffe96e;
    z-index:2;    
}
#searchtext {
    width: 163px;
    background:#ebe5c1;
    font-size:11px;
    margin: 0 10px 0 340px;
}
#searchsubmit {
    background:#9c9045;
}

#adresgegevens {
    position:absolute;
    margin: 107px 0 0 772px;
    color:#8f9298;
    font-size:10px;
    line-height:14px;
}
#adresgegevens a {
    color:#8f9298;
}
#adresgegevens a:hover {
    color:#006ab0;
}


#verfspuit {
    position:absolute;
    height:178px;
    width:266px;
    background:url(/images/header-spuit.jpg) no-repeat top left;
}

#page {
    width:960px;
    overflow:auto;
    padding: 0 0 40px 0;
    margin:-5px 0 0 0;
}
#sidebar {
    float:left;
    width:175px;
    height: 513px;
    background:url(/images/sidebar-home.jpg) no-repeat top left;
    margin:0 0 0 20px;
}

#sidebar ul {
    list-style:none;
    width:175px;

}
#sidebar ul li {
    
}
#sidebar ul li a{
    display:block;
    height:36px;
    line-height:36px;
    width:175px
	font-size:14px;
	font-weight:bold;
	color:#9c9e9f;
}
#sidebar ul li a span {
    margin: 0 0 0 10px;
}
#sidebar ul li a:hover, #sidebar ul li.subactive a {
    background:url(/images/sidebar-menu-active.jpg) no-repeat top left;
    color:white;
}



#content {
    float:left;
    width:433px;
    padding:0 70px 0 50px; 
    color:#8f9298;    
}
#content p {
    margin: 5px 0 10px 0;
    line-height:17px;
}
#content a {
    color:#006ab0; 
}
#content a:hover {
    text-decoration:underline;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
    color:#006ab0;
    margin:15px 0 0 0;
    padding: 0 0 0 15px;
    background:url(/images/bg-heading.jpg) center left no-repeat;
}
#content ul {
    margin: 5px 0 10px 25px;
}
#content .searchresult h4 {
    margin: 10px 0 0 0;
    padding:0;
    background-image:none;
}
#content .searchresult p {
    margin: 0;
}

#right {
    float:left;
    width:212px;
    height: 515px;   
}

#footer {
    clear:both;
	position:absolute;
	width:720px;
	bottom:0;
	height:40px;
	margin: 0 0 0 240px;
	line-height:14px;
	background:url(/images/bg-footer.jpg) top left no-repeat;
	font-size:10px;
}
#footer-text {
    margin:  26px 0 0 190px;
    color:#8f9298;
    width:330px;
    float:left;
}
#footer-credits {
    margin:  26px 0 0 0px;
    color:#8f9298;
    float:left;
}
#footer a {
	color:#8f9298;
}
#footer a:hover {
    color:#006ab0;
}



