* {
    margin: 0;
    padding: 0;
}


body {
    font-family:Verdana;
    font-size:12pt; 
    background-color: #7a7a7a;
    background-attachment: fixed;
    background-size: 100% 100%;
    /* für alte IE-Versionen zwecks Zentrierung */
    text-align: center;
}

/* für alte Browser-Versionen */
header, nav, footer, article {
    display: block;
}



header {
     font-family: Arial, sans-serif;
/*    background-color: deepskyblue;*/
    background-image:   url(../../pics/verlauf.png),
                        url(../../pics/title3.jpg);
    background-repeat: no-repeat;
    background-position: right 28px, center;
    height: 150px;
    width: 900px;
    margin: 0 auto;
}

#logotext {
    padding-top: 45px;
    font-size: 1.5em;
    font-weight: bold;
}

header p {
/*    background-color: yellowgreen;*/
    text-align: right;
    color: white;
    padding-right: 20px;
    text-shadow: 1px 1px 4px black;
}

header a {
    color: white;
    text-decoration: none;
	font-size:8pt;
}

header a:hover {
    text-decoration: underline;
}



#steuerungoben {
/*    background-color: orange;*/
    height: 1.5em;
    //background-image: url(../../pics/durchsichtiges-grau.png);
}

#steuerungoben ul {
    list-style-type: none;
}

#steuerungoben li {
/*    background-color: yellow;*/
    display: inline-block;
}

#steuerungoben a {
    display: inline-block;
    width: 220px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    color: white;
     font-size:10pt;
}

#steuerungoben a:hover {
    background-image: url(../../pics/durchsichtiges-grau.png);
}