/* Bk Electronic */
body
{
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}
.bkbody
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
a, a:link, a:visited, a:active
{
    color: #158C95;
    font-weight: bold;
    text-decoration: underline;
}
a:hover
{
    color: #158C95;
    text-decoration: none;
}
h1
{
    font-size: 20px;
    margin: 0px 0px 10px;
    padding-bottom: 5px;
    color: #0D3055;
}
h2
{
    font-size: 16px;
    margin: 0px 0px 10px;
    padding-bottom: 5px;
    color: #0D3055;
}
h3
{
    font-size: 14px;
    margin: 0px 0px 10px;
    color: #0D3055;
}
h4
{
    font-size: 12px;
    margin: 0px 0px 10px;
    color: #0D3055;
}
p
{
    margin: 0px;
    padding-bottom: 10px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#canvas
{
    height: 100%;
}
#header
{
    width: 955px;
    height: 60px;
}
#logo
{
    width: 540px;
    height: 60px;
    float: left;
}
#slogan
{
    width: 320px;
    height: 60px;
    float: left;
}
#navigation
{
    height: 55px;
    background-color: #008A89;
    background-image: url(../../Images/Bk/leiste.jpg);
    background-repeat: no-repeat;
}
ul.navigationMenu
{
    height: 55px;
    list-style-type: none;
    cursor: default;
    width: auto;
    margin: 0px;
    padding: 0px;
}
ul.navigationMenu li
{
    list-style-type: none;
    position: relative;
    text-align: center;
    line-height: 55px;
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
}
ul.navigationMenu a, ul.navigationMenu a:focus, ul.navigationMenu a:active, ul.navigationMenu a:visited
{
    cursor: pointer;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
}
ul.navigationMenu a:hover
{
    cursor: pointer;
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: underline;
}

#container
{
    min-height: 550px;
    padding: 0;
    padding-top: 22px;
    padding-bottom: 30px;
}
#background
{
    _height: 550px;
    min-height: 550px;
    background-repeat: no-repeat;
    background-position: 26px 0%;
}
#content
{
    width: 800px;
    height: 100%;
    padding-left: 168px;
}
#headlineImage
{
    height: 145px;
    padding-left: 40px;
}
#headline
{
    font-size: 12px;
    font-weight: bolder;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #158C95;
    padding-left: 75px;
}

#contentText
{
    line-height: 18px;
    padding-left: 75px;
}
#contentText li
{
    margin-left: -20px;
}

#paging
{
    position: absolute;
    padding-left: 350px;
    color: #158C95;
    font-size: 24px;
}
#paging a, #paging a:link, #paging a:visited, #paging a:active
{
    color: #158C95;
    font-weight: normal;
    text-decoration: none;
}
#paging a:hover
{
    color: #158C95;
    font-weight: normal;
    text-decoration: underline;
}

#footer
{
    padding-left: 25px;
    color: #999999;
    height: 30px;
    text-align: left;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active
{
    color: #999999;
    font-weight: normal;
    text-decoration: none;
}
#footer a:hover
{
    color: #999999;
    font-weight: normal;
    text-decoration: underline;
}

.formFrame
{
    padding: 0px;
    background-color: #F7F7F7;
    border: solid 1px #e5e5e5;
    border-right: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
}