@import url("navigation_dropdown_Menue.css");
body
{
background-image: url(Images/IMG_0374.JPG) ;
height: 100%;
background-attachment: fixed;
background-clip: border-box;
background-color: transparent;
background-origin: padding-box;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;

text-align: center;
}
#webseite {
    width:1200px;
    margin:0 auto;
}
#header{
    width:1200px;
    height:90px;
    background:-moz-linear-gradient(top,#5B5BFF,#B4B4FF);
    background: -webkit-gradient(linear,
            left top, left bottom, from(#5B5BFF), to(#B4B4FF));
    background:-o-linear-gradient(top, #5B5BFF, #B4B4FF);
    filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#5B5BFF', EndColorStr='#B4B4FF', GradientType=0);
    background:-ms-linear-gradient(top, #5B5BFF, #B4B4FF);
    background:linear-gradient(top, #5B5BFF, #B4B4FF);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}
#header h1{
    padding-top:1px;
    font-size:60px;
    font-weight:bold;
    color:white;
    font-family:courir;
    text-shadow:5px 5px 5px #000000;
}
#main{
    width:1200px;
}
#navigation
{
    float:left;
    width:1200px;
    height:60px;
    background:-moz-linear-gradient(top,#B4B4FF,#CFCFFF);
    background: -webkit-gradient(linear,
            left top, left bottom, from(#B4B4FF), to(#CFCFFF));
    background:-o-linear-gradient(top, #B4B4FF, #CFCFFF);
    filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#B4B4FF', EndColorStr='#CFCFFF', GradientType=0);
    background:-ms-linear-gradient(top, #B4B4FF, #CFCFFF);
    background:linear-gradient(top, #B4B4FF, #CFCFFF);
    margin-top:10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;

}
#inhalt
{
    float:right;
    width:1180px;
    height:700px;
    background:#CFCFFF;
    overflow:auto;
    margin-top:10px;
    margin-bottom:10px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;

}

#inhalt h2
{
    font-size: 14pt;
    font-weight: bold;
    font-variant: small-caps;
    font-family: verdana;
}
    a.menue, a.menue:link, a.menue:visited, a.menue:active {
    position: relative;
    text-decoration: none;
    }

    a.menue:hover {
    z-index:1000;
    background: transparent;
    }

    a.menue span {
    display: none;
    text-decoration: none;
    }

    a.menue:hover span {
    z-index:1;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    }


#footer
{
    width:1200px;
    height:50px;
    background:-moz-linear-gradient(top,#CFCFFF,#5B5BFF);
    background: -webkit-gradient(linear,
            left top, left bottom, from(#CFCFFF), to(#5B5BFF));
    background:-o-linear-gradient(top, #CFCFFF, #5B5BFF);
    filter: progid:DXImageTransform.Microsoft.Gradient(
            StartColorStr='#CFCFFF', EndColorStr='#5B5BFF', GradientType=0);
    background:-ms-linear-gradient(top, #CFCFFF, #5B5BFF);
    background:linear-gradient(top, #CFCFFF, #5B5BFF);
    margin-top:10px;
    margin-bottom:10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    margin-top:20px;
    clear:both;
}
    .inhalt_text
{
    padding: 10px 10px 10px 10px;
}
     .inhalt_links
    {
        font-family: verdana;
        font-size: 11pt;
        font-weight:#CFCFFF;
        text-align: center;
    }
    .footer_links td
    {
        height: 12px;
        width:  200px;
        padding-top: 10px;
    }
        .footer_links a
         {
        color: #330066;
        text-decoration: none;
        }
        .footer_links a:hover
         {
        color: #9955CC;
        text-decoration: none;
        }


    .footer_links
    {
        font-family: verdana;
        font-size: 11pt;
        font-weight:#CFCFFF;
        text-align: center;
    }
    .footer_links td
    {
        height: 12px;
        width:  200px;
        padding-top: 10px;
    }
        .footer_links a
         {
        color: #330066;
        text-decoration: none;
        }
        .footer_links a:hover
         {
        color: #9955CC;
        text-decoration: none;
        }
table {

   background-color: #;
   border-collapse: collapse;
   border: none;
 }
 thead {
   background-color: #;
 }

 }
 td, th {

   text-align: left;
   padding: 0.5em 1em;
 }


#videobereich1 {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.videoExtern {
    background-color: yellow;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}