/* Wohnideen Extra-Style */

/*******************************************************************************
*  style-zweispaltig.css : 2011-03-09
/*******************************************************************************/
body {
	background-image: url("../images_bauensanieren/header_bg.jpg");
}

/*
**************************** Bildwechsler *******************************
*/
#imagewechsler {
    background-image:url("../images_bauensanieren/pic_start.jpg");
}


h1, h2, h3, h4, h5, #rightColumn h1 {
    color: #25328b;
}
#footer {
 background-image: url("../images_bauensanieren/bg_footer_top.png");
}
#middleColumn .pfad a {
    color: #25328b;
}     



#rightColumn h1 {
    color: #25328b;
}
 
/*
************************ Horizontale Navigation *************************
*/

#hnav_sub ul li a:hover, #hnav_sub ul li a.aktiv {
    background-color:#25328b;
    color: #fff;
}

/*
************************ Mobile Version *************************
*/
/* Small Displays bis 960px */
@media (max-width: 60.000em) {
    body {
        background: #fff;
    }
    a#off_canvas {
      background-color:#303c8f;
    }
}