*
{
    margin: 0;
    padding: 0;
}
body 
{
    background-image: url(img/Back.png);
}
a
{
    color: #34f100;
}
h1
{
    font-size: 27px;
    font-weight: lighter;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h2
{
    font-size: 25px;
    font-weight: lighter;
    text-align: center;
    margin-top: 10px;
}
p
{
    text-align: left;
    font-size: 17px;
    font-family: 'Myriad Pro';
    letter-spacing: -0.5px;
    margin-left: 10px;
    margin-top: 10px;
    font-weight: 300;
}
#TopContainer
{
    width: 978px;
    height: 500px;
    background-image: url(img/top_back3.jpg);
    margin: 0 auto;
    box-shadow: 0 0 6px grey;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
}
#Header
{
    position: relative;
    margin-top: 20px;
    width: 978px;
    height: 200px;
    margin: 0 auto;
}
#Logo
{
    position: absolute;
    height: 100px;
    width: 350px;
    top: 40px;
    left: 50%;
    margin-left: -489px;
    font-family: 'Myriad Pro';
    text-align: left;
    font-size: 25px;
    color: white;
    padding-left: 50px;
}
#TelContact
{
    position: absolute;
    height: 35px;
    width: 200px;
    left: 50%;
    top: 30px;
    margin-left: -139px;
    color: white;
    font-family: 'Myriad Pro';
    text-align: center;
}
#Navigation
{
    position: absolute;
    width: 378px;
    height: 35px;
    top: 30px;
    left: 50%;
    background-color: #fff;
    margin-left: 100px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.NavigationDD
{
    width: 126px;
    height: 35px;   /* veraenderbar um mehr zu zeigen */
    float: left;
    overflow-y: hidden;
}
.NavigationDD div
{
    text-align: center;
    font-family: 'Myriad Pro';
    color: black;
    padding-top: 8px;
    font-size: 17px;
    border-radius: 4px;
    width: 126px;
    height: 27px;
    background-color: white;
}
.NavigationDD a
{
    display: block;
    text-align: center;
    font-family: 'Myriad Pro';
    color: black;
    padding-top: 8px;
    font-size: 17px;
    width: 126px;
    height: 27px;
    background-color: white;
}
.NavigationDD div:hover
{
    color: white;
    background-color: #34f100;
}
.NavigationDD a:hover
{
    color: white;
    background-color: #34f100;
}
#CatchText
{
    position: absolute;
    bottom: 30px;
    left: 50px;
    color: White;
    font-size: 57px;
    font-family: 'Myriad Pro';
    font-weight: bold;
}
#InfoBox
{
    width: 900px;
    height: 280px;
    margin: 0 auto;
    margin-top: -20px;
    box-shadow: 0 0 10px #333333;
    opacity: 0.85;
    color: white;
    background-color: #333333;
    font-family: 'Myriad Pro';
    border-radius: 8px;
}
#InfoBox ul
{
    margin-left: 30px;
    margin-top: 20px;
}
#InfoBox li
{
    margin-top: 7px;
}
.InfoBoxLink
{
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
}
#InfoBox a:hover
{
    color: White;
}
#InfoBoxLeft
{
    float: left;
    height: 260px;
    width: 430px;
}
#InfoBoxRight
{
    float: right;
    height: 260px;
    width: 430px;
}
#BottomContainer
{
    width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    font-family: 'Myriad Pro';
    color: #9f8d8e;
}
#BottomContainer ul
{
    margin-left: 30px;
    margin-top: 20px;
}
#BottomContainer li
{
    margin-top: 7px;
}
.ContentBox
{
    width: 900px;
    height: 250px;
}
.ContentBoxLeft
{
    width: 430px;
    float: left;
    height: 203px;
}
.ContentBoxRight
{
    float: right;
    width: 430px;
    height: 203px;
}
#Footer
{
    background-color :#333333;
    width: 100%;
    height: 350px;
    box-shadow: 0 0 10px #333333;
    margin-top: 30px;
    font-family: 'Myriad Pro';
    color: #555555;
    font-weight: lighter;
    padding-top: 20px;
}
#Footer div
{
    margin: 0 auto;
    width: 900px;
    height: 280px;
}
#Footer img
{
    margin-bottom: -15px;
}
#Footer a
{
    font-size: smaller;
}
#Footer a:hover
{
    color: white;
}
