Die Seite steht nicht online und ich kann sie leider aufgrund der vertraulichen Inhalten nicht online stellen.
hier ist der Code des CSS:
body { font-family:arial,sans-serif; background-color:#EBE9D8; margin-left:40px; margin-right:10px; margin-top:30px; margin-bottom:10px; }
p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr, b, i { font-family:arial,sans-serif; color:#070204; }
h1 { font-size:18pt; color:#070204; }
h2 { font-size:14pt; color:#070204; }
h3 { font-size:12pt; color:#070204; }
h4 { font-size:12pt; color:#070204; }
p, ul, ol, li, div, td, th, address, nobr, b, i { font-size:12pt; color:#070204; }
pre { font-family:courier new,courier; font-size:12pt; color:#070204; }
a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#800080; text-decoration:underline; }
a:hover { color:#FF0000; text-decoration:none;}
a:active { color:#FF0000; text-decoration:none; }
a:link img { text-decoration:none; }
#navi { float:left; }
#inhalte { margin-left:280px;}
und hier der Code der indexdatei bis zum Anfang des Inhaltes:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="de-DE">
<head>
<title>Hilfe zu Programm / Web 4.02</title>
<link rel="stylesheet" type="text/css" href="formate.css">
</head>
<body>
<div id="navi">
<?php
include "navi.php";
?>
</div>
<!-- INHALT ----------------------------------------------------------------------------------------------------------->
<div id="inhalte">
<a name="top"></a>
<h1>Programmname</h1>
<hr>
hilft das weiter?