html, body
{
    height: 100.1%;
}

body
{
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    background: #F4F4F4 url(/images/background.png) top center repeat-y;
}

ol, ul
{
    font-size: 11px;
    padding-left:3px;
    margin-left:3px;
    list-style:inside;
    margin-top: 3px;
    padding-top: 3px;
}

li
{
    padding-left:3px;
    margin-left:3px;
}

table, td
{
    color: #303030;
    font-size: 13px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

h1
{
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 26px;
    text-align: left;
}

h2
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
}

.boxmain
{
    width: 780px;
    margin: 0 auto;
    padding: 10px;
    color: #303030;
    background: #FFFFFF;
}

.titlebar
{
    padding: 2px;
    background-color: #F0F0F0;
    border-bottom: 1px solid #BDCED6;
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

.contentbox
{
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial, Helvetica;
}

.contenttable
{
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #BDCED6;
}

.mainmenu:link, .mainmenu:active, .mainmenu:visited
{
    display: block;
    
    width: 153px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 4px;
    margin-bottom: 2px;
    
    color: #505050;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;

    background-color: #F4F4F4;
    border-left: 4px solid #CCCCCC;
}

.mainmenu:hover
{
    width: 153px;
    display: block;
    
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 4px;
    
    margin-bottom: 2px;
    /*margin-left: 2px;*/
    
    color: #505050;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;

    background-color: #EAEAEA;
    border-left: 4px solid #286EA0;
}

.mainmenudiv
{
    width: 153px;
    
    color: #286EA0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 4px;
    margin-bottom: 2px;

    background-color: #EAEAEA;
    border-left: 4px solid #286EA0;
}

.navigationpanel
{
    width: 168px;
    vertical-align: top;
    background-color: #FFFFFF;
    border-right: 1px solid #BDCED6;
}

.toppanel
{
    font-size: 10px;
    text-align: right;
    vertical-align: bottom;
    padding-bottom: 1px;
    padding-right: 2px;
    color: #AAAAAA;
}

.content
{
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
    padding: 0px;
    width: 468px;
}

.contentpanel
{
    width: 490px;
    height: 560px;
    padding: 0px;
    vertical-align: top;
}

.adspanel
{
    width: 124px;
    vertical-align: top;
    padding-bottom: 6px;
}

.footer
{
    height: 15px;
    line-height: 14px;
    text-align: center;
    color: #F4F4F4;
    font-size: 10px;
    background-color: #2C65AC;
}

.aheader:link, .aheader:visited, .aheader:active
{
    color: #888888;
    font-size: 11px;
    text-decoration: none;
}

.aheader:hover
{
    color: #888888;
    font-size: 11px;
    text-decoration: underline;
}

.afooter:link, .afooter:visited, .afooter:active
{
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
}

.afooter:hover
{
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: underline;
}

/* FORMULAR-ELEMENTE */
.formlabel
{
    background-color: #F0F0F0;
}

.formlabelsmall
{
    color: #606060;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
}

.formlabelsub
{
    font-size: 9px;
    padding-left: 1px;
}

.formitem
{
    background-color: #E0E0E0;
}

.textfield
{
    width: 180px;
    font-family: Verdana, Arial, Helvetica;
}

.textelement
{
    margin: 0px;
    width: 416px;
    height: 19px;
    color: #303030;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
    
    border: 1px inset #EAEDF2;
    background-color: #F5F6BE;
}

.pushbutton
{
    height: 19px;
    color: #034589;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    border: 1px solid #B1BCCA;
    background: URL(/images/button_bg.png);
    font-family: Verdana, Arial, Helvetica;
}

.errorhint
{
    width: 100%;
    padding: 5px;
    color: #303030;
    border: 1px solid #C00000;
    background-color: #FFDDDD;
    height: 40px;
}

.okhint
{
    width: 100%;
    padding: 5px;
    color: #303030;
    background-color: #E2FFE4;
    border: 1px solid #2B572E;
    height: 40px;
}

.adefault:link, .adefault:active, .adefault:visited
{
    color: #205080;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica;
}

.adefault:hover
{
    color: #800000;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica;
}

.acontent:link, .acontent:active, .acontent:visited
{
    color: #205080;
    font-size: 13px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica;
}

.acontent:hover
{
    color: #800000;
    font-size: 13px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica;
}
