@charset "iso-8859-1";
/* ------------------------------------------------------------------------------ */
/* BASE 960                                                                       */
/* ------------------------------------------------------------------------------ */

#mobilefooterwrap                 { display: none; }
.floatright                       { float:right; }
.floatleft                        { float:left; }
.row                              { margin-bottom: 20px; }
.container                        { position: relative; width: 970px; margin: 0 auto; padding: 0; }

#Arbeitszimmer                    { float:  left; width:250px; }
#Zwischenwand                     { float:  left; width:694px; margin:0px 10px 0px 10px; }
#Wohnzimmer                       { float:  left; width:514px; }
#Kinderzimmer                     { float: right; width:180px; }

/* keine rechte Spalte */
.zweispaltig #Wohnzimmer          { width:694px; }

/* #Print
================================================== */

@media only print{
  .container                      { width: 100%; }
  #Arbeitszimmer                  { float:none !important; width: 100% !important; margin:0px !important; }
  #Zwischenwand                   { float:none !important; width: 100% !important; margin:0px !important; }
  #Wohnzimmer                     { float:none !important; width: 100% !important; margin:0px !important; }
  #Kinderzimmer                   { float:none !important; width: 100% !important; margin:0px !important; }
}
    
/* #Clearing
================================================== */

.container:after                  { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before, .clearfix:after, .row:before, .row:after
                                  { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.row:after, .clearfix:after       { clear: both; }
.row, .clearfix                   { }
.clear                            { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
    
/* 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 *
 * multi-INTER-media GmbH                                                         *
 * Letzte Aenderung: 19.11.2015                                                   *
 * 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 */