﻿body
{
    margin: 0px;
    padding:0px;
}

#Page
{
    left:0px;
    top:0px;
    width:240px;
    height:auto;
    border:solid 1px #0A3F89;
}
#header
{
    margin-top:5px;
    margin-bottom:5px;
    width:230px;
    background:#ffffff;
    text-align:right;
}
#headerDCF
{
    width:240px;
    background:#dfffff;
    text-align:center;
    padding:0px;
    height:90px;
}
#NavBar
{
    width:240px;
    background: #dFFFFF;
    border-top:solid 1px #0A3F89;
    border-bottom:solid 1px #0A3F89;
    height:24px;
    text-align:center;
}
#LeftColumn
{
    display:none;
}
#2LeftColumn
{
    width:240px;
    background: #0A3F89;
    text-align:left;
    border:solid 1px #0A3F89;
}
#Content
{
    width:230px;
    margin:5px;
    background: #ffffff;
    text-align:left;
}
#RightColumn
{
    width:166px;
    background: #C1FFFF;
    height:100%;
}
#Footer
{
    width:240px;
    clear:both;
    background:#C1FFFF;
    height:20px;
}

H1
{
    font-size: 18px;
    font-family: Tahoma, Arial;
}
P
{
    font-size: 12px;
    font-family: Arial, Tahoma;
}

.link
{
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #003366;
    font-family: Tahoma, Arial;
    text-decoration:underline;
    margin: 5px;
}
A:hover
{
        text-decoration: none;
}

H2
{
    font-size: 15px;
    font-family: Tahoma, Arial; 
}
H3
{
    font-size: 13px;
    font-family: Verdana, Tahoma, Arial;
    margin: 0px;
    color: white;
}
H4
{
    font-size: 11px;
    font-family: Tahoma, Arial,Verdana; 
    margin: 5px;
    padding:5px;
}
.TextLink
{
    color: #000000;
    font-size: 12px;
    font-family: Tahoma, Arial,Verdana;
    text-decoration:underline;
    cursor:pointer;
}
.FormLabel
{
    font-size: 12px;
    color: black;
    font-family: Tahoma, 'Trebuchet MS' , Arial;
}
.FormTextBox
{
    font-family: Verdana, 'Trebuchet MS' , Arial;
    background-color: #ebebeb;
}
.validateText
{
    font-size: 11px;
    color: red;
    font-family: Verdana, 'Trebuchet MS' , Arial;
}
.tacke
{
    font-size: 12px;
    color: black;
    font-family: Tahoma, 'Trebuchet MS' , Arial;
    padding-left:10px;
    list-style-type:square;
    margin:15px;
}
    

