/* CSS Document */
h1{
   font-size:60;
   color:brown;
   font-style: bold;
   font-style: italic;
   }
h2 {
   font-size: 40;
   font-style: italic;
   }
h3 {
   font-size: 1.5em;
   font-style: arial;
   }
body{
   Background-image: (123Hintergrund.jpg);
   text-align: left;
   font-size: 30;
   }
nav {
   width: 15%;
   float: left;
   text-align: left;
   }
aside {
   width: 20%;
   font-size: 1em;
   float: right;
   text-align: left;
   }
section {
   margin-left: 20%;
   margin-right: 25%;
   }
footer {
   text-align: center;
   font-size:9;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   }

