﻿body 
{
    background-color: #F0F0F2;
}

div.page_wrapper
{
    float: left;
    margin-left: 5%;
    background-color: White;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #C1C0C5;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #C1C0C5;
    
}

div.top_bar
{
    height: 25px;
    width: 900px;
    background-color: #234372;
    float: left;
}

span.title_topbar
{
    padding-top: 2px;
    margin-left: 3px;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #ffffff;    
    float: left;
}

div.header
{
    width: 900px;
    height: 90px;
    background-color: #ffffff;
    padding-top: 10px;
    float: left;
    background-position: left top;
    background-image: url(images/headergeld.jpg);
    background-repeat: no-repeat;
    
}

h1.web_title
{
    margin-top: -5px;
    margin-left: 28px;
    font-family: Verdana;
    font-size: 24pt;
    font-weight: lighter;
    color: #ffffff;
}

h2.web_subtitle
{
    font-family: Verdana;
    font-size: 14pt;
    font-weight: lighter;
    color: #ffffff;
    margin-left: 50px;
    margin-top: -15px;
}

/*MENU*/

div.menu
{
    width: 900px;
    float: left;
}

span.spacer_left
{
    background-color: #ffffff;
    padding-top: 2px;
    height: 20px;
    float: left;
    border-bottom-color: #C1C0C5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 60px;
}

span.spacer_inbetween
{
    background-color: #ffffff;
    padding-top: 2px;
    height: 20px;
    float: left;
    border-bottom-color: #C1C0C5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 75px;
}

span.tab_inactive_left
{
    background-position: left top;
    background-image: url(images/tab_inactive_left.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 2px;
    padding-left: 5px;
    height: 21px;
    float: left;
}

span.tab_inactive_middle
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #264574;
    background-position: left top;
    background-image: url(images/tab_inactive_middle.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    height: 19px;
    float: left;
}

span.tab_inactive_right
{
    background-position: left top;
    background-image: url(images/tab_inactive_right.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 2px;
    padding-right: 7px;
    height: 21px;
    float: left;
}

span.tab_active_left
{
    background-position: left top;
    background-image: url(images/tab_active_left.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 2px;
    padding-left: 5px;
    height: 21px;
    float: left;
}


span.tab_active_middle
{
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #264574;
    background-position: left top;
    background-image: url(images/tab_active_middle.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
    height: 19px;
    float: left;
}

span.tab_active_right
{
    background-position: left top;
    background-image: url(images/tab_active_right.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding-top: 2px;
    padding-right: 7px;
    height: 21px;
    float: left;
}

span.spacer_right
{
    background-color: #ffffff;
    padding-top: 2px;
    height: 20px;
    float: left;
    border-bottom-color: #C1C0C5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 228px;
}

a:link.menu
{
    text-decoration: none;
    cursor: pointer;

}

a:visited.menu
{
    text-decoration: none;
    cursor: pointer;


}

a:hover.menu
{
    text-decoration: underline;
    cursor: pointer;

}

a:active.menu
{
    text-decoration: none;
    cursor: pointer;
}

div.footer
{
    width: 900px;
    height: 18px;
    background-color: #234372;
    float: left;
}

span.footer
{
    margin-top: 2px;
    margin-left: 5px;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: white;
    float: left;  
}

span.sessieteller
{
    margin-top: 2px;
    margin-left: 650px;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: white;
    float: left;  
}

