html, body {
    height: 100%;
    margin: 0 auto;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #282c21;
    text-align: center;
    vertical-align: top;
    background-color: #b8b8b8;
    background-image: url(https://cdn.bhosted.nl/images/parking/background.jpg);
    background-position: top;
    background-repeat: repeat-x;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    margin: 0px;
    padding: 0px;
}

a {
    color: #ed1c24;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ed1c24;
    text-decoration: underline;
}

h1 {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
}

h2 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
}


/* BASIS */
#TABLEbasis {

}

#TABLEbasis .TDtop {
    height: 120px;
    background-image: url(https://cdn.bhosted.nl/images/parking/top.png);
    background-repeat: repeat;
    background-position: center bottom;
}

#TABLEbasis .TDtopLeft {
    height: 120px;
    background-image: url(https://cdn.bhosted.nl/images/parking/topLeft.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#TABLEbasis .TDtopRight {
    height: 120px;
    background-image: url(https://cdn.bhosted.nl/images/parking/topRight.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

#TABLEbasis .TDleft {
    width: 109px;
    height: 278px;
    vertical-align: top;
    background-image: url(https://cdn.bhosted.nl/images/parking/bottomLeft.png);
    background-repeat: repeat-y;
    background-align: top right;
}

#TABLEbasis .TDright {
    width: 107px;
    height: 278px;
    vertical-align: top;
    background-image: url(https://cdn.bhosted.nl/images/parking/bottomRight.png);
    background-repeat: repeat-y;
    background-align: top left;
}

#TABLEbasis .TDcontent {
    height: 278px;
    background-color: #f6f4f5;
    vertical-align: top;
    text-align: justify;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
}

#TABLEbasis .TDbottomLeft {
    background-image: url(https://cdn.bhosted.nl/images/parking/bottomLeft.png);
    background-repeat: repeat-y;
    background-align: top right;
}

#TABLEbasis .TDbottomRight {
    background-image: url(https://cdn.bhosted.nl/images/parking/bottomRight.png);
    background-repeat: repeat-y;
    background-align: top right;
}

#TABLEbasis .TDbottom {
    height: 35px;
}

/* EINDE BASIS */


/* ELEMENTEN */
.DIVlogo {
    width: 100%;
    height: 42px;
    text-align: center;
    /*	background-image: url(http://www.bhosted.nl/images/parking/LOGO.png);
        background-repeat: no-repeat;
        background-position: top center; */
}

.DIVafbeeldingSchoudersPositie {
    width: 50%;
    height: 0px;
    position: absolute;
}

.DIVafbeeldingSchouders {
    width: 433px;
    height: 120px;
    background-image: url(https://cdn.bhosted.nl/images/parking/topSchouders.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -216px;
    top: 0px;
    background-position: top center;
}

.DIVleft {
    width: 109px;
    height: 278px;
    vertical-align: top;
    background-image: url(https://cdn.bhosted.nl/images/parking/left.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.DIVright {
    width: 107px;
    height: 278px;
    vertical-align: top;
    background-image: url(https://cdn.bhosted.nl/images/parking/right.png);
    background-repeat: no-repeat;
    background-position: left top;
}


.DIVruimte {
    width: 100%;
    height: 20px;
}

#input-wrapper {
    width: 500px;
    height: 35px;
    margin: 25px 0px 20px 0px;
    background: url(https://cdn.bhosted.nl/images/parking/domeinnaam.png);
}

#input-wrapper input {
    width: 320px;
    border: 0px;
    padding: 4px;
    font-size: 16px;
    margin: 4px 4px 4px 10px;
}

#input-wrapper a {
    color: #ffffff;
    width: 100px;
    border: 0px;
    font-size: 16px;
    font-weight: normal;
    padding: 4px 35px 4px 35px;
}

#input-wrapper a:hover {
    text-decoration: none;
}
