<head>
    <meta charset="UTF-8">
    <title>Kings-Pub Spandau</title>
    <meta name="description"
          content="160 Zeichen zum Beschreiben des Inhalts">
    <link href="style.css" type="text/css" rel="stylesheet">
    header, nav, footer, aside, section {
    display: block;
}

* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background-image: url(seite/hg1.jpg);
    background-attachment: fixed;
    max-width: 60em;
    margin: 0 auto;
}
    }

header, nav, footer, aside, section {
    display: block;
}
header {
    background-image: url(seite/banner.jpg);
    height: 140px;
    width: 1100px;
    margin: 0 auto;
}

#steuerunglinks {
    width: 160px;
    float: left;
}
aside {
    width: 180px;
    float: right;
}
section {
    margin-left: 195px;
    margin-right: 195px;
}
footer {
    background-color: grey;
}

header, nav, footer, aside, section {
    display: block;
}
#wrapper {
    width: 1100px;
    border: 0;
    margin: 0 auto;
    text-align: left;
    background-image: url(seite/durchsichtig.png);
}

#logotext {
    padding-top: 170px;
    font-size: 20pt;
    color: white;
}

header a {
    color: white;
}

header p {
    text-align: right;
    padding-right: 15px;
}

a:link
{ font-family: Verdana,Arial;
font-size: 11px;
color: #0000FF;
text-decoration: none;
}

a:active
{ font-family: Verdana,Arial;
font-size: 11px;
color: #0000FF;
text-decoration: none;
}

a:visited
{ font-family: Verdana,Arial;
font-size: 11px;
color: #0000FF;
text-decoration: none;
}

a:hover
{ font-family: Verdana,Arial;
font-size: 11px;
color: #0000FF;
text-decoration: none;
}