Alles anzeigenbody {
background-color: #000;
background-image: url("Images/background.jpg");
text-align: center;
}
#header {
width: 980px;
height: 150px;
background-color: white;
margin:0 auto;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
}
#header h1 {
padding-top: 45px;
font-size: 60px;
font-weight:bold;
font-family: courier;
color: blue;
}
#header h2 {
font-size: 20px;
font-weight:bold;
font-family: courier;
color: blue;
}
#main {
width: 980px;
}
#menue {
width: 180px;
height: 300px;
background-color: #D6D6D6;
margin:0 auto;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-o-border-radius: 6px;
}
Dankeschön
EDIT: Es soll links am Header sein, ist aber weiter rechts, mit float:left ist das menü komplett links, wie kann ich das beheben?