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: 1001px;
        padding-top: 3px;
}

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


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

#bottom {
    margin: auto;
    width: 1000px;
    height: 10px;
    border-bottom: 1px solid #cccccc;
}

#footer {
    padding-top: 10px;
    width: 1000px;
    height: 30px;
    text-align: center;
    background:  url("../images/layout/footerBack.jpg") repeat-x;
}

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");
}

.faq_top {
    display: block;
    width:555px;
    padding: 5px;
    background: #0066cc;
    border: 1px solid #999999;
    color: white;
    font-weight: bold;
}

.faq_main {
    display: block;
    width:555px;
    padding: 5px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.faq_link{
    text-decoration: none;
}
