@media print {
    #iconLogoParitaet { display: none; }
    #iconLogoMGH { display: none; }
    #divHeader { background: #FFFFFF ! important; }
    #divMenuBottom { background: #FFFFFF ! important; }
    #divLogo { background: url('./images/bgLogoWhite.png') no-repeat ! important; }
}

body {
    margin: 0px;
    padding: 0px;
    text-indent: 0;
    background: #FFFFFF;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
}

p {
    padding: 0;
    margin: 0;
    text-align: justify;
}

img {
    border: 0;
}

a {
    color: #0000FF;
    text-decoration: underline;
}

a:Hover {
    color: #5555FF;
    text-decoration: none;
}

ul {
    line-height: 150%;
}

input, select, textarea {
    background: #FFFFFF;
    border: solid 1px #BCC1D9;
}

div.content {
    position: relative;
    border: solid 1px #BCC1D9;
    padding: 27px 5px 5px 5px;
    background: #FFFFFF;
    width: 700px ! important;
    margin: 0px ! important;
}

div.content p {
    line-height: 150%;
}

div.title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    font-weight: bold;
    height: 22px;
    padding: 3px 0px 0px 3px;
    background: url('./images/bgTitle.png');
}

div.divMenuLink a {
    color: #000000;
    text-decoration: none;
    padding-left: 22px;
    background: url('./images/iconMenuArrow.png') no-repeat;
    background-position: 7px 3px;
}

a.menuLinkActive {
    background: url('./images/iconMenuArrowActive.png') no-repeat ! important;
    background-position: 7px 3px ! important;
}

a.menuLinkLight {
    background: url('./images/iconMenuArrowLight.png') no-repeat ! important;
    background-position: 7px 3px ! important;
}

.divMenuLink {
    width: 174px;
    vertical-align: middle;
    padding: 2px 0px;
    border-top: solid 1px transparent;
    border-bottom: solid 1px transparent;
}

.divMenuLink:Hover {
    background: #DADEEA;
    cursor: pointer;
}

#divAll {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    /*background: url('./images/bgAll.png') no-repeat;
    background-position: center bottom;*/
}

#divLogo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 180px;
    height: 105px;
    background: url('./images/bgLogo.png') no-repeat;
}

#divHeader {
    position: absolute;
    top: 0px;
    left: 180px;
    right: 0px;
    height: 105px;
    background: url('./images/bgHeader.png') repeat-x;
}

#divHeaderLeft {
    float: left;
    padding: 15px 0px 0px 16px;
}

#divHeaderRight {
    float: right;
    text-align: right;
}

#divMenu {
    position: absolute;
    top: 105px;
    bottom: 0px;
    left: 0px;
    width: 180px;
    background: url('./images/bgMenu.png') repeat-y;
    z-index: 1;
}

#divMenuBottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: url('./images/bgMenuBottom.png') no-repeat;
    background-position: left bottom;
    height: 113px;
    z-index: -1;
}

#divContent {
    position: absolute;
    top: 120px;
    bottom: 0px;
    left: 195px;
    right: 15px;
}

#iconLogoParitaet {
    margin: 1px 75px 0px 0px;
    width: 54px;
    height: 41px;
}

#iconLogoMGH {
    margin: 5px 5px 0px 0px;
    width: 119px;
    height: 45px;
}

#divMenuTitle {
    padding: 15px 0px 2px 22px;
    font-size: 12px;
    text-decoration: underline;
    color: #474849;
}

#divMenuLinkActive {
    background: #e5e7f0;
    border-top: solid 1px #c4c9dd;
    border-bottom: solid 1px #c4c9dd;
}

#welcomeText {
    font-size: 24px;
    font-style: italic;
    background: url('./images/bgTitleLine.png') no-repeat;
    background-position: 0px 27px;
}