<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas &amp; page background */
  /* (de) Randbereiche &amp; Seitenhintergrund */
  body { background:#a8a9ab; margin: -15 0; height:875px;}

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body {position:absolute; text-align: center; width:1036px;}

  .page_margins { text-align:left;}

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  .page_margins {background: #fff; height:875px;}

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
	height: 170px;
    color: #000;
	background-image:url(images/header.gif);
  }
  
  #col2_bottom{
	  background: url(images/col2.gif) left bottom no-repeat;
	  height:210px;
	  width:178px;
  }
  
  #col2_adresse{
	  padding: 80px 0 0 23px;
  }

  
	  
  #topnav { color: #aaa; background: transparent; }

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 20px; }

  #main { background: #fff; float:left;	height: 500px;}

  #footer {
    color:#666;
    background:#a8a9ab url(images/footer.gif) left top no-repeat;
	height: 205px;
	}

  /*------------------------------------------------------------------------------------------------------*/

/**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * | 960px                         |
   * |-------------------------------|
   * | #col2   | #col1     | #col3   |
   * | 240px   | 480px     | 240px   |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

 /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  #col1 { width: 670px; float:left; margin-left: 366px; height:500px; }
  #col1_content {padding: 48px 15px 0 25px; background:#d3d4d5;height: 452px;overflow: scroll;overflow-x: hidden;}

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { width: 366px; float:left; margin-left: -1036px; 	height: 500px;background: url(images/logo_immofenster.gif) left top no-repeat;}
  #col2_content {padding: 108px 0 0 67px ; width:157px; height:182px;}


  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Styling of layout specific elements
   * (de) Gestaltung layoutabhängiger Elemente
   */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#999; }

  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; background-color: transparent;}

  #footer a { color: #999; background:transparent; font-weight: bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline;}


}
</pre></body></html>