﻿body 
{
    font-family: Verdana;
    font-size: 7pt;
}

.TextWhite
{
    color: #E2DDDB;
}

.MenuText
{
    color: #E2DDDB;
    text-transform: uppercase;
}

.TextGray
{
    color: #000000;
}
.HeadingGray
{
    color: #000000;
    font-size: 12pt;
    font-style: italic;
}

.SmallHeadingGray
{
    color: #000000;
    font-style: normal;
    text-transform: uppercase;
}

a
{
    text-decoration: none;
    color: #544B4C;
}

#content 
{
height:600px;
left:50%;
margin-left:-500px;
margin-top:-300px;
position:absolute;
top:50%;
width:1000px;
}

#traad 
{
position:absolute;
height:100px;
width:1000px;
padding:0px;
left:0px;
top:255px;
z-index: 97;
}

#main 
{
position:absolute;
height:368px;
width:617px;
padding:0px;
left:348px;
top:35px;
z-index: 98;
overflow-x: hidden;
overflow-y: scroll;
overflow: scroll;
}

#redline
{
position:absolute;
height:20px;
width:930px;
padding:0px;
left:35px;
top:404px;
background-color: #C1272D;
}

#graybox
{
position:absolute;
height:140px;
width:310px;
padding:0px;
left:35px;
top:425px;
background-color: #544B4C;
}

#adr
{
position:absolute;
height:10px;
width:617px;
padding-left:20px;
left:348px;
top:555px;
}

#logo
{
position:absolute;
height:51px;
width:161px;
padding-left:0px;
left:35px;
top:35px;
}

#menu
{
position:absolute;
height:300px;
width:311px;
padding-left:0px;
left:35px;
top:100px;
}

.menu_line
{
background-color: #544B4C; 
padding-left: 8px;
}

.menu_line_on
{
background-color: #C1272D; 
padding-left: 8px;
}

#mainBottom 
{
position:absolute;
height:120px;
width:617px;
padding: 0px;
left:348px;
top:425px;
overflow-x: hidden;
overflow-y: scroll;
overflow: scroll;
}


.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; 
left: 0;
}
.vscrollerbase {
width: 11px;
background-color: white;
}
.vscrollerbar {
width: 11px;
background-color: #544B4C;
padding-top: 10px;
padding-bottom: 10px;
}
.hscrollerbase {
height: 11px;
background-color: white;
}
.hscrollerbar {
height: 11px;
background-color: #544B4C;
}
.scrollerjogbox {
width: 11px;
height: 11px;
top: auto; 
left: auto;
bottom: 0px; 
right: 0px;
background-color: gray;
}
.vscrollerbasebeg 
{
    width: 11px;
    height: 8px !important;
    background: url(images/scroll_up.png);
}
.vscrollerbaseend
{
    width: 11px;
    height: 8px !important;
    background: url(images/scroll_down.png);
}