html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #f4f4f4;
    font-family: Verdana;
    font-size: 10pt;
}

div#page {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 990px;
    min-height: 400px;
    margin-left: -495px;
    box-shadow: 8px 8px 8px #888;
    background-color: #ffffff;
}

div#head {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 990px;
    height: 80px;
    background-image: url(../gx/logo.jpg);
}

div#nav {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 805px;
    height: 12px;
    background-color: #f57f00;
    text-align: right;
}

a.nav {
    color: #910200;
    font-size: 7pt;
    border-right: 1px solid #b01700;
    height: 12px;
    line-height: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 12px;
    letter-spacing: 1px;
    background-color: #ffffff;
}

div#team {
    position: absolute;
    left: 0px;
    top: 92px;
    width: 945px;
    height: 38px;
    color: #910200;
    font-size: 8pt;
    font-weight: bold;
    padding: 4px 0 0 45px;
}

div#menue {
    position: absolute;
    left: 0px;
    top: 134px;
    width: 210px;
    min-height: 200px;
}

ul.menu {
    width: 210px;
    padding: 0px;
    margin: 0 0 20px 0;
    list-style-type: none;
}

ul.menu li {
    display: inline;
    position: relative;
    margin: 0px;
    padding: 0px;
}

ul.menu a {
    display: block;
    width: 210px;
    height: 26px;
    line-height: 26px;
    text-indent: 30px;
    font-size: 8pt;
    color: #ffffff;
    border-bottom: 1px solid #af1700;
    font-weight: bold;
    background-color: #f57f00;
    text-transform: uppercase;
    text-decoration: none;
}

ul.menu a:hover {
    background-color: #e6e6e6;
    color: #910200;
}

.hide {
    display: none;
}

li.expanded ul.menu {
    position: absolute;
    top: -27px;
    left: 210px;
}

li.expanded ul.menu a {
    background-color: #f8a259;
    font-weight: normal;
}

.active {
    background-color: #e6e6e6 !important;
    color: #910200 !important;
}

div#content {
    margin-top: 134px;
    margin-left: 230px;
    width: 580px;
    min-height: 500px;
}

h1 {
    color: #910200;
    font-size: 10pt;
    font-weight: bold;
    padding: 6px 6px 6px 15px;
    background-color: #e6e6e6;
    border-bottom: 5px solid #ffffff;
}

#html {
    background-color: #f3f3f3;
    font-size: 8pt;
    line-height: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#html img {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 3px;
    border: 10px solid #ffffff;
}

#title2 {
    background-color: #f57f00;
}

h2 {
    font-size: 10pt;
    font-weight: normal;
    color: #ffffff;
    padding: 6px 6px 6px 15px;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
}

div#rightcol {
    position: absolute;
    top: 175px;
    left: 825px;
    width: 150px;
    overflow-x: hidden;
}