
a:link { text-decoration:yes; color:#646865; }
a:visited  { text-decoration:yes; color:#646865; }
a:hover { text-decoration:yes; color:#646865; }



* {
background: #0e2e38;
color: #646865;
font: 16px Arial, Helvetica, sans-serif;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

<!----
  * {
    margin: 10px;
    padding: 0;
    background: #152e38;  <!--bgcolor="#152e38" text="#646865" link="#646865" vlink="#646865" alink="#646865"
    font-family: tahoma, arial, sans-serif;
    size: 16px;
    color: #646865;
    }

html, body{
background-color:#152e38;
text:#646865;
font: 16px;

}
--->
<!----
header {
position:fixed;
    background-color: ;
    background-color: ;
    width: 100%;
    float: left;
    border-bottom: 0px solid black;
    z-index:100;
}

hintergrund {position:fixed; z-index:0; width:100%; height:100%;}

bereichlogo {
    color: white;
    background-color:green;
    display: block;
    padding: 1em;
    text-decoration: none;
    float: left;
}
#bereichlogo {
    width: auto;
}
#steuerung li {
    list-style: none;
    float: left;
}
#steuerung a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 2em;
    text-decoration: none;
    color: orange;
    background-color: green;
}
.menue-button {
    display: none;
}
#steuerung {
    float: left;
}
#steuerung a:hover {
    color: white;
    background: orange;
}
/* CSS erweitern um MENÜ-Button und entsprechende Steuerung */
/*        Menü-Button oben rechts einblenden bei kleiner als 600px */
@media only screen and (max-width:600px) {
        .menue-button {
                display: block;
        }
        .menue-button {
                background-color: darkblue;
                display: block;
                position: absolute;
                right: 0;
                top: 0;
                padding: 0.5em;
                color: white;
                cursor: pointer;
                text-decoration: none;
        }
        #bereichlogo {
                width: 100%;
        }
        #steuerung {
                float: left;
                width: 100%;
                display: none;
        }
        #steuerung li {
                width: 100%;
                border-bottom: 2px solid silver;
        }
        .menue-button:hover {
                color: black;
                background: orange;
        }
}
/* die Magie, um die Steuerung einzublenden (auch auf mobile Devices) */
#nav-menue:target #steuerung {
    display: block;
}
/* ausblenden des Menü-Buttons zum öffnen - somit wird der zum Schließen sichtbar */
#nav-menue:target .menue-button-beschr-open {
    display: none ;
}
/* Allgemein Anweisungen */
#ta{
    position:relative;
    top:100px;
    left:310px;
    width:600px;
    background: url(../pics/weiss50.pn) ;
    left:300px:
    z-index:5;}

    ---->