* {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Verdana sans-serif;
    border: 1px;
    align: center;
}
         a:link { color: orange }
    a:visited { color: orange }
    a:hover { color: orange }
    a:active { color: orange }


header {
    height: 160px;
    background-color:#FFFFFF ;
    background: url(img/header.jpg);
    border-radius: 3px;
}

body {
    width: 960px;

    background-color: #FFFFFF;
    background-image: url(website.jpg);
    background-position: center 0px;
    background-attachment: fixed;
    margin: 25px auto;



    }


header h1{
    font-family:  Verdana;
    font-style: italic;
    padding-left: 50px;
    padding-top: 25px;
    color: #FFFFFF;
    font-size: 30pt;
    text-shadow: black 1px 1px 4px;
}

header h2 {
   font-family:  Verdana;
    font-style: italic;
    color: #FFFFFF;
     font-size: 16pt;
     padding-left: 480px;
     text-shadow: black 1px 1px 4px;
}


nav ul {
    list-style-type: none;
}


nav li {
    display: inline;
    margin-right: 40px;
    background-color:#426582;
    background: url(button4.png);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: #C0C0C0 3px outset;
    border-radius: 5px;
    font-weight: bold;
    cursor: default;
}

nav {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}

nav a {
     text-decoration: none;
     color: white;
     text-shadow: gray 0px 0px 4px;
}

nav li:hover {
      border: #C0C0C0 3px inset;
}

nav a:hover {
    color: #808080;
    text-shadow: none;
}

section  {
    width: 545px;
    float: left;
}

article {
    border: black 4px groove;
    padding: 20px;
    background-color: #ffa200;
    text-align: left;
    margin-bottom: 25px;
    margin-right: 30px;
}

article h2 {
    font-family: Arial, Verdana sans-serif;
    font-size: 14pt;
    color: #FFFFFF;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-align: left;
    font-weight: bold;
}
article p {
    font-size: 12pt;
    padding-bottom: 10px;
    color: black;
    text-align:left
}

article blockquote {
    font-weight: bold;
    font-style: italic;
    font-size: 10pt;
    padding: 15px;
    background-color: #C0DEED;
    color: Black;
    border-radius: 10px;
}

video {
    width: 320px;
    height: 180px
    float: right;
    border: gray 1px solid;
    border-radius: 5px;
    background-color:#1E04FF ;
}

aside {
    text-align: center;
    padding-right: 10px;
    width: 155px;
    float: right;
    color: white;
    padding: 35px;
    background-color: #222222;
    background: url(orange_black_wallpaper_by_aerox21-d3ao105.png);
    border-radius: 15px;
}

aside h3 {
    font-size: 16pt;
    padding-bottom: 10px;
    font-variant: small-caps;
    padding-top: 25px;
}

aside p {
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    color: #E1E1E1;
}

aside img {
    width: 100px;
    height: 100px;
    border: thin;
}

footer {
    clear: both;
    width: 960px;
    text-align: center;
    padding: 5px;
    background-color: #426582 ;
    background: url(img/footer.jpg);

    border-radius: 3px;

}

footer p {
    font-size: 12pt;
    font-weight: bold;
    font-family: monospace;
    text-shadow: gray 1px 1px 2px;
}

table {
    text-align: center;
    color: #FFFFFF;
    border: white 1px inset;
    background-color:#222222 ;
    float: left;
    margin: 20px;
}

td {
    border: white 1px inset;
    padding-right: 5px;
    padding-left: 5px;
}

thead {
    font-weight: bold;
}

td: hover {
    background-color: gray;
}
.menu{
        border:none;
        border:0px;
        margin:0px;
        padding:20px;
        font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
        font-size:14px;
        font-weight:bold;
        }
.menu ul{
        background:#333333;
        height:35px;
        list-style:none;
        margin:0;
        padding:0;
        }
        .menu li{
                float:left;
                padding:0px;
                }
        .menu li a{
                background:#333333 url("images/seperator.gif") bottom right no-repeat;
                color:#cccccc;
                display:block;
                font-weight:normal;
                line-height:35px;
                margin:0px;
                padding:0px 25px;
                text-align:center;
                text-decoration:none;
                }
                .menu li a:hover, .menu ul li:hover a{
                        background: #FF8204 url("images/hover.gif") bottom center no-repeat;
                        color:#FFFFFF;
                        text-decoration:none;
                        }
        .menu li ul{
                background:#333333;
                display:none;
                height:auto;
                padding:0px;
                margin:0px;
                border:0px;
                position:absolute;
                width:225px;
                z-index:200;
                /*top:1em;
                /*left:0;*/
                }
        .menu li:hover ul{
                display:block;

                }
        .menu li li {
                background:url('images/sub_sep.gif') bottom left no-repeat;
                display:block;
                float:none;
                margin:0px;
                padding:0px;
                width:225px;
                }
        .menu li:hover li a{
                background:none;

                }
        .menu li ul a{
                display:block;
                height:35px;
                font-size:12px;
                font-style:normal;
                margin:0px;
                padding:0px 10px 0px 15px;
                text-align:left;
                }
                .menu li ul a:hover, .menu li ul li:hover a{
                        background:#FF8204 url('images/hover_sub.gif') center left no-repeat;
                        border:0px;
                        color:#ffffff;
                        text-decoration:none;
                        }
        .menu p{
                clear:left;
                }






#menu {


color: white;
padding-left: 450px;
padding-top: 136px;
         }

#menu li { display:inline;
         padding: 15px;
         }

#chef { position: absolute;
         margin-left: 600px;
        margin-top: 1px;

}

#baumbild
{
position: absolute;
 margin-left: 600px;
 margin-top: 450px;

}