jord: Layout erstellen

Beitrag lesen

Abendm

habe mich versucht folgendes Layout zu erstellen, bin aber gescheitert, aber kann ja nicht so schwer sein...

<a href="http://image-upload.de/file/KgXWnL/7ed241e181.jpg" target="_blank">Link</a>

Das sind meine Anfänge...

  <head>  
    <title>Kothes</title>  
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />  
    <meta http-equiv="language" content="de" />  
    <link rel="stylesheet" type="text/css" href="style.css" />  
  
  </head>  
  <body>  
	<!-- ###DOKUMENT### begin -->  
		<div id="container">  
			<div id="logo">  
				###logo###  
			</div>  
			<div id="sprache">  
				###sprache###  
			</div>  
			<div id="menuOben">  
				###menu###  
			</div>  
			<div id="suche">  
				##suche###  
			</div>  
		</div>  
	<!-- ###DOKUMENT### end -->  
  </body>  
</html>  

body{  
	  
}  
  
div#container{  
	margin:0px auto;  
	width: 950px;  
}  
  
div#logo{  
	float: left;  
	width: 900px;  
	margin: 0; padding: 0;  
border: 1px solid black;  
  
}  
div#sprache{  
	width: 250px;  
	margin-left: 700px;  
	padding: 0 1em;  
border: 1px solid black;  
  
}  
div#menuOben{  
	float: left;  
	width: 600px;  
border: 1px solid black;  
}  
div#suche{  
	margin-left: 600px;  
	width: 350px;  
	border: 1px solid black;  
}