@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: #F31C0A;
        background-image: url('../_images/logos/top_rand_rechts.gif');
        background-repeat: no-repeat;
        background-position: right bottom;
        width: 61.25em;
        margin: 0em 0em 0em 0em;
        padding: 0em 0em 0.625em 0em;
    }
    
    div#main {
        width: 61.3em;
    	max-width: 61.3em;
    	min-width: 61.3em;
    	margin: 3.4375em 0em 0em 0em;
    }
    
    /* Seiten Navigation */
    div#navigation {
        display: block;
        float: left;
        margin: 0em 1.25em 0em 0em;
        padding: 0em 0em 0em 0em;
        min-width: 13.55em;
        width: 13.55em;

        text-align: right;
        font-size: 0.83em;
    }
    
/* Startpage styles */
div#startpage_subbanner {
  background-color: #F31C0A;
  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:12em;
  text-align:left;
  margin:0em 0em 0em 0em;
  padding:0em 0em 0em 12.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: 37.5em;
    }
    
    /* 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 0em 0.625em 1.25em;
        margin: 0em 0em 0em 15.625em;
        font-size: 0.75em;
        color: #959595;
        width: 61.25em;
    }
    
    div#fuss a {
        color: #959595;
        font-size: 0.80em;
        text-decoration: none;
    }
    
    ul#fussoben {
        margin: 2.7491em 0em 0.1875em 0em;
        padding: 0em 0em 0.1875em 0em;
        width: 61.25em;
        border-bottom: 1px solid #959595;
    }
    ul#fussoben li {
        display: inline;
        list-style-type: none; 
    }
    
    div#fuss span {
        font-size: 0.80em;
    }
    
    ul#fussunten {
        float: right;
        margin: 0em 0em 0em 25em;
        padding: 0em 0em 0em 0em;
        display: inline;
    }
    
    ul#fussunten li {
        margin: 0em 0em 0em 0em;
        padding: 0em 0.3125em 0em 0.3125em;
        display: inline;
        list-style-type: none;   
    }
    
    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 0px 0px 14px;
        text-decoration: none;    
    }
    div#startpage_column_left {
        float: left;
        margin: 0;
        padding: 0 0 0 3.125em;
        text-align: left;
        width: 26em;
    }

    div#startpage_column_right {
        float: left;
        margin: 0 0 0 1.25em;
        text-align: left;
        width: 24.25em;
        *width: 21.25em;
    }
}
