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

html {
    background: #535355 url('/images/bg-body.png') top left repeat-x;
    height:100%;
    overflow-y:scroll;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	height:100%;
}
img {
    border:none;
}

#container {
    margin: 0 auto;
    width: 800px;
    padding: 0 30px 20px 30px;
    background: url('/images/bg-page.png') top left repeat-y;
}

#header {
    height:416px;
}
#logo {
    padding: 20px 0 0 20px;
}
#menu {
    margin: 0 5px;
    width:790px;
    height:325px;

}

div.home {
    background: url('/images/headers/bg-header1.jpg') top left no-repeat;
}
div.sales-support {
    background: url('/images/headers/bg-header2.jpg') top left no-repeat;
}
div.optimalisatie {
    background: url('/images/headers/bg-header3.jpg') top left no-repeat;
}
div.adverteren {
    background: url('/images/headers/bg-header4.jpg') top left no-repeat;
}
div.usability {
    background: url('/images/headers/bg-header5.jpg') top left no-repeat;
}
div.contact {
    background: url('/images/headers/bg-header6.jpg') top left no-repeat;
}
div.disclaimer {
    background: url('/images/headers/bg-header7.jpg') top left no-repeat;
}
div.sitemap {
    background: url('/images/headers/bg-header7.jpg') top left no-repeat;
}
div.privacy {
    background: url('/images/headers/bg-header7.jpg') top left no-repeat;
}

#menu ul {
    list-style:none;
    padding: 235px 0 0 250px;
}
#menu ul li {
    display:inline;
}
#menu ul li a {
    display:block;
    float:left;
    width:90px;
    height:95px;
    color: #000;
    text-align: center;
    margin: 0 ;
    line-height:30px;
}

#home:hover, #home.active {
    background: url('/images/menu-icons.png') 3px 0px no-repeat;
}
#sales-support:hover, #sales-support.active {
    background: url('/images/menu-icons.png') -90px 0px no-repeat;
}
#optimalisatie:hover, #optimalisatie.active {
    background: url('/images/menu-icons.png') -180px 0px no-repeat;
}
#adverteren:hover, #adverteren.active {
    background: url('/images/menu-icons.png') -270px 0px no-repeat;
}
#usability:hover, #usability.active {
    background: url('/images/menu-icons.png') -360px 0px no-repeat;
}
#contact:hover, #contact.active {
    background: url('/images/menu-icons.png') -450px 0px no-repeat;
}

#home {
    background: url('/images/menu-icons.png') 3px -90px no-repeat;
}
#sales-support {
    background: url('/images/menu-icons.png') -90px -90px no-repeat;
}
#optimalisatie {
    background: url('/images/menu-icons.png') -180px -90px no-repeat;
}
#adverteren {
    background: url('/images/menu-icons.png') -270px -90px no-repeat;
}
#usability {
    background: url('/images/menu-icons.png') -360px -90px no-repeat;
}
#contact {
    background: url('/images/menu-icons.png') -450px -90px no-repeat;
}

.wrapper {
    clear:both;
    overflow:auto;
}
#content {
    float:right;
    width:532px;
    background: url('/images/bg-content.png') top left no-repeat;
}
#content p, #content ul, #content h3, #content h4, #content h5 {
    margin: 5px 0 10px;
}
#content h1 {
    margin: 10px 0 50px 0;
    color:#a8c02c;
    text-transform: uppercase;
    font-size:16px;
}
#content h2 {
    margin: 20px 0 10px 0;
    color:#a8c02c;
    font-size:14px;
}
#content h3, #content h4, #content h5 {
    color:#a8c02c;
    text-transform: uppercase;
    font-size:13px;
}
#content h4 {
    font-size:13px;
}
#content h5 {
    font-size:12px;
}
#content a {
    font-weight:bold;
    color:#B9D336;
}
#content a:hover {
    text-decoration:underline;
}

#left {
    float:left;
    padding: 0 5px 20px 5px;
    width:220px;
}

#adres {
    background: url('/images/bg-adres.png') bottom left no-repeat;
    padding: 0 0 15px 20px;
}
#adres a {
    color:#000;
}
#adres a:hover {
    color:#a8c02c;
}

#news {
    margin: 20px 0;
    padding: 0 8px 8px 8px;
    width:201px;
    background: #4b4b4d url('/images/bg-news.png') top left no-repeat;
    color:#fff;
}

.newslabel {
    display:block;
    padding: 0 0 0 45px;
    line-height:30px;
}
#news h3 {
    margin: 6px 0 5px 0;
    color:#a8c02c;
    color:#fff;
    font-size:12px;
}
#news p {
    margin: 0px 0 14px 0;
}
#news ul {
    margin: 10px 0 14px 0;
    list-style:none;
}
#news ul li {
    margin: 10px 0 ;
}

#footer {
    width:570px;
    padding: 15px 0 0 290px;
    height:80px;
    margin:0 auto;
    background: url('/images/bg-footer.png') top left no-repeat;
    color:#fff;
    font-size:10px;
}
#footer a {
    color:#fff;
}
#footer a:hover {
    color:#b9d336;
}

.green {
    color:#b9d336;
}
.blue {
    color:#03a9c4;
}
.yellow {
    color:#fdca4c;
}
.orange {
    color:#f47f33;
}
.pink {
    color:#ec008c;
}
.purple {
    color:#92278f;
}
