html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;

    margin: 0px;
    padding: 0px;

    color: #005139;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.6em;
    line-height: 160%;

    background-color: #337460;
}

html > body {
    font-size: 0.7em;
}

a {
    margin-left: 10px;

    color: #005139;
    text-decoration: none;
}

a:hover {
    color: #005139;
    text-decoration: underline;
}

h1.description {
    display: none;
}

#case {
    position: absolute;
    z-index: 1;
    top: 80px;
    left: 0px;
    width: 100%;

    text-align: center;
}

#case .case {
    width: 540px;

    margin: 0px auto 0px auto;
    padding: 15px;

    background-color: #ffffff;
    
    text-align: left;
}

html > body > #case > .case {
    width: 520px;
}

#case .case .top {
    height: 200px;
    background: url(../_img/start/back_top.gif) repeat-x;
}

#case .case .navi {
    height: 80px;
    
    padding-top: 5px;
    
    border-top: 5px solid #80A89C;
    background-color: #E6EEEC;
}

#case .case .navi-lang {
    padding: 0px 0px 5px 0px;
    background-color: #E6EEEC;
}

#case .case h2 {
    margin: 0px;
    padding: 10px;

    font-size: 1.2em;
    line-height: 160%;

    border-top: 8px solid #80A89C;
    background-color: #E6EEEC;
}

#case .timestamp {
    width: 540px;

    margin: 0 auto 0 auto;
    padding: 0;
    
    color: #e6eeec;
    
    text-align: left;
}

html > body > #case .timestamp {
    width: 550px;
}


/* Winter-Special */

#case .winter {
    margin: 0px 0px 3px 0px;
    padding: 0px;
}

#case .winter a {
    margin: 0px 3px 0px 0px;
}