/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet für das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2.1 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.3
 */

@media screen, projection
{
  body {overflow-y: scroll; background: #ffffff url("../../images/hg_body.gif") repeat-x top left; padding: 0; }

  .page_margins { width: 980px; background: url("../../images/hg_header.jpg") no-repeat top left; }
  .page { padding: 0; }
  #header { position:relative; padding: 0 0 25px 20px; height: 145px; color: #fff; clear: both;  }
  #topnav { position:absolute; top:4px; left:20px; width: 940px; text-align:left; color: #fff; background: transparent; font-size: 0.9em; }
  #loginstatus { display: block; float: right; text-align:right; color: #bbb; background: transparent; }
  #uni { position:absolute; top:47px; left:20px; display:block;   }
  #gesi { position:absolute; top:84px; left:263px; display:block; width: 285px; height: 46px;   }
  #main { margin: 0 0 10px 0; background: #fff;  clear: both;}
  #footer { padding: 15px 20px; color:#666;  border-top: 1px #efefef solid; background: url(../../images/hg_kante.gif) left 1px  repeat-x; clear: both; text-align: center; }

  #main { float: left; width: 100%}
  #col1 { float: right; width: 518px;  margin: 0 210px 0 -728px }
  #col2 { float: right; width: 210px;  margin: 0 }
  #col3 { float: left; width: 240px; margin-right: -5px; margin-left: 0; }
  #col1_content { padding: 0 10px }
  #col2_content { padding: 0 20px 0 10px }
  #col3_content { padding: 0 0 0 20px }

  .hidecol2 #col1 {width: 728px; margin-right: 0;}
  .hidecol2 #col1_content{ padding-right: 20px; }
  .hidecol2 #col2 { display:none; }

  #skiplinks a.skip:focus, #skiplinks a.skip:active { color:#333; background:#fff; border-bottom:1px #000 solid; padding:10px 0; text-decoration:none; font-size: 2em;}  
  
}