/*
    Printstylesheet
*/

    #top,
    #menu,
    #submenu,
    #left,
    #gisTeaser .link,
    .cycle,
    #bottom {
        display: none;
    }
    
    #logo {
        background-color: #84A300;
        display: block;
        padding: 5px;
    }
    
        #logo img {
            border: 0;
        }
    
    #right #content .teaser-container .teaser-item {
        height: auto !important;
        overflow: auto !important;
    }


