  #div_content {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 30px;
  }
  
  .td_prijs {
    /*color: #ED1B24;*/
  }
  
  .tr_grey {
    background-color: #EDEDED;
  }
  
  .tr_white {
    
  }
  
  .tr_over {
    background-color: #DBDBDB;
    /*color: #ED1B24;*/
    color: #000000;
  }
  
  .div_content_inner {
    padding: 20px 20px 0 20px;
    /*text-align: justify;*/
    position: relative;
  }
  
  .div_left_normal {
    float: left;
    width: 631px;
  }
  
  .span_red {
    color: #D31922;
  }
  
  .div_border_red_solid {
    background-image: url(../images/cd_border_solid.gif);
    font-size: 1px;
    height: 4px;
    width: 591px;
  }
  
  .span_error {
    color: #D31922;
  }
  
  .span_succes {
    color: #007000;
  }
  
  .span_verplicht {
    color: #EE2E36;
  }
  
  /* --- homepage nieuws --- */
  
  .div_nieuwsitem {
    
  }
  
  .div_nieuws_fotos,
  .div_fotos {
    /*text-align: center;*/
    margin-top: 20px;
  }
  
  .div_nieuws_fotos a img,
  .div_fotos a img {
    border: 0;
    margin: 5px;
  }
  
  /* nieuwsitems kort */
  
  .div_nieuwsitem_kort {
    cursor: pointer;
  }
  
  .div_nieuwsitem_kort_head {
    overflow: auto;
    margin-bottom: 5px;
    color: #EE2E36;
  }
  
  .div_nieuwsitem_kort_titel {
    float: left;
  }
  
  .div_nieuwsitem_kort_titel h2 {
    margin: 0;
    font-size: 12px;
  }
  
  .div_nieuwsitem_kort_titel h2 a {
    text-decoration: none;
  }
  
  .div_nieuwsitem_kort_titel h2 a:hover {
    color: #EE2E36;
  }
  
  .div_nieuwsitem_kort_datum {
    float: right;
  }
  
  .div_nieuwsitem_kort_seperator {
    background: url('../images/border_red_dotted.gif') no-repeat;
    position: relative;
    height: 4px;
    margin: 8px 0;
  }
  
  .div_nieuwsitem_kort_seperator_solid {
    background-image: url('../images/border_red_solid.gif') !important;
  }
  
  /* --- sitemap --- */
  
  #ul_sitemap {
    margin: 0;
  }
  
  /* --- legenda --- */
  
  .td_legenda_img {
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
  }
  
  .table_legenda td {
    padding: 1px 0;
  }
  
  /* --- buttons --- */
  
  .div_button_grey {
    float: left;
    height: 32px;
    margin-left: 8px;
    cursor: pointer;
  }
  
  .div_button_grey_over {
    float: left;
    height: 32px;
    margin-left: 8px;
    cursor: pointer;
  }
  
  .div_button_grey_active {
    float: left;
    height: 32px;
    margin-left: 8px;
    cursor: pointer;
  }
  
  .div_button_grey a, .div_button_grey_over a {
    text-decoration: none;
    color: #FFFFFF;
  }
  
  .div_button_grey a, .div_button_grey_over a:hover {
    text-decoration: none;
    color: #FFFFFF;
  }
  
  .div_button_grey_active a, .div_button_grey_active a:hover {
    text-decoration: none;
    color: #FFFFFF;
  }
  
  .div_button_grey .div_button_grey_left {
    float: left;
    width: 25px;
    height: 32px;
    background: url('../images/grey_button_left.gif');
  }
  
  .div_button_grey .div_button_grey_center {
    float: left;
    /* 32px */
    height: 22px;
    background: url('../images/grey_button_repeat.gif');
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
  }
  
  .div_button_grey .div_button_grey_right {
    float: left;
    width: 25px;
    height: 32px;
    background: url('../images/grey_button_right.gif');
  }
  
  .div_button_grey_over .div_button_grey_left {
    float: left;
    width: 25px;
    height: 32px;
    background: url('../images/grey_button_over_left.gif');
  }
  
  .div_button_grey_over .div_button_grey_center {
    float: left;
    /* 32px */
    height: 22px;
    background: url('../images/grey_button_over_repeat.gif');
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
  }
  
  .div_button_grey_over .div_button_grey_right {
    float: left;
    width: 25px;
    height: 32px;
    background: url('../images/grey_button_over_right.gif');
  }
  
  .div_button_grey_active .div_button_grey_left {
    float: left;
    width: 25px;
    height: 32px;
    background: url('../images/grey_button_active_left.gif');
  }
  
  .div_button_grey_active .div_button_grey_center {
    float: left;
    /* 32px */
    height: 22px;
    background: url('../images/grey_button_active_repeat.gif');
    padding-top: 10px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
  }
  
  .div_button_grey_active .div_button_grey_right {
    float: left;
    width: 25px;
    height: 32px;
    background: url('../images/grey_button_active_right.gif');
  }
  
  /* --- content small --- */
  
  .div_content_small {
    width: 368px;
    background: url('../images/content_left_small_inner.gif') repeat-y;
  }
  
  .div_content_small_head {
    background: url('../images/content_left_small_header.gif') no-repeat;
    /* 20px */
    height: 6px;
    padding: 14px 20px 0 20px;
    color: #ED1B24;
    font-weight: bold;
  }
  
  .div_content_small_bottom {
    height: 20px;
    background: url('../images/content_left_small_bottom.gif') no-repeat;
  }
  
  /* --- smallest width left left --- */
  
  .div_content_smallest {
    width: 239px;
    background: url('../images/content_left_smallest_inner.gif') repeat-y;
  }
  
  .div_content_smallest_head {
    background: url('../images/content_left_smallest_header.gif') no-repeat;
    height: 6px;
    padding: 14px 20px 0 20px;
    color: #ED1B24;
    font-weight: bold;
  }
  .div_content_smallest_bottom {
    height: 20px;
    background: url('../images/content_left_smallest_bottom.gif') no-repeat;
  }
  
  /* --- normal width left --- */
  
  .div_content_normal {
    background: url('../images/content_normal_inner.gif') repeat-y;
  }
  
  .div_content_normal_head {
    height: 6px;
    padding: 14px 20px 0 20px;
    background: url('../images/content_normal_header.gif') no-repeat;
    color: #ED1B24;
    font-weight: bold;
  }
  
  h1 {
    margin: 0;
    color: #ED1B24;
    font-weight: bold;
    font-size: 14px;
    font-family: arial;
  }
  
  h2 {
    margin: 0;
    color: #ED1B24;
    font-weight: bold;
    font-size: 12px;
    font-family: arial;
  }
  
  .div_content_normal_bottom {
    height: 20px;
    background: url('../images/content_normal_bottom.gif') no-repeat;
  }
  
  /* --- small width right --- */
  
  .div_right_small {
    width: 277px;
    float: right;
  }
  
  .div_content_right_small {
    background: url('../images/content_right_small_inner.gif') repeat-y;
  }
  
  .div_content_right_small_head {
    background: url('../images/content_right_small_header.gif') no-repeat;
    height: 6px;
    padding: 14px 20px 0 20px;
    color: #ED1B24;
    font-weight: bold;
  }
  
  .div_content_right_small_inner {
    padding: 0 20px;
  }
  
  .div_content_right_small_bottom {
    position: relative;
    height: 20px;
    background: url('../images/content_right_small_bottom.gif');
  }
  
  /* --- aanbieding --- */
  
  .div_aanbieding {
    height: auto;
    position: relative;
    width: 239px;
    background: url('../images/content_actie_inner.gif') repeat-y;
    z-index: 0;
    cursor: pointer;
  }
  
  .a_aanbieding_productlink {
    display: block;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  
  .a_aanbieding_productlink img {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    border: 0;
  }
  
  .div_aanbieding_prijscontainer {
    position: relative;
    top: -20px;
    padding-right: 20px;
  }
  
  .div_aanbieding_prijs {
    float: right;
    position: relative;
    padding: 40px 40px 40px 15px;
    width: 69px;
    height: 28px;
    background: url('../images/aanbieding_ster.gif') no-repeat left top;
    z-index: 20;
    font-size: 18px;
    font-weight: bold;
    color: #ED1B24;
    z-index: 0;
    top: -20px;
  }
  
  .div_aanbieding_head {
    height: 6px;
    padding: 14px 20px 10px 20px;
    background: url('../images/content_actie_header.gif') no-repeat;
    color: #ED1B24;
    font-weight: bold;
    z-index: 1;
  }
  
  .div_aanbeiding_bottom {
    height: 20px;
    background: url('../images/content_actie_bottom.gif') no-repeat;
  }
  
  .aanbieding_ster {
    background-image: url('../images/aanbieding_ster.gif');
    width: 124px; height: 108px;
    float: right;
    margin: -20px 0 5px 5px;
  }
  
  .aanbieding_ster div {
    padding: 42px 28px 0 5px;
    text-align: center;
    color: #ed1b24;
    font-size: 18px;
    font-weight: bold;
  }
  
  /* --- cd's small right --- */
  
  .div_cd_small_left {
    float: left;
    width: 92px;
  }
  
  .div_cd_small_container {
    cursor: pointer;
  }
  
  .div_cd_small_container_over {
    cursor: pointer;
  }
  
  .div_cd_small_border_dotted {
    font-size: 1px;
    height: 4px;
    width: 244px;
    background-image: url('../images/cd_small_border_dotted.gif');
    margin-top: 2px;
    margin-bottom: 8px;
  }
  
  .div_cd_small_border_solid {
    font-size: 1px;
    height: 4px;
    width: 244px;
    background-image: url('../images/cd_small_border_solid.gif');
    margin-top: 2px;
    margin-bottom: 8px;
  }
  
  .div_cd_small_text {
    margin-left: 95px;
  }
  
  .div_cd_small_head {
    font-size: 1px;
    height: 2px;
    width: 92px;
    background: url('../images/cd_small_top.gif');
  }
  
  .div_cd_small_inner {
    /* 92px */
    padding-left: 7px;
    width: 85px;
    background-image: url('../images/cd_small_inner.gif');
    background-repeat: repeat-y;
  }
  
  .div_cd_small_inner img {
    display: block;
  }
  
  .div_cd_small_bottom {
    font-size: 1px;
    height: 9px;
    width: 92px;
    background: url('../images/cd_small_bottom.gif');
  }
  
  .div_cd_small_container .span_cd_small_title {
    color: #68696B;
    font-weight: bold;
  }
  
  .div_cd_small_container_over .span_cd_small_title {
    color: #EE2E36;
    font-weight: bold;
  }
  
  .span_cd_small_medewerkenden {
    font-style: italic;
  }
  
  .span_cd_small_meerinfo {
    color: #BABCBC;
  }
  
  /* --- zoekresultaten --- */
  
  .div_message {
    display: none;
    position: absolute;
    z-index: 500;
    background-color: #FFF;
    padding: 5px;
    border: 1px #EE2E36 solid;
  }
  
  .table_zoekresultaten {
    width: 100%;
  }
  
  .table_zoekresultaten td {
    vertical-align: top;
  }
  
  .td_zoekresultaten_withimgs_info {
    padding: 2px;
  }
  
  .table_zoekresultaten_no_imgs {
    width: 100%;
  }
  
  .table_zoekresultaten_no_imgs td {
    padding: 1px;
  }
  
  .tr_resultaten_grey {
    background-color: #EDEDED;
  }
  
  .tr_resulaten_over {
    background-color: #DBDBDB;
    /*color: #ED1B24;*/
    color: #444444;
  }
  
  .input_ww_aantal {
    width: 25px;
    border: 1px #7F9DB9 solid;
    color: #D31922;
    font-family: arial;
    font-size: 12px;
  }
  
  .img_winkelwagen {
    display: block;
    float: right;
    cursor: pointer;
    width: 21px;
    height: 20px;
  }
  
  .td_resultaten_clickarea {
    cursor: pointer;
  }
  
  .img_speaker {
    cursor: pointer;
  }
  
  .img_speaker_disabled {
    
  }
  
  .span_linetrough {
    text-decoration: line-through;
    color: #00A500;
  }
  
  .span_linetrough_text {
    color: #ED1B24;
  }
  
  .td_resultaten_prijs {
    text-align: right;
    padding: 1px 0;
  }
  
  .td_resultaten_actieprijs {
    text-align: right;
    padding: 1px 0;
    color: #F21D27;
  }
  
  /* --- product details --- */
  
  .div_cd_head {
    font-size: 1px;
    height: 2px;
    width: 169px;
    background: url('../images/cd_top.gif');
  }
  
  .div_cd_inner {
    /* 169px */
    padding-left: 13px;
    width: 156px;
    background-image: url('../images/cd_inner.gif');
    background-repeat: repeat-y;
    overflow: hidden;
  }
  
  .div_cd_inner img {
    display: block;
  }
  
  .div_cd_bottom {
    font-size: 1px;
    height: 11px;
    width: 169px;
    background: url('../images/cd_bottom.gif');
  }
  
  .div_cd_border_solid {
    width: 591px;
    height: 4px;
    background-image: url('../images/cd_border_solid.gif');
    font-size: 1px;
  }
  
  .div_cd_border_dotted {
    width: 591px;
    height: 4px;
    background-image: url('../images/cd_border_dotted.gif');
    font-size: 1px;
  }
  
  .table_productdetails_top {
    
  }
  
  .table_productdetails_top td {
    padding: 1px 2px;
  }
  
  .tr_productdetails_grey {
    
  }
  
  .tr_productdetails_grey {
    background-color: #EDEDED;
  }
  
  .tr_productdetails_over {
    background-color: #DBDBDB;
    color: #ED1B24;
  }
  
  .table_productdetails_tracks {
    
  }
  
  .table_productdetails_tracks td {
    padding: 1px 0;
  }
  
  .td_productdetails_track_grey {
    background-color: #EDEDED;
  }
  
  .td_productdetails_track_over {
    background-color: #DBDBDB;
    color: #ED1B24;
  }
  
  .tr_productdetails_cd td {
    /*color: #ED1B24;*/
    border-bottom: 2px #EDEDED solid;
  }
  
  /* --- product ranken --- */
  
  .div_rankable img {
    cursor: pointer;
  }
  
  .div_ranking img {
    padding: 0 2px 0 2px;
    margin: 0;
  }
  
  /* --- winkelwagen --- */
  
  .table_winkelwagen {
    width: 100%;
  }
  
  .table_winkelwagen td {
    padding: 1px 0;
  }
  
  .td_winkewagen_clickarea {
    cursor: pointer;
  }
  
  .table_winkelwagen_show {
    width: 100%;
  }
  
  .table_winkelwagen_show td {
    padding: 3px 0;
  }
  
  #div_coupontext {
    color: #D31922;
  }
  
  .img_winkelwagen_info {
    cursor: pointer;
    padding: 0 2px 0 2px;
  }
  
  .td_winkelwagen_couponprijs {
    text-align: right;
    color: #F21D27;
    /*color: #00A500;*/
  }
  
  .td_winkelwagen_prijs {
    text-align: right;
    /*color: #F21D27;*/
  }
  
  .td_winkelwagen_actieprijs {
    text-align: right;
    color: #F21D27;
  }
  
  .td_voorraad_rood {
    background-image: url('../images/voorraad_rood_liggend.gif');
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .td_voorraad_oranje {
    background-image: url('../images/voorraad_orange_liggend.gif');
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .td_voorraad_groen {
    background-image: url('../images/voorraad_groen_liggend.gif');
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .td_voorraad_grijs {
    background-image: url('../images/voorraad_grijs_liggend.gif');
    background-repeat: no-repeat;
    background-position: center;
  }
  
  /* --- gegevens --- */
  
  .table_gegevens {
    
  }
  
  .table_gegevens td {
    padding: 1px 0;
  }
  
  /* --- bevestigen --- */
  
  .table_bevestigen_gegevens {
    width: 100%;
  }
  
  .table_bevestigen_gegevens td {
    padding: 1px 0;
  }
  
  .div_opmerkingen {
    border: 1px #B7B7B7 solid;
    font-family: arial;
    font-size: 12px;
    color: #969696;
    width: 200px;
    height: 75px;
    overflow: auto;
    padding: 1px;
    margin: 0;
  }
  
  /* --- winkels --- */
  
  #table_winkels td {
    padding-right: 20px;
  }
  
  .p_kop {
    padding: 2px;
    margin: 5px 0;
    background-color: #DDD;
    font-weight: bold;
    color: #666;
  }
  
  .img_foto_winkel {
    float: right;
  }
  
  /* --- Concerten --- */
  
  div#concert{
    padding: 20px 20px 0 20px;
  }
  div#concert .concert_naam h2{
    margin: 0px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #D31922;
  }
  div#concert .concert_datum_tijd{
    color: #0092CB;
  }
  div#concert .concert_toegang_1{
    color: #009264;
  }
  div#concert .concert_toegang_2{
    color: #0092CB;
  }
  div#concert .concert_toegang_3{
    color: #D31922;
  }
  
  /* --- Nieuwsbrief --- */
  div#nb_right{
    float: right;
  }
  div#nb_right_top{
    background-image: url('../images/content_right_small_header.gif');
    background-repeat: no-repeat;
    width: 277px;
    height: 20px;
  }
  div#nb_right_inner{
    background-image: url('../images/content_right_small_inner.gif');
    background-repeat: repeat-y;
    width: 250px;
    padding: 22px;
  }
  div#nb_right_bottom{
    background-image: url('../images/content_right_small_bottom.gif');
    background-repeat: no-repeat;
    width: 277px;
    height: 20px;
  }
