/*
    Overrides for printing Linkwerk web pages

*/
.menu, #newsticker, .position {
        display: none;
}

.content, .body { 
                  height: auto;
                  overflow: visible;
                  width: auto;
 }

div.page { 
           width: auto;
 }