PHP-Code:
<html>
<head>
<style type="text/css">
<!--
body {
background-color: #08215A
}
a {
color: #FF8429;
}
.Navigation {
font-size: 16pt;
color: #FF8429;
font-family: Monotype Corsiva;
font-weight: bold;
text-align: left;
background-color: #082984;
padding:3px;
//border:0px ;
width:125px;
height:350px;
position:absolute; left:0px;top:125px;
}
.Navigation2 {
font-size: 16pt;
color: #FF8429;
font-family: Monotype Corsiva;
font-weight: bold;
text-align: left;
background-color: #082984;
padding:3px;
//border:2px solid white;
width:125px;
height:370px;
position:absolute; left:0px;top:480px;
}
.Main {
font-size: 18pt;
color: #FF8429;
font-family: Monotype Corsiva;
font-weight: medium;
text-align: left;
background-color: #082984;
padding:3px;
//border:2px solid white;
width:675px;
height:730px;
position:absolute; left:130px;top:125px;
}
.center {
background-color: #08215A;
width: 75%;
height: 75%;
margin: auto;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
}
-->
</style>
<link rel="shortcut icon" href="bilder/ismi.ch.vu.ico">
</head>
<body>
<div class = "center">
&nbsp;
<img src="bilder/banner.JPG">
<div class="Navigation">
Menu<br />
<a href="index.php?content=Home">-Home</a><br />
<a href="index.php?content=Artikel">-Artikel</a><br />
<a href="phpBB2/index.php">-Forum</a><br />
<a href="myPHP_Guestbook_1.4/myphpg%E4stebuch/index.php">-Gästebuch</a><br />
<a href="index.php?content=Bilder">-Bilder</a><br />
<a href="index.php?content=Rezepte">-Rezepte</a><br />
<a href="index.php?content=Spiele">-Spiele</a><br />
<a href="index.php?content=Witziges">-Witziges</a><br />
<a href="index.php?content=Links">-Links</a><br />
<a href="index.php?content=e-Mail me">-e-Mail me</a><br />
<a href="index.php?content=Statistik">-Statistik</a><br />
<a href="index.php?content=News-Archiv">-News-Archiv</a><br />
</div>
<div class="Navigation2">
<!--<a href="index.php?content=Forum"><?php
 
require ("/usr/export/www/vhosts/funnetwork/hosting/ismi/umfrage/config.inc.php");

require (
$relativer_pfad "poll_sm.php");
?>-->
</div>
<div class="Main">
<?php
switch($_GET['content']){
case 
"Home": include("home.php"); break;
case 
"Artikel": include("artikel.php"); break;
case 
"Forum": include("forum.php"); break;
case 
"Gästebuch": include("myPHP_Guestbook_1.4/myphpg%E4stebuch/index.php"); break;
case 
"Bilder": include("indexbilder.php"); break;
case 
"Rezepte": include("rezepte.php"); break;
case 
"Spiele": include("spiele.php"); break;
case 
"Witziges": include("witziges.php"); break;
case 
"Links": include("links.php"); break;
case 
"e-Mail me""mailto:ismailmorgenegg@yahoo.de?subject=Email%20me"; break;
case 
"Statistik": include("statistik.php"); break;
case 
"News-Archiv": include("news-archiv.php"); break;
default: include(
"home.php"); break;
}
?>
</div>
</div>
</div>
</body>
</html>
das ist der Code vom index.php

ich danke noch mal allen für die bisherige Hilfe!!!

gruss ismi