﻿body
{
    font-family: Arial;
    font-size: 9pt;
}




.roundBorderPanel
{
    width: 291px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

.roundBorderPanelContent
{
    background-image: url(./Images/ContactSidebarBackground.jpg);
    background-repeat: repeat-y;
    width: 291px;
    padding: 1px 15px 1px 15px;
    min-height: 50px;
}

.roundBorderPanelTop
{
    background-image: url(./Images/ContactSideBarTop.jpg);
    background-repeat: no-repeat;
    width: 291px;
    height: 12px;
}

.roundBorderPanelBottom
{
    background-image: url(./Images/ContactSideBarBottom.jpg);
    background-repeat: no-repeat;
    width: 291px;
    height: 12px;
}

.miniHeader
{
    font-size: 10pt;
    color: #92b4cc;
    font-weight: bold;
}

.contactField
{
    width: 185px;
    border-color: #dfe3f2;
    border-style: solid;
    border-width: thin;
    margin-left: 25px;
}
.ButtonContainer
{
    margin: 10px 0px 0px 0px;
}

.contactFieldButton
{
    border-color: #dfe3f2;
    border-style: solid;
    border-width: thin;
    height: 28px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bolder;
    color: #92b4cc;
    background-color: White;
    cursor: pointer;
}

.contactFieldButtonRight
{
    margin-left: 10px;
    border-color: #dfe3f2;
    border-style: solid;
    border-width: thin;
    height: 28px;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bolder;
    color: #92b4cc;
    background-color: White;
    cursor: pointer;
}
.topNavigation
{
    font-family: Arial Rounded MT Bold;
    font-size: 16pt;
    color: #92b4cc;
    text-decoration: none;
    margin-right: 30px;
}

.topNavigation:hover
{
    color: #2e4996;
}

.topNavigationActive
{
    font-family: Arial Rounded MT Bold;
    font-size: 16pt;
    color: #2e4996;
    text-decoration: none;
    margin-right: 30px;
}

.Separator
{
    width: 120px;
    text-align: center;
}

.BreadCrumbPanel
{
    color: #92b4cc;
    background-image: url(./Images/ContentBackground.jpg);
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-right: 20px;
}

.BreadCrumb
{
    color: #92b4cc;
}


.PagePanel
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.MainPanel
{
    width: 650px;
    margin: 0px;
    padding: 0px;
    float: left;
}

.MainPanelHeader
{
    width: 650px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
}
.ContentPanelContainer
{
    background-image: url(./Images/ContentBackground.jpg);
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 650px;
}

.ContentPanel
{
    float: left;
    width: 610px;
}

.ContentPanelBottom
{
    background-image: url(./Images/ContentBottom.jpg);
    background-repeat: no-repeat;
    height: 24px;
    float: left;
    width: 650px;
}

.RightHandPanel
{
    width: 290px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
    float: left;
}


.LogoImage
{
    float: right;
}

.NavigationHeaderPanel
{
    width: 950px;
    height: 80px;
}

.NavigationPanel
{
    padding-bottom: 10px;
    padding-top: 30px;
    float: left;
}

.Information
{
    font-size: 8pt;
    color: #92b4cc;
    text-align: center;
    margin-top: 20px; /*float: left; */
}
a
{
    color: #92b4cc;
}

/* Formate für Unterseiten*/


.zweispaltig-links
{
    float: left;
    width: 280px;
    margin-right: 20px;
}
.zweispaltig-rechts
{
    float: left;
    width: 280px;
    margin-left: 20px;
}
.headline
{
    font-family: Arial Rounded MT Bold;
    font-size: 16pt;
    color: #92b4cc;
    text-decoration: none;
}
.headline-black
{
    font-family: Arial Rounded MT Bold;
    font-size: 16pt;
    color: Black;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.Aufzaehlung
{
    background-image: url(Images/AufzaehlungsZeichen.jpg);
    background-repeat: no-repeat;
    width: 250px;
    padding-left: 30px;
    float: left;
    margin-bottom: 5px;
    min-height: 21px;
}
.ueberblick td
{
    vertical-align: top;
    text-align: left;
}
.statement
{
    background-color: #eef2f5;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}
.statement-comment
{
    font-style: italic;
    font-size: 11pt;
}

