/*====================================================================
 * kompas Frontend Stylesheet
 * Copyright (C) dimedis GmbH Köln, Alle Rechte vorbehalten
 *--------------------------------------------------------------------
 * Das für die kompas Oberfläche verwendete Bildmaterial ist unter
 * der "Creative Commons Attribution Share-Alike license" lizensiert,
 * siehe: http://creativecommons.org/licenses/by-sa/2.5/deed.de.
 *--------------------------------------------------------------------
 * Einige Icons sind der "Tango Base Icon Library" entnommen, siehe
 * http://tango.freedesktop.org/Tango_Icon_Gallery.
 *--------------------------------------------------------------------
 * Weitere Icons sind aus dem "Silk icon set 1.3" von Mark James
 * http://www.famfamfam.com/lab/icons/silk/
 * Diese Icons sind unter der "Creative Commons Attribution 2.5 License"
 * lizensiert, siehe: http://creativecommons.org/licenses/by/2.5/deed.de
 *====================================================================*/

body {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    cursor: default;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

body.kompas {
    background: url("main/kompas-bg-gradient.png");
    background-color: #cecdcd;
    background-repeat: repeat-x;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: underline;
}

p {
    margin: 0px 0px 6px 0px;
    cursor: default;
    color: #000000;
}

p.head {
    font-weight: bold;
    font-size: 14px;
    margin-top: 12px;
}

#kompas_logo {
    background: url("main/kompas-logo.png") no-repeat;
    position: absolute;
    left: 33px;
    top: 10px;
    width: 145px;
    height: 48px;
}

#kompas_copyright {
    position: absolute;
    bottom: 8px;
    left: 20px;
    font-size: 9px;
    color: #616161;
}

#kompas_copyright a {
    color: #616161;
}

#kompas_copyright a:hover {
    background-color: #747474;
    color: #000000;
}

#splash_screen {
    position: absolute;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 22px;
    background-image: url("main/kompas-bg-gradient.png");
    background-position: 0px -50px;
    background-color: #CECDCD;
    background-repeat: repeat-x;
    z-index: 1001
}

#splash_box {
    bottom: 0;
    height: 410px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 460px;
}

#splash_box .box {
    width: 460px;
    height: 390px
}

#splash_box .box_content {
    text-align: center;
    box-shadow: 1px 1px 8px #686868;
}

.box_content {
    background-color: #ffffff;
    position: absolute;
    left: 4px;
    top: 8px;
    right: 4px;
    bottom: 8px;
    padding: 0px;
    overflow: hidden;
}

.box_content p {
    padding-left: 16px;
    padding-right: 16px;
}

.box_lighter .box_content {
    background-color: #ffffff;
}

