html, body {
    margin: 0px;
    color: #5A677B;
    background-color: #FFFFFF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
    background-image: url("../../gfx/body_background.gif");
    background-repeat: repeat-x;
}

.bold {
    font-weight: bold;
}
* {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

a {
    color: #5C8FE7;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 1.6em;
    font-weight: bold;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
}

h3 {
    color: #5C8FE7;
}

hr {
    height: 1px;
    background-color: #99A9C1;
    border: 0px;
    width: 98%;
}

.blue {
    width: 100%;
    background-color: #5389E6;
}
.gray {
    width: 100%;
    background-color: #EBEBEB;
}

.textBold {
    font-weight: bold;
}

.priceDiv {
    display: inline;
    
}

.clearInput {
    border: 0px;
    background-color: #FFF;
    font-family: "Verdana";
    width: 50px;
    text-align: right;
}

.input_text {
    border-top: 1px solid #7D7D7D;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #dddddc;
    font-size: 1em;
    padding: 2px;
    width: 165px;
    font-family: "Verdana";
}
.input_error {
    border: 1px solid red;
}


#container {
    width: 982px;
    margin: auto;
    font-size: 0.7em;
}
#container #borderLeft {
    width: 15px;
    height: 557px;
    background-image: url("../../gfx/content_border_left.gif");
    background-repeat: no-repeat;
    float: left;
    margin-left: -3px;
}
#container #borderRight {
    width: 15px;
    height: 557px;
    background-image: url("../../gfx/content_border_right.gif");
    background-repeat: no-repeat;
    float: right;
    margin-right: -3px;
}

#container #content {
    width: 982px;
    min-height: 560px;
    background-image: url("../../gfx/content_background.gif");
    background-repeat: repeat-y;
}

#container #content #header {
    width: 950px;
    height: 100px;
    margin-left: 5px;
    background-image: url("../../gfx/header_background.gif");
    background-position: top right;
    background-repeat: no-repeat;
}
#container #content #header img {
    margin-left: 15px;
    margin-top: 15px;
}
#container #content #header #winkelmand {
    margin-top: 2px;
    height: 72px;
    width: 190px;
    float: right;
    margin-right: 12px;
    padding-top: 7px;
}
#container #content #header #winkelmand img {
    margin-left: 0px;
    margin-top: 13px;
}

#container #content #hoofdmenu {
    width: 927px;
    height: 52px;
    margin-left: 25px;
    background-image: url("../../gfx/hoofdmenu_background.gif");
    background-repeat: no-repeat;
}
#container #content #hoofdmenu table {
    width: 100%;
    font-size: 1.1em;
}
#container #content #hoofdmenu table td {
    text-align: center;
    padding-top: 20px;
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
}
#container #content #hoofdmenu table td a {
    color: #556277;
    font-weight: bold;
    display: block;
}
#container #content #hoofdmenu table td a:hover {
    text-decoration: none;
}
#container #content #hoofdmenu table td.spacer {
    padding: 0px;
    width: 2px;
    vertical-align: bottom;
    padding-top: 4px;
}

#container #content #zoekbalk {
    width: 921px;
    height: 40px;
    margin-left: 28px;
    background-image: url("../../gfx/zoekbalk_background.gif");
    background-repeat: no-repeat;
}
#container #content #breadcrumbs {
    width: 921px;
    height: 25px;
    padding-top: 10px;
    margin-left: 30px;
    background-image: url("../../gfx/spacer.gif");
    background-repeat: no-repeat;
    background-position: bottom left;
}

#container #content #main {
    width: 921px;
    margin-left: 30px;
}
#container #content #main #mainLeft {
    float: left;
    width: 210px;
    border: 0px solid red;
    margin-right: 5px;
}

.hoofdCatKnop {
    width: 186px;
    background-image: url('../../gfx/categorie_button_background.gif');
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 25px;
}
.hoofdCatKnop * {
    color: #FFF;
    font-weight: bold;
}

.subCatKnop {
    margin-top: 5px;
    background-color: #EBEBEB;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    color: #626F82;
}
.subCatKnop * {
    color: #626F82;
    font-weight: normal;
}

