body{
    background-image: url('/images/background.jpg');
}

a{
    color: #000000;
}

.container{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.header{
    border-top-left-radius: 100px 75px;
    border-top-right-radius: 100px 75px;
    width: 900px;
    padding-top: 20px;
    background-color: #ffea00;
}

.header .logo{
    height: 135px;
    width: 380px;
    background-image: url('/images/vakantiegenot.png');
    background-repeat: no-repeat;

    margin-left: 50px;
}

.header .right{
    border-top-right-radius: 100px 75px;
    border-top-left-radius: 100px 75px;
    border-bottom-left-radius: 100px 75px;
    width: 300px;
    height: 150px;
    background-color: #000000;
    float: right;
    margin-top: -20px;
}

.content{
    background-color: #ffea00;
    padding-bottom: 30px;
    padding-top: 15px;
}

.menu {
    width: 160px;
}

.menu .menu-top,
.menu .menu-bottom{
    background-color: #4292e3;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
    color: #FFFFFF;
}

.menu .menu-center{
    width: 82%;
    background-color: #4292e3;
    padding: 5px;
    margin-left: 10px;
    margin-top: -3px;
    margin-bottom: -3px;
}


.content .left{
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

.content .right{
    float: left;
    background-color: #4292e3;
    width: 670px;
    min-height: 400px;
    padding: 10px;
}

.menu-center ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.menu-center li{
    background-color: #ffea00;
    padding: 5px;
    border-radius: 50px;
    margin-top: 5px;
}

.menu-center li a{
    display: block;
    padding-left: 10px;
    color: #4292e3;
    text-decoration: none;
}

.menu-center li a:hover{
    color: #FFFFFF;
}

.priceTable{
    width: 100%;
    background-color: #6699CC;
    margin-bottom: 5px;
}

.priceTable th{
    color: #FF0000;
}

.priceTable td{
    font-weight: bold;
    text-align: center;
}

.priceTable td .bezet{
    color: #FF0000;
}

.priceTitle{
    font-size: 3em;
    text-align: center;
    margin-bottom: 5px;
}

.priceText{
    text-align: center;
}

.priceSubtext{
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.priceFooter{
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
}

.routekaart{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.routekaart a{
    color: #000000;
}

.reservation{
    text-align: center;
}

.reservation table{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.fotos{
    text-align: center;
}

.fotos .title{
    font-size: 3em;
    margin-bottom: 25px;
}

.fotos .image{
    height: 150px;
    width: 150px;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

.fotos a img{
    height: 150px;
    max-width: 150px;

    border: 3px #FFFFFF groove;
}

.vragen{
    text-align: center;
}

.vragen table{
    margin-left: auto;
    margin-right: auto;
}

.vakantiegenot-logo{
    background-image: url('/images/vakantiegenot-logo.png');
    background-size: 300px 150px;
    background-repeat:no-repeat;
    width: 300px;
    height: 150px;
}

.vragen table td{
    text-align: left;
}

.sun{
    background-image: url('/images/shapeimage_5.png');
    background-size: 100px 100px;
    background-repeat:no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
}

.palmtree{
    background-image: url('/images/palmboom.gif');
    background-size: 300px 288px;
    background-repeat:no-repeat;
    width: 300px;
    height: 288px;
    margin-left: 635px;
    margin-top: -275px;
    position: absolute;
    opacity:0.1;
    filter:alpha(opacity=10); /* For IE8 and earlier */
}

.chair{
    background-image: url('/images/strandstoel-leveled.png');
    background-size: 112px 95px;
    background-repeat:no-repeat;
    width: 112px;
    height: 95px;
    position: absolute;
    margin-left: 825px;
    margin-top: -85px;
}

.back{
    margin-top: 25px;
    border: 1px solid #0069D1;
    background-color: #4292e3;
    padding: 7px;
    cursor: pointer;
    color: #FFFFFF;
    -moz-box-shadow: 2px 2px 2px #000000;
    -webkit-box-shadow: 2px 2px 2px #000000;
    box-shadow: 2px 2px 2px #000000;
    text-align: center;
}

.back:hover{
    -moz-box-shadow: 4px 4px 2px #000000;
    -webkit-box-shadow: 4px 4px 2px #000000;
    box-shadow: 4px 4px 2px #000000;
}

.reservation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.reservation ul li{
    font-size: 0.8em;
    color: #dc0000;
    font-weight: bold;
}

span.required{
    color:  #FF0000;
}
