/* main css */
@media only print {
    body {
        background-color: #eeeeee;
        color: #333333;
        font-family: Verdana, Arial;
        font-size: 90%;
        text-align: left;
        margin: 20px;
    }

    h1 {
        font-size: 150%;
        font-weight: bold;
        font-family: Arial;
    }

    h2 {
        font-size: 110%;
    }

    h3 {
        font-size: 90%;
        font-weight: bold;
    }

    li {
        list-style-type: square;
    }

    a {
        text-decoration: none;
    }

        a:hover {
            text-decoration: underline;
        }

    #main {
        position: inherit;
        border: none;
        margin-left: inherit;
        margin-right: inherit;
        -moz-box-shadow: 0px 0px 0px 0px transparent;
        -webkit-box-shadow: 0px 0px 0px 0px transparent;
        box-shadow: 0px 0px 0px 0px transparent;
    }

    #header,
    #header2 {
        display: none;
    }

    #datetime {
        display: none;
    }

    #content {
        background-color: Transparent;
        width: 100%;
    }

    #leftmenu {
        display: none;
        width: 0px;
    }

    .menuitem {
        display: none;
    }

    #contentpanel {
        float: none;
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
        overflow: visible;
    }

    .notice {
        color: #333333;
        font-size: 70%;
        font-style: italic;
        border: 1px solid #cdefb1;
        padding: 6px 6px 6px 6px;
    }

    #footer {
        display: none;
    }

    .box {
    }

    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .languageswitch {
        display: none;
    }
    /* end main css */

    /* softwareitem css */

    .softwareitem {
        display: block;
        padding-bottom: 10px;
    }

        .softwareitem .heading {
            display: block;
            font-weight: bold;
        }

    /* end softwareitem css */

    /* news css */

    .news {
        border-left: none;
    }

        .news .header {
            width: 100%;
            font-weight: bold;
            text-transform: uppercase;
        }

        .news .item {
            padding-top: 10px;
        }

        .news .title {
            font-weight: bold;
        }

    /* end news css */
}