﻿body 
{
    margin:0px;
    text-align: center;
    font-family: 'Century Gothic', Calibri, Arial, Sans-Serif;
    font-size: 10pt;
    background-color: #fbbf3e;
    background-image: url('../images/bg_body.jpg');
    background-repeat:repeat-x;
}
p, td, li
{
    font-family: 'Century Gothic', Calibri, Arial, Sans-Serif;
    font-size: 10pt;
}

h1
{
    font-family: 'Century Gothic', Calibri, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 14pt;
}

h2
{
    font-size: 11pt;
    font-weight: normal;
    margin-bottom: 3px;
}

h3
{
    font-size: 10pt;
    font-style: italic;
}


a:link, a:visited
{
    color: #019de1;
    text-decoration: none;
}

a:hover, a:active
{
    text-decoration: underline;
}

#globalNavi, #main, #copy, #header
{
    margin: auto;
    width: 900px;

}


#globalNavi
{
    text-align: right; 
    margin-top: 15px;
    margin-bottom: 6px;
}
#displayGlobalNavi
{
    text-align: right;
    margin-right: 0px;
}

#globalNavi a:link, #globalNavi a:visited
{
    color: black;
    text-decoration: none;
    font-size: 8pt;
    padding-left: 5px;
}

#globalNavi a:hover, #globalNavi a:active
{
    text-decoration: underline;
}

#header
{
   background-image: url('../images/bg_header.jpg');
    height:100px;
    border: solid 1px black;
    margin-bottom: 5px;
}

#headerLogo
{
    padding-left: 30px;
}

#displayHeader
{
    text-align: left;
    margin-left: 30px;
}

#main
{
    background-color: White;
    border: solid 1px black;
}

#mainHomepage
{
    background-image: url('../images/bg_main.jpg');
    background-repeat: no-repeat;
}

#displayMain
{
    margin: 20px;
    margin-left: 80px;
    margin-right: 80px;
    text-align: left;
    padding-bottom: 60px;

}

#bcn
{
    margin-top: 24px;
    margin-bottom: 20px;

}

#displayBcn
{
    font-size: 8pt;
}

#displayMainNavi
{
    text-align: left;
    margin-left: 35px;
    margin-top: 10px;
    
}
#displayMainNavi td
{
    padding-right: 10px;

}

a.ctl00_menuMain_1:link, a.ctl00_menuMain_1:visited
{
    text-align: left;
    padding-top:2px;
    padding-bottom: 2px;
    display:block;
}
a.ctl00_menuMain_1:hover, a.ctl00_menuMain_1:active
{
   text-decoration: underline;
}





#msLogo
{
    text-align: right;
    margin-top: 30px;
    
}

#footer
{
    height: 29px;
    background-image: url('../images/bg_footer.png');
}

#displayCopy
{
    text-align: right;
    padding-top: 5px;
    font-size: 8pt;
}


/*Nur für die Startseite*/
td.Areas
{
    background-repeat:no-repeat; 
    padding-left:34px;
    padding-top:23px;
}

/*Nur für Historie*/
#hbbHistorie h2
{
    font-size: 11pt;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 3px;
    
}

#hbbHistorie td
{
    border-bottom: solid 1px #fe7f1e;
    padding-bottom: 10px;
}
#hbbHistorie img
{
    border: 1px solid black;
}