#container #content #main #mainCenter {
    float: left;
    width: 485px;
    border: 0px solid blue;
}
#mainCenter ul li {
	margin-left: 22px;
}
.aanbieding_top {
    width: 474px;
    height: 42px;
    background-image: url("../../gfx/aanbieding_blok_top.gif");
}
.aanbieding_top_clear{
    width: 474px;
    height: 16px;
    background-image: url("../../gfx/aanbieding_blok_top_clear.gif");
}
.aanbieding_middle {
    width: 474px;
    background-image: url("../../gfx/aanbieding_blok_middle.gif");
}
.aanbieding_bottom {
    width: 474px;
    height: 15px;
    background-image: url("../../gfx/aanbieding_blok_bottom.gif");
    margin-bottom: 5px;
}
.aanbieding_date {
    float: left;
    padding-left: 10px;
    padding-top: 6px;
    color: #777777;
}
.aanbieding_van_de_dag {
    float: right;
    padding-right: 25px;
    padding-top: 7px;
    color: #FFF;
}

.product_table {
}
.product_table th {
    width: 134px;
    padding-left: 8px;
    padding-right: 8px;
    border-right: 2px solid #EBEBEB;
}
.product_table td {
    padding-left: 8px;
    padding-right: 8px;
    width: 308px;
}
.product_table td .tekst {
    height: 73px;
    width: 308px;;
    overflow: hidden;
    line-height: 1.3em;
}
.product_table td .pricediv {
    float: left;
}
.price {
    font-size: 2em;
    color: #D32671;
    font-weight: bold;
}
.subprice {
    font-size: 0.9em;
    color: #999999;
    font-weight: bold;
}
.product_table td .meer_info {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
}


#container #content #main #mainRight {
    float: right;
    width: 230px;
    margin-right: -15px;
    border: 0px solid pink;
}
.rightContent {
    border-left: 1px solid #AAB8CB;
    background-image: url('../../gfx/field_right_background.gif');
    background-repeat: repeat-x;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 15px;
}


#container #footer {
    width: 982px;
    background-color: #fff;
    padding-top: 10px;
    background: url("../../gfx/footer_top_background.gif") repeat-y;
    text-align: center;
}
#container #footer div.middle {
    min-height: 24px;
    height: auto !important;
    height: 24px;
    width: 100%;
    text-align: center;
}
#container #footer #footer_text {
    width: 982px;
    position: relative;
    line-height: 20px;
    color: #EBEBEB;
    height: 30px;
    clear: both;
    background: url("../../gfx/footer_bottom_background.gif") bottom left no-repeat;
}
#container #footer #footer_text a {
    color: #EBEBEB;
}

.propSelect {
    font-size: 1em;
}
.propSelect option {
    padding-left: 5px;
    padding-right: 5px;
}

.kassa {
    width: 100%;
}
.kassa td {
    padding: 5px;
    border: 1px solid #FFF;
}
.kassa td.selected {
    border: 1px solid #5389E6;
}

.winkelmandje {
    width: 100%;
}
.winkelmandje th {
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    text-align: left;
    padding: 2px;
    font-size: 1em;
    vertical-align: middle;
}
.winkelmandje td {
    padding: 2px;
    font-size: 1em;
    vertical-align: middle;
}
.winkelmandje th.center, .winkelmandje td.center {
    text-align: center;
}
.winkelmandje th.right, .winkelmandje td.right {
    text-align: right;
}

.aanmeldForm th {
    text-align: left;
    font-weight: normal;
}

.aanmeldForm .date_input {
    width: 30px;
}
.aanmeldForm .medium_input {
    width: 50px;
}

.aanmeldForm th, .aanmeldForm td {
    padding-top: 3px;
}

.newsTable img {
    border: 1px solid #666666;
    
}
.newsTable td {
    padding-left: 10px;
}
.newsTable td hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


.mailLogo {
    float: right;
}


#sitemap ul {
    margin-left: 20px;
}





