﻿html, body
{
    margin: 0px;
    padding: 0px;
    background-color: #EFE2D1;
    background-image: url('images/background.gif');
    font-family: Verdana, Arial;
    font-size: 12px;
    overflow-y: scroll;
}
div.horizon
{
    position: absolute;
    left: 50%;
    height: 100%;
    width: 0px;
}
div.container
{
    position: absolute;
    left: -386px;
    top: 0px;
    width: 773px;
    background-color: #CE131A;
    background-image: url('images/background_red.gif');
}
div.top
{
    position: relative;
    top: 0px;
    width: 733px;
    height: 120px;
    background-color: #ffffff;
}
div.logo
{
    position: absolute;
    width: 733px;
    height: 120px; /*background-color: #ffffff;*/
}
div.menu
{
    position: absolute;
    right: 0px;
    width: 418px;
    height: 117px;
    background-image: url('images/menu.png');
}
div.buttons
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
}
div.maincontent
{
    position: relative;
    width: 693px;
    padding: 20px;
    background-color: #ffffff;
}
div.navigation
{
    position: relative;
    width: 733px;
    background-color: #ffffff;
    text-align: center;
}

a
{
    color: #cf141b;
    text-decoration: none;
}
a:hover
{
    color: #cf141b;
    text-decoration: underline;
}

input.button_red
{
    width: 100px;
    height: 20px;
    background-color: #cf141b;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #000000;
    cursor: pointer;
    padding: 0px;
}
input.button_grijs
{
    width: 150px;
    height: 20px;
    background-color: #4A4F57;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #000000;
    cursor: pointer;
    padding: 0px;
}
input.width_25
{
    width: 25px;
}
input.getal, input.width_50
{
    width: 50px;
}

