﻿/* FORM Hintergrundfarbe und Rahmen Style */
form
{
    background: #FFFFFF;
    margin: 0;
    padding: 0px;
    padding-right: 5px;
}

/* Seiten-Formatierung */
body
{
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #013476;
}

td, th, div
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #013476;
}

.btn
{
    color: #fff;
    background-color: #cc0000;
    font-weight: bold;
    border: none;
    padding: 2px 5px;
    -webkit-border-radius: 3px;
           border-radius: 3px;
}

/* Fonts */
h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000066;
    line-height: 16px;
    margin-top: 15px;
}

.textFooter
{
    color: #013476;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#footer, #footer td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #010066;
    margin-bottom: 40px;
}

a:link, a:hover, a:visited, a:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #010066;
    text-decoration: underline;
}

.drpDwnLst
{
    border-top: 1px solid #7A7A7A;
    border-right: 1px solid #7A7A7A;
    border-bottom: 1px solid #7A7A7A;
    border-left: 1px solid #7A7A7A;
    width: 253px;
    color: #013476;
}

.drpDwnLstError
{
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
    width: 253px !important;
    color: #013476;
}

.txtBx
{
    border-top: 1px solid #7A7A7A;
    border-right: 1px solid #7A7A7A;
    border-bottom: 1px solid #7A7A7A;
    border-left: 1px solid #7A7A7A;
    width: 250px !important;
    color: #013476;
}

.txtBxError
{
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
    width: 250px !important;
    color: #013476;
}

.txtBxMdm
{
    border-top: 1px solid #7A7A7A;
    border-right: 1px solid #7A7A7A;
    border-bottom: 1px solid #7A7A7A;
    border-left: 1px solid #7A7A7A;
    width: 200px !important;
    color: #013476;
}

.txtBxMdmError
{
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
    width: 200px !important;
    color: #013476;
}

.txtBxSlm
{
    border-top: 1px solid #7A7A7A;
    border-right: 1px solid #7A7A7A;
    border-bottom: 1px solid #7A7A7A;
    border-left: 1px solid #7A7A7A;
    width: 43px !important;
    color: #013476;
}

.txtBxSlmError
{
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
    width: 43px !important;
    color: #013476;
}

.cstmVld
{
    color: #CC0000;
}

.chckBx
{
    margin-left: -3px;
}

.chckBxLst
{
    margin-left: -6px;
}

.chckBxError
{
    margin-left: -3px;
    color: #CC0000;
}

.drpDwnGeburtstag
{
    border-top: 1px solid #7A7A7A;
    border-right: 1px solid #7A7A7A;
    border-bottom: 1px solid #7A7A7A;
    border-left: 1px solid #7A7A7A;
    color: #013476;
}

.tdSchattenLeft
{
    background-color: #CDD5DA;
    background-image: url(img/schatten_links.gif);
    background-repeat: repeat-y;
}

.tdSchattenRechts
{
    background-color: #CDD5DA;
    background-image: url(img/schatten_rechts.gif);
    background-repeat: repeat-y;
}

.tdSchattenFooter
{
    background-color: #CDD5DA;
    background-image: url(img/schatten_footer.gif);
    background-repeat: repeat-x;
}

.footer 
{
    background-color: #f3f3f3;  
}
