body { 
	margin: auto; 
	width: 565px;
        min-width: 565px;
	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: 565px;
        padding-top: 3px;
}

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


#content {
        float: left;
        width: 565px;
        margin-left: 5px;
        margin-right: 5px;
	background-color: white;
}

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

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

h3 {
    margin-top: 0px;
}

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

}

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

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

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

.merken {
    height: 120px;
    padding: 5px;
    border: 1px solid #cccccc;
    background: url("../images/layout_service/back.png");
}
