HTML, BODY {
    min-height:         580px;
    height:             100%;
    min-width:          900px;
    margin:             0px;
    padding:            0px;
    background:         #FFFFFF;
    color:              #000000;
    white-space:        normal;
    word-spacing:       0px;
    letter-spacing:     0px;
    font-family:        Verdana, Arial, Helvetica, sans-serif;
    font-style:         normal;
    font-variant:       normal;
    font-size:          12px;
    font-weight:        normal;
    font-stretch:       normal;
    text-decoration:    none;
    text-transform:     none;
    text-shadow:        none;
    text-indent:        0px;
    text-align:         left;
    vertical-align:     middle;
    overflow:           visible;
}
A , A:link, A:visited {
    color:        #5D646B;
}
A:hover, A:active, A:focus {
    color:        #C3C7CD;
}
DIV#body {
    width:      100%;
    max-width:  100%;
    height:     560px;
    max-height: 560px;
    margin-top: -280px;
    position:   relative;
    top:        50%;
}
DIV#background {
    width:              100%;
    max-width:          100%;
    height:             560px;
    max-height:         560px;
    background-image:   url('../img/background.png');
    background-repeat:  repeat-x;
}
DIV#center {
    width:          780px;
    max-width:      780px;
    height:         560px;
    max-height:     560px;
    margin-left:    -390px;
    position:       relative;
    left:           50%;
}
DIV#logo {
    width:              300px;
    max-width:          300px;
    height:             250px;
    max-height:         250px;
    position:           absolute;
    right:              0px;
    background-image:   url('../img/logo.png');
    background-repeat:  no-repeat;
}
DIV#contentFrame {
    width:          624px;
    max-width:      624px;
    height:         300px;
    max-height:     300px;
    margin-top:     10px;
    position:       absolute;
    top:            250px;
}
DIV.square {
    width:      20px;
    max-width:  20px;
    height:     20px;
    max-height: 20px;
    border:     1px solid #000000;
    background: #C40000;
    color:      #000000;
}
DIV.headline {
    width:          566px;
    max-width:      566px;
    height:         20px;
    max-height:     20px;
    line-height:    20px;
    position:       absolute;
    top:            0px;
    left:           32px;
    border:         1px solid #000000;
    border-bottom:  0px;
}
DIV.padding5Headline {
    margin:         0 5px;
    font-weight:    bold;
}
DIV.content {
    width:      566px;
    max-width:  566px;
    height:     278px;
    max-height: 278px;
    position:   absolute;
    top:        20px;
    left:       32px;
    border:     1px solid #000000;
}
DIV.padding5Content {
    width:      556px;
    max-width:  556px;
    height:     268px;
    max-height: 268px;
    position:   absolute;
    left:       5px;
    top:        5px;
}