* {

margin: 0;
padding: 0;
list-style-type: none;
border: 0;

}

body {

background: url('../images/body.png') repeat-x 0px 188px;

}


#container {

width: 900px;
margin: 0 auto;

}

#header {

width: 900px;
height: 188px;
background: url('../images/div-header.png') no-repeat;

}

#header h1 { 

text-indent: -9999px;
height: 188px;
width: 650px;
float: left;

}

#header .klanten {

width: 250px;
text-align: center;
float: left;

}

#header .klanten img {

padding: 10px;
background: url('../images/loading.gif') no-repeat center;

}

#menu {

height: 86px;
float: left;
width: 900px;

}

#menu li {

float: left;
padding-left: 15px;
padding-right: 15px;

}

#menu li a {

width: 103px;
height: 35px;
padding-top: 35px;
float: left;

}

#menu li a:hover, #menu li.selected a {

background: url('../images/ul-menu-hover.png') no-repeat center 25px;

}


#headerbottom {

float: left;
padding-top: 30px;

}

#headerbottom img {

border: 4px solid #e5e5e5;
margin-right: 40px;
float: left;

}

#content {

font: 12px Arial;
color: #939393;
width: 900px;
padding-top: 15px;
margin-right: -3px;
float: left;

}

#content h3 {

font: bold 12px Arial;
color: #939393;
padding-bottom: 10px;

}

#content p {

float: left;
width: 900px;
padding-bottom: 14px;
margin-right: -3px;

}

#content ul {

float: left;
width: 900px;
padding-bottom: 14px;

}

#content li {

float: left;
width: 900px;

}

#footer {

width: 100%;
background: url('../images/body.png') repeat-x;
heigth: 30px;
padding-top: 10px;
padding-bottom: 10px;
margin-right: -3px;
float: left;

}

#footer p {

width: 900px;
margin: 0 auto;
font: bold 11px Arial;
color: #fff;

}

#footer p a {

color: #fff;

}
