@charset "utf-8";

.print {
    /* Show anything with the "print" class (hidden in main.css) */
    display: inline;
}
.screen {
    /* Hide anything with the "screen" class */
    display: none !important;
}
#logo-a img, #logo-valitys img, #footer-yhteystiedot img {
    /* The only images that should be displayed */
    display: inline;
}

#body, #container {
    background-color: #ffffff;
}
#body * {
    /* By default, no backgrounds or box-shadows */
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header {
    height: 180px;
    margin: 0 0 0 8px;
}
#header-palkki-content {
    width: 840px;
}
#logo-a {
    margin: 0;
    width: 200px;
    z-index: 1000;
}
#logo-a img {
    height: 150px;
    width: 190px;
}
#logo-valitys {
    margin: 35px 0 0 0;
    width: 400px;
}
#logo-valitys img {
    height: 75px;
    width: 380px;
}

#content {
    border: 0;
    left: 0;
    width: 860px;
}

#footer, #footer-inner {
    color: #2d2d2d;
    height: auto;
    padding: 0;
}
#footer-bottom {
    margin: 0;
    width: auto;
}
#footer-yhteystiedot img {
    height: 21px;
    width: 800px;
}

#tooltip {
    background-color: #2d2d2d;
    background-color: rgba(240, 240, 240, .90);
}
#tooltip-arrow {
    background-image: url("../kuvat/tooltip-arrow.png");
    background-repeat: no-repeat;
}
