#background {
    position: relative;
    top: 0px;
    left: 0px;

    background-image: url("../images/background.jpg");
    background-color: white;
    border: 0px solid #CCCCCC;

    overflow-y: hidden;
    overflow-x: hidden;
    text-align: left;

    height: 580px;
    width: 990px;
}

#body {
    position: absolute;
    top: 20px;
    left: 360px;

    border: none;
    height: 415px;
    width: 592px;
    
    scrollbar-arrow-color: #CCCCCC;
    scrollbar-base-color: #EBF0F3;
    scrollbar-dark-shadow-color: #CCCCCC;
    scrollbar-3dlight-color: #CCCCCC;
    scrollbar-face-color: #EBF0F3;
    scrollbar-highlight-color: #EBF0F3;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-darkshadow-color: #EBF0F3;
}

#content {
    position: relative;
    height: 415px;
    
    overflow: auto;
    overflow-x: hidden;
    letter-spacing: 1px;
}

#headline {
    position: relative;
    padding-top: 10px;
}

#latest-news {
    position: absolute;
    top: 410px;
    left: 30px;
    
    color: #ffffff;
    line-height: 18px;
}

#menu0 {
    position: absolute;
    left: 5px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

#menu1 {
    position: absolute;
    left: 95px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

#menu2 {
    position: absolute;
    left: 186px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

#submenu2 {
    position: absolute;
    left: 185px;
    top: 430px;
    width: 77px;
    z-index: 1;
    visibility: hidden;
}

#menu3 {
    position: absolute;
    left: 276px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

#submenu3 {
    position: absolute;
    left: 275px;
    top: 338px;
    width: 77px;
    z-index: 1;
    visibility: hidden;
}

#menu4 {
    position: absolute;
    left: 366px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

#menu5 {
    position: absolute;
    left: 457px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

#menu6 {
    position: absolute;
    left: 547px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

#submenu6 {
    position: absolute;
    left: 546px;
    top: 483px;
    width: 77px;
    z-index: 1;
    visibility: hidden;
}

#menu7 {
    position: absolute;
    left: 637px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

#menu8 {
    position: absolute;
    left: 728px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

#menu9 {
    position: absolute;
    left: 818px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

#menu10 {
    position: absolute;
    left: 908px;
    top: 553px;

    border: none;
    width: 76px;
    height: 27px;
}

a                { color: #000000; text-decoration: underline; }
a:active         { color: #000000; text-decoration: underline; }
a:link           { color: #000000; text-decoration: underline; }
a:hover          { color: #cccccc; text-decoration: underline; }
a:visited        { color: #000000; text-decoration: underline; }
a:visited:hover  { color: #cccccc; text-decoration: underline; }

a.menu                    { color: #ffffff; text-decoration: none; }
a.menu:active             { color: #ffffff; text-decoration: none; }
a.menu:link               { color: #ffffff; text-decoration: none; }
a.menu:hover              { color: #ffffff; text-decoration: underline; }
a.menu:visited            { color: #ffffff; text-decoration: none; }
a.menu:visited:hover      { color: #ffffff; text-decoration: underline; }

body {
    background-color: white;
    color: #000000;
    font: 12px tahoma;
    text-align: left;
    letter-spacing: 0px;

    margin: 8px;
    vertical-align: center;
}

div.outer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 990px;
    height: 580px;
    margin-left: -495px; /* half of width */
    margin-top: -290px;  /* half of height */
}
  
div.inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 990px;
    height: 580px;
    margin-left: -495px;  /* half of width */
    margin-top: -290px;   /* half of height */
}

div.menu-body {
    background-color: #3a4a64;
    font: 9px tahoma;
    color: #ffffff;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}

img {
    border: none;
}

table.headline {
    width: 100%;
    text-align: center;
}

table.menu {
    width: 100%;
}

td.menu {
    padding-bottom: 4px;
    padding-top: 4px;
}

input {
    border: 1px solid #CCCCCC;
    font: 11px tahoma;
    margin-top: 2px;
    letter-spacing: 1px;
}

option {
    font: 11px tahoma;
    letter-spacing: 1px;
}

select {
    border: 1px solid #293134;
    font: 11px tahoma;
    letter-spacing: 1px;
}

textarea {
    border: 1px solid #CCCCCC;
    font: 11px tahoma;
    margin-top: 2px;
    letter-spacing: 1px;
}

