@media print {

#header {
    height: 304px;
}
header {
    background-image: url("../files/images/acon-colleg-logo-header.png");
    background-repeat: no-repeat;
    background-position: 10px 50px;
}
  
header {
    background-image: url("../files/images/acon-logo-header.png");
    background-repeat: no-repeat;
    background-position: 10px 50px;
}  
  
  header div#acon-colleg-head-teaser {
    left: 405px;
    position: absolute;
    font-size: 20px;
    color: #4D99D2;
    top: 95px;
}
  
nav#header_nav a[href^="http://"]::after, nav#header_nav a[href^="https://"]::after {
display: none;
  }  
  
  .invisible {
display: none;  
  }
  
nav#main_nav {
  display: none;
} 

#right {
  display: none;
} 

#footer {
  display: none;
} 

#footer, .inside {
  display: block;
  color: #000;
  background-color: #fff;  
}
  

#footer, .inside a {
  color: #000;
  background-color: #fff;  
}  

div.layout_full {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dotted #fff;
}
}