/* CSS Document */

body {background-color: 9C9C7B;
      color: red;
      font-family:"Verdana", sans-serif;
      text-align:center;
      }
h2 {font-color:DF1818}

.container {
            text-align:left;
            margin:auto;
            width:700px;
}

.banner {
        height:100px;
        width:700px;
        background-color: black;
        color: DF1818
}

.navigation {
            height:700px;
            width:200px;
            background-color: 82827B;
            color: DF1818;
            float: left;
}

.inhalt {
            height:700px;
            width:700px;
