<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Das style-Element</title>
<style type="text/css">
<!--
body {
font: normal 100.01% Helvetica, Arial, sans-serif;
color: black; background-color: black;
}
ul#Navigation {
margin: 0; padding: 0.8em;
text-align: center;
border: 1px solid black;
background-color: black;
}
ul#Navigation li {
list-style: none;
display: inline;
margin: 0; padding: 0;
}
ul#Navigation a, ul#Navigation span {
float: center; width: 6em;
margin: 1.8em; padding: 0.2em 1em;
text-decoration: none; font-weight: bold;
border: 1px solid black;
border-left-color: white; border-top-color: white;
color: white; background-color: black;
}
* html ul#Navigation a, * html ul#Navigation span { /* Korrektur fuer IE 5.x */
width: 8em;
w\idth: 6em;
}
ul#Navigation a:hover, ul#Navigation span {
border-color: white;
border-left-color: black; border-top-color: black;
color: white; background-color: black;
}
ul#Navigation div {
clear: left;
}
a:link { text-decoration:none; font-weight:bold; color:white; }
a:visited { text-decoration:none; font-weight:bold; color:white; }
a:hover { text-decoration:none; font-weight:bold; background-color:black; }
a:focus { text-decoration:none; font-weight:bold; background-color:black; }
-->
</style>
</head>
<body>
<h1>Das style-Element</h1>
</body>
</html>


