﻿body
{
    background-position: center top;
    margin: 0px;
    background-image: url('Images/bg.gif');
    background-repeat: repeat-x;
}
.main
{
    margin: 20px;
    border: 1px solid #E2E2E2;
    font-family: tahoma;
    width: 90%;
    min-width: 770px;
    background-color: #FFFFFF;
    min-height: 600px;
    height: 100%;
    font-size: small;
}

.footer
{
    }
.logo
{
    padding: 20px;
}
.menuHorizontal
{
    padding: 5px 15px 5px 15px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-color: #E2E2E2;
    border-bottom-color: #E2E2E2;
    font-family: tahoma;
    font-size: small;
    background-color: #F9F9F9;
    color: #333333;
    background-image: url('Images/bgMenu.gif');
}
.login2
{
    border-color: #F2F2F2;
    padding: 15px;
    margin: 15px 10px 15px 10px;
    width: 450px;
    background-color: #F9F9F9;
    font-family: tahoma;
    font-size: small;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.submit1
{
    border-color: #99CC00;
    margin: 0px 10px 15px 10px;
    background-color: #F5FFD9;
    font-family: tahoma;
    font-size: small;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 450px;
}     
.submit2
{
    border-color: #66CCFF;
    margin: 0px 10px 15px 10px;
    background-color: #E6F7FF;
    font-family: tahoma;
    font-size: small;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 450px;
}
.titel
{
    padding-top: 10px;
    padding-right: 20px;
}
.t1
{
    border-color: #99CC00;
    background-color: #F5FFD9;
    font-family: tahoma;
    font-size: small;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
}     
.t2
{
    border-color: #66CCFF;
    background-color: #E6F7FF;
    font-family: tahoma;
    font-size: small;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.nav
{
    font-family: Tahoma;
    font-size: small;
    color: #808080;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