div.content_border_red
{
    border: solid 1px #CE131A;
    margin-bottom: 15px;
}
div.content_border_red p
{
    margin: 0px;
}
div.content
{
    padding: 3px;
}
div.header_background_red
{
    background-color: #CE131A;
    color: #ffffff;
    font-weight: bold;
    padding: 3px;
}
div.header_background_red a
{
    color: #ffffff;
    text-decoration: none;
}
div.header_background_red a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
div.header_text_black
{
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

div.agendaitems, div.voorstellingitems, div.actieitems, div.pakketitems, div.linkitems
{
    margin: 0px 10px 0px 10px;
}
div.agendaitems div.label
{
    float: left;
    width: 150px;
}
div.actieitems p
{
    margin-bottom: 15px;
}

div.row
{
    overflow: hidden;
    padding: 2px;
}
div.row_center
{
    text-align: center;
}
div.row_margin_left_10
{
    margin-left: 10px;
}
div.row_margin_bottom_10
{
    margin-bottom: 10px;
}
div.row_checkbox
{
    float: left;
    clear: both;
    width: 500px;
}
div.label
{
    float: left;
}
.label_bold
{
    font-weight: bold;
}
div.required
{
    float: left;
    width: 15px;
    border: solid 1px #ffffff;
}

div.voorstellingdetail
{
    overflow: hidden;
}

div.voorstellingdetail div.column_left
{
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    width: 260px;
}
div.voorstellingdetail div.column_right
{
    float: right;
    margin-left: 5px;
    margin-right: 10px;
    width: 400px;
}
div.voorstellingdatums
{
    overflow: hidden;
}
div.voorstellingdatums div.column_left
{
    float: left;
    width: 115px;
    margin: 0px;
}
div.voorstellingdatums div.column_right
{
    float: right;
    width: 115px;
    margin: 0px;
}
div.voorstellingdetail div.header_background_red
{
    text-align: center;
}
div.mailnaarvriend
{
    margin-left: 100px;
    margin-right: 100px;
}
div.mailnaarvriend div.label
{
    width: 200px;
}
div.voorstellingreview
{
    text-align: center;
}
div.reviewform
{
    margin-left: 50px;
    margin-right: 50px;
}
div.reviewform div.label
{
    width: 100px;
}

div.pakketdetail div.row
{
    margin-bottom: 5px;
}
div.pakketdetail div.row_margin_left_10
{
    margin-bottom: 5px;
}

div.loginform
{
    margin-left: 75px;
    margin-right: 75px;
}
div.loginform div.row
{
    margin-left: 100px;
    margin-right: 100px;
}
div.loginform div.label
{
    width: 100px;
}
div.loginform input
{
    width: 150px;
}
div.loginform div.button input
{
    width: 100px;
}
div.loginsuccess
{
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;
}
div.loginerror
{
    margin-left: 75px;
    margin-right: 75px;
}

div.wachtwoordvergetenform
{
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
}
div.wachtwoordvergetenform div.header
{
    text-align: left;
}

div.klantform
{
    margin-left: 125px;
    margin-right: 125px;
}
div.klantform div.label
{
    width: 200px;
}

div.reserveren
{
    margin-left: 100px;
    margin-right: 100px;
}

div.winkelwagen
{
    margin-left: 100px;
    margin-right: 100px;
}
div.winkelwagen .itemstyle_product, div.winkelwagen .headerstyle_product
{
    text-align: left;
    width: 230px;
}
div.winkelwagen .itemstyle_type, div.winkelwagen .headerstyle_type
{
    text-align: left;
    width: 75px;
}
div.winkelwagen .itemstyle_aantal, div.winkelwagen .headerstyle_aantal
{
    text-align: center;
    width: 75px;
}
div.winkelwagen .itemstyle_prijs, div.winkelwagen .headerstyle_prijs
{
    text-align: right;
    width: 75px;
}
div.winkelwagen .itemstyle_verwijder, div.winkelwagen .headerstyle_verwijder
{
    text-align: center;
    width: 75px;
}
div.winkelwagen div.row_totaal
{
    border-top: solid 1px #000000;
    margin-left: 340px;
    text-align: right;
    width: 75px;
}

div.checkpakket
{
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;
}
div.checkpakket div.row
{
    text-align: left;
}
div.checkpakket div.header_background_red
{
    padding: 1px;
    text-align: left;
}

div.betaalwijze
{
    margin-left: 100px;
    margin-right: 100px;
}
div.betaalwijze div.row_center
{
    margin-top: 10px;
}

div.afrekenen
{
    margin-left: 100px;
    margin-right: 100px;
}
div.afrekenen .itemstyle_product, div.afrekenen .headerstyle_product
{
    text-align: left;
    width: 230px;
}
div.afrekenen .itemstyle_type, div.afrekenen .headerstyle_type
{
    text-align: left;
    width: 75px;
}
div.afrekenen .itemstyle_aantal, div.afrekenen .headerstyle_aantal
{
    text-align: center;
    width: 75px;
}
div.afrekenen .itemstyle_prijs, div.afrekenen .headerstyle_prijs
{
    text-align: right;
    width: 75px;
}
div.afrekenen div.label
{
    width: 150px;
}
div.afrekenen div.row
{
    margin-left: 10px;
}
div.afrekenen div.row_totaal_label
{
    float: left;
    width: 387px;
    text-align: right;
}
div.afrekenen div.row_totaal_border_top
{
    border-top: solid 1px #000000;
    float: left;
    width: 75px;
    text-align: right;
}
div.afrekenen div.row_totaal
{
    float: left;
    width: 75px;
    text-align: right;
}
div.bestellingvoltooid
{
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
}

div.voorwaardenerror
{
    margin-left: 150px;
    margin-right: 150px;
    text-align: center;
}

div.tekstpopup
{
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: none;
    background-color: #ffffff;
}

div.uitschrijvenform
{
    margin-left: 200px;
    margin-right: 200px;
}

/* ---------------------------------------------------------------------------------------------------------- */

table.view
{
    font-family: verdana, sans-serif;
    font-size: 12px;
    width: 650px;
    margin-left: 10px;
    background-color: #fff;
}

div.view_header h1
{
    background-color: #cf141b;
    height: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.reviewTabel
{
    border: 1px solid #4A4F57;
}

.reviewTabel td
{
    border: 1px solid #4A4F57;
    padding: 1px;
    text-align: left;
}

.reviewTitel
{
    font-weight: bold;
    color: #FFFFFF;
}
table.voorstellingdatum
{
    border-collapse: collapse;
}
table.voorstellingdatum th
{
    background-color: #cf141b;
    color: #ffffff;
    padding: 1px;
    text-align: left;
}
table.voorstellingdatum td
{
    padding: 1px;
}

