.hidePrint {
    display: none;
}

body {
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}
#header{
    display: none;
}
#footer{
    display: none;
}
h1{
    display:none;
}

#LoggedInPanel {
    display: none;
}

#offentlig h2 {
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
    margin-bottom: 2px;
}

#offentlig td {
    font-family: Verdana;
    font-size: 11px;
    justify-content: space-between;
}
.contentTXT{
    display: none;
}

ul{
    display: none;
}
.layoutdiv {
    background-image: url(Images/bg_cornerTop.gif);
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 0px;
}

* {
    background-color: white !important;
    background-image: none !important;
}
