@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: 9.5625em; /* 153 px */
  margin: 0em 0em 2.5em 0em; /* unten: 40px */
}
div#startpage_blocks {
  /* kann nach Umstellung der Startseite entfernt werden */
  width:36.0625em; /*577px*/
  text-align:left;
  margin:0em 0em 0em 0em;
  float:left;
}

div#startpage_column_left {
  /* war startpage_blocks */
  width: 26.875em; /* 430px */
  text-align: left;
  padding: 0em 0em 0em 3.1250em; /* links: 50px */
  margin: 0em;
  float: left;
}

div#startpage_contentblocks {
  /*width: 23.5625em;*/
  /*text-align: left;*/
  margin: 0em;
  padding: 0em;
}

div#startpage_contentblocks a {
  color: #000000;
}

div#startpage_contentblocks a:hover {
  color: #000000;
}

div#startpage_margin_1 {
  /* kann nach Umstellung der Startseite entfernt werden */
  width: 13.8125em; /*180+41=221px*/
  text-align:left;
  margin: 0em 0em 0em 0em; 
  float: left;
}

div#startpage_column_right {
  /* war startpage_margin_1 */
  width: 24.25em; /* 388px */
  text-align: left;
  margin: 0em 0em 0em 1.25em; /* links: 20px */
  float: left;
}

div#startpage_margin_2 {
  /* kann nach Umstellung der Startseite entfernt werden */
  width:11.375em; /*2+180=182px*/
  text-align:left;
  margin:0em 0em 0em 0em;
  float:left;
}

div.freieshtml_evd_startseite a.red_arrow {
  font-weight: bold;
  color: #000000;
}

div.freieshtml_evd_startseite a {
  color: #000000;
}


div.freieshtml_evd_startseite {
    margin: 0;
    padding: 0;
}

    /* 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;    
    }
}
