body {
    background-color: black;
}

#dbContent
{
    width: 1179px;
    height: 873px;
    margin: 0px auto 0px auto;
    background-image: url("../images/background.png");
}

#dbBheader
{
    width: 982px;
    height: 66px;
    margin: 0px auto 0px auto;
    padding: 50px 0px 0px 0px;
}

#dbBody
{
    padding: 85px 0px 0px 100px;
    height: 520px;
}

#dbLeftMenu
{
    float: left;
}

.dbMenuButton
{
    margin: 0px;
    width: 245px;
    height: 26px;
}

.dbMenuButton:hover .dbSubMenu 
{
    display: block;
}


.dbSubMenu
{
    border-style: solid;
    border-width: 1px;
    width: 200px;
    position: absolute;
    margin: -32px 0px 0px 245px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    display: none;
}

.dbSubMenu a
{
    display: block;
    background-color: #74a5c5;
    padding: 6px;
    margin: 2px;
    font-family: sans-serif;
    text-decoration: none;
    color: #cbd7e5;
}

.dbSubMenu a:hover
{
    background-color: #5b92b6;
}

#dbTextBlock
{
    width: 400px;
    border-style: solid;
    border-width: 1px;
    background-color: rgba(181, 183, 191, 0.7);
    float: left;
    padding: 10px;
    text-align: center;
    margin: 0px 0px 0px 40px;
    
}

.texBlock01
{
    font-size: 14px;
    font-family: "Helvetica";
    color: rgb(158, 11, 18);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px 1px 4.9px rgba(0, 0, 0, 0.38);
}

.texBlock02
{
    font-size: 18px;
    font-family: "Helvetica";
    color: #450306;
    font-weight: bold;
    line-height: 2.5;
    text-align: center;
    text-shadow: 0px 1px 4.9px rgba(0, 0, 0, 0.38);  
    padding: 5px;
    display: inline-block;
    text-decoration: none;
}

.textBlock02
{
    text-decoration: none;
    color: #450306;
}
#dbfooter
{
    padding: 0px 40px 0px 0px;
    float: right;
}






