@media print{
    div#head {
        display: none;
    }
    
    div#content {
        display: block;
    }
    
    div#navigation {
        display: none;
    }
    
    div#snippet {
        display: none;
    }
    
    div#fuss {
        display: none;
    }
}

@media screen {
    /* Banner */
    div#head {
        background-color: #77AD1C;
        background-repeat: no-repeat;
        background-position: right bottom;
        width: 61.2em;
        margin: 0em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
    }

    div#main {
        width: 61.7em;
    	max-width: 61.7em;
    	min-width: 61.7em;
    	margin: 2.4375em 0em 0em 0em;
    }
    
    /* Seiten Navigation */
    div#navigation {
        display: block;
        float: left;
        margin: 0em 1.25em 0em 3.7em;
        -margin: 0em 1.25em 0em 1.87em;
        padding: 0em 0em 0em 0em;
        min-width: 10.55em;
        width: 10.55em;

        text-align: left;
        font-size: 0.83em;
    }
    
    /* Startpage styles */
    div#startpage_subbanner {
      background-color: #77AD1C;
      width:61.25em; /*980px*/
      height:10.5625em; /*169px*/
      margin: 0em 0em 3.4375em 0em; /*bottom:55px*/
    }
    div#startpage_blocks {
      width:36.0625em; /*577px*/
      text-align:left;
      margin:0em 0em 0em 0em;
      float:left;
    }
    div#startpage_contentblocks {
      width:23.5625em; /*577px-200px(padding)=377px*/
      -width:22em;
      text-align:left;
      margin:0em 0em 0em 0em;
      padding:0em 0em 0em 12.5em;
      -padding:0em 0em 0em 5em; /*200px*/
    }
    div#startpage_margin_1 {
      width:13.8125em; /*180+41=221px*/
      text-align:left;
      margin:0em 0em 0em 0em;
      float:left;
    }
    div#startpage_margin_2 {
      width:11.375em; /*2+180=182px*/
      text-align:left;
      margin:0em 0em 0em 0em;
      float:left;
    }

    /* Content und Content Elemente*/
    div#content {
        display: block;
        float: left;
        margin: 0em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
        width: 37em;
        overflow: hidden;
    }
    
    /* Marginalspalte */
    div#snippet {
        display: block;
        float: left;
        width: 11.25em;
        font-size: 1em;
        margin: 0em 0em 0em 0em;
        padding: 0em 0em 0em 0em;
    }
    
    /* Fusszeile */
    div#fuss {
        clear: both;
        padding: 0em 0.5em 0.625em 0em;
        margin: 0em 0em 0em 0em;
        font-size: 0.75em;
        color: #959595;
        width: 82em;
    }
    
    div#fuss a {
        color: #959595;
        /*font-size: 0.80em;*/
        text-decoration: none;
    }
    
    div#fussoben {
        margin: 0em 0em 0 0em;
        padding: 0em 0em 0.5em 0em;
        text-align: right;
        font-size: 0.9em;
    }

    div#fuss span {
        font-size: 0.80em;
    }

    div#fussunten {
        margin: 0;
        padding: 0em 1em 0.2em 1em;
        font-size: 0.9em;
        background-color: #dcdcdc;
        text-align: right;
    }

    div#fussunten div a {
        padding: 0em 1em 0 0;
    }
    
    a.printlink {
        background-image: url('../_images/icons/drucken_icon.gif');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        color: #959595;
        font-size: 1em;
        padding: 0px 0px 0px 19px;
        text-decoration: none;
    }
    
    a.toplink {
        background-image: url('../_images/icons/pfeil_grau_top.gif');
        background-repeat: no-repeat;
        background-position: 0px 0px;
        color: #959595;
        font-size: 1em;
        float: right;
        padding: 0px 2.5em 0px 14px;
        text-decoration: none;    
    }
    
    div#startpage_column_left {
        float: left;
        margin: 0;
        padding: 0 0 0 3.125em;
        text-align: left;
        width: 26.875em;
    }
    
    div#startpage_column_right {
        float: left;
        margin: 0 0 0 1.25em;
        text-align: left;
        width: 24.25em;
        -width: 21.25em;
    }
}
