body {
	margin: auto;
	width: 100%;
        min-width: 1000px;
	font: 13px Verdana, Arial, sans-serif;
        background:  url(../images/layout/body-bg.png) repeat-y 50% 0;
        background-color: #99ccFF;
}

img {
    border-style: none;
}

#container {
        margin: auto;
	width: 1000px;
        padding-top: 3px;
}

#site {
        width: 1000px;
	background-color: white;
}


#content {
        float: left;
        width: 815px;
}

.content_left {
    float: left;
    width: 600px;
    padding-left: 5px;
    padding-right: 10px;
    border-right: 1px solid #cccccc;
}

.content_right {
    float: right;
    width: 190px;
}

h1 {
    width: 600px;
    height: 25px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    border-bottom: 1px solid #000000;
}

h2 {
    width: 600px;
    height: 25px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.clearer {
clear: both;
}

.aanbieding {
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 10px;
    width: 140px;
}

#box1 {
    float: left;
    width: 250px;

}

#box1 table {
    border: 1px solid #cccccc;
}

#box2 {
    float: left;
    width: 305px;
    margin-left: 10px;
}

#box3 {
    float: left;
    width: 565px;
}

.clearer {
clear: both;
}
