<html>

<head>
<title>CSS-Datei für Site Wohnmobilvermietung Berlin</title>
</head>

<body>
html, body {
margin: 0;
padding: 0;
height: 100%;
background-color: #fff; } 
#nav { border-right: 1px solid #000066; width: 160px; height: 110%; } 
#liste { font: bold 13px Arial, Helvetica, sans-serif; list-style-type: none; margin: 0 -7px 0 0; padding: 4px 0 0 10px; line-height : 24px; } 
#liste a:link, #liste a:visited 
{ display: block; width: 100%; text-decoration: none; color: #000066; position: relative; background: transparent url(bilder/dot.gif) no-repeat scroll -20px center; } 
#liste a:hover { color: #FF6600; background: transparent url(bilder/dot.gif) no-repeat scroll right center; } 
</body>

</html>


