

.mainmenu, .mainsubmenu, .breadcrumb, footer, .langmenu, .copyright, #columnright, #headermenu{
    display: none;
}

body {
    position: relative;
}

header {
    height: 140px;
    width: 100%;
    border-bottom: 2px solid black;
    overflow: hidden;
    margin-bottom: 20px;
    display:none;
}
.content-body {
    display: block;
}
.main_inner,
section.content,
#sitewrapper
{
    border: 0;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
}
#main {
    display: block;
    float: none;
    width: 960px;
    margin-top:150px;
    background:none;
    border: none;
}
section.content
{
    float:none;
    width:100%;

}
.print {
    width: 960px;
    height: 150px;
    font-size: 1em;
    color: black;
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    text-align: left;
    border-bottom: 2px solid black;
}
.print img
{
    position:absolute;
    top:5px;
    right:10px;
    width:350px;
}


