#center { width: 900px; /* Breite */ margin: 10 auto; /* Seitenabstand von oben */ } #header { width: 900px; /* Breite */ height: 200px; /* Höhe */ background: #00008B; /* Hintergrundfarbe */ border-radius: 5px; /* Kantenradius */ } #menue { width: 300px; /* Breite */ height: 1200px; /* Höhe */ background: #CCCCCC; /* Hintergrundfarbe */ border-radius: 5px; /* Kantenradius */ } #content { width: 600px; /* Breite */ height: 1200px; /* Höhe */ background: #00008B; /* Hintergrundfarbe */ border-radius: 5px; /* Kantenradius */ margin-top: -1200px; /* Seitenabstand von oben */ margin-left: 300px; /* Seitenabstand von links */ overflow-x: auto; /* Textfluss */ } #impressum { width: 900px; /* Breite */ height: 35px; /* Höhe */ background: #CCCCCC; /* Hintergrundfarbe */ border-radius: 5px; /* Kantenradius */ }