@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 * @file        basemod_draft.css
 * @creator     YAML Builder v0.3 Preview
 * @link        http://builder.yaml.de
 */

@media all
{
 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */


/* Page margins and background | Randbereiche & Seitenhintergrund */

  body {  }

/* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */

#page_margins { 
    width: auto;  
    min-width: 940px; 
    max-width: 90em;
    margin-left:40px;

}
#page {   
}


 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

#topnav { 
    position:static;
    width: 110px;
    height:30px;
    background-color:#9999CC;

}
#header {
    border-left: 30px solid #9999CC;
    margin:0px
}
#icons {
    border-top: 1px solid #FFF;
    width:120px;
    padding:5px;
}

#col1 { 
    float: left; 
    width: 110px;
    height:550px;
    background-color:#9999CC;
}
#col2 { display:none}
#col3 {   
        width: auto; 
        margin: 0 0 0 20%
}
#col1_content { padding: 0 0px 0 20px }
#col3_content { 
    padding: 0 20px 0 0px 
}

#leftnav {
    position:absolute;
    z-index:2;
    top:106px;
    height:200px;
    width:151px;
    background-color:#2E45A5;
    border-left: 30px solid #9999CC;
}


 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */





}
