/* Samstag */

@media screen and (min-width:320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    #content-areas {
       background:url("../../img/backgrounds/bg_dblue_320.png") no-repeat right top
    }
 }
 
 
 @media screen and (min-width:481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    #content-areas {
       background:url("../../img/backgrounds/bg_dblue_481.png") no-repeat right top
    }
 }
 
 @media screen and (min-width:641px)  {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    #content-areas {
       background:url("../../img/backgrounds/bg_dblue_641.png") no-repeat right top
    }
 }
 
 @media screen and (min-width:961px)  {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    #content-areas {
       background:url("../../img/backgrounds/bg_dblue_961.png") no-repeat right top
    }
 }
 
 @media screen and (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
    #content-areas {
       background:url("../../img/backgrounds/bg_dblue_1025.png") no-repeat right top
    }
 }
 
 @media (min-width:1281px) {
    /* hi-res laptops and desktops */
    #content-areas {
       background:url("../../img/backgrounds/bg_dblue_1281.png") no-repeat right top
    }
}

.dnnbooster header .topbar,
.dnnbooster footer .legal-footer
{
   background:#006AB3
}

.dnnbooster .bootsterContainer.dnnc-panel.day
{
   border-color:#006AB3
}

.dnnbooster .bootsterContainer.dnnc-panel.day .panel-heading
{
   color:white;
   background-color:#006AB3;
   border-color:#006AB3
}
