﻿html{overflow-y: scroll;}
    
header {
    Background: RGB(92, 166, 171);
    width: 100%; 
    position: fixed;
    z-index:1000;
    left: 0;
    top: 0;
    height:178px;}

#background{
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/aw-background.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;}

table.tblMenu, table.tblMenu tr, table.tblMenu th, table.tblMenu td{
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;}

table.tblMenu tr{display: block;}

#menu{margin-top:-35px;}

#logoWhite{
    width: 251px;
    height: 128px;
    margin-top: 40px;
    float: right;
    display: none;}

@media (min-width: 650px){#logoWhite{display: block;}}
    
#header_bourduere{
    background-image: url(../images/aw-borduere.png);
    width: 100%; 
    height:35px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);    }

#footer_borduere{
    width: 100%;
    position: fixed;
    z-index:1009;
    left: 0;
    bottom: 35px;}
#footer_flower{
        position: fixed;
        z-index: 1;
        background-image: url(../images/aw-lebensblume-blau.png);
        right:-380px;
        bottom: 10px;}
    
@media (min-height: 600px){#footer_flower{height: 400px;}}
@media (min-height: 650px){#footer_flower{height: 500px;}}
@media (min-height: 700px){#footer_flower{height: 550px;}}
@media (min-height: 800px){#footer_flower{height: 600px;}}
@media (min-height: 900px){#footer_flower{height: 700px;}}
@media (min-height: 1000px){#footer_flower{height: 760px;}}
@media (min-width: 550px){#footer_flower{width: 450px;}}
@media (min-width: 750px){#footer_flower{width: 500px;}}
@media (min-width: 1000px){#footer_flower{width: 550px;}}    
@media (min-width: 1400px){#footer_flower{width: 650px;}}    
@media (min-width: 1700px){#footer_flower{width: 760px;}}

footer {
    background: RGB(231,71,13);
    width: 100%; 
    position: fixed;
    z-index:1010;
    left: 0;
    bottom: 0;
    height:35px;
    float: right;}
    
