M
Maik
Das wäre mein Vorschlag für ein Grundkonzept:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>Schule für Kranke in Stuttgart</title>
<style type="text/css">
body {
background-color:#ffffff;
color:#000000;
font-family: verdana;
font-size: 12px;
overflow:auto;
}
div#wrapper {
width: 794px;
position: absolute;
left: 50%;
margin-left: -397px; /* negative Hälfte von width:794px */
border: 1px solid #ccddee; /* optional zur Visualisierung der Box */
}
div#header {
height: 263px;
background: url(gfx/header.jpg);
}
div#content {
height: 263px;
background: url(gfx/bg.jpg);
}
div#footer {
height: 263px;
background: url(gfx/footer.jpg);
}
a:link{color:#000000;}
a:visited{color:#000000;}
a:hover{color:#0084ff;}
a:active{color:#0084ff;}
a {text-decoration:none;}
.shortnavi
{
position: absolute;
left: 490px;
top: 70px;
width: 300px;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="header">
<p class="shortnavi">
<a href="startseite.html" target="inhalt">Startseite</a> | <a href="timsis.html" target="inhalt">Timsis</a> | <a href="verein.html" target="inhalt">Förderverein</a> | <a href="kontakt.html" target="inhalt">Kontakt</a>
</p>
</div>
<div id="content">fgfdgfdgfdgfd</div>
<div id="footer"> fdgfdgfdg</div>
</div>
</body>
</html>