Hallo zusammen,
auf meiner Seite http://www.dj-tommek.de habe ich ein CSS Problem. Unter Kontaktmöglichkeiten ist ein Fehler in der Anordnung. Meine E-Mail Adresse kontakt(at)dj-tommek.de steht auf einmal links.
Ich finde den Fehler einfach nicht. Hier mal der Quelltext:
body
{
width:65%;
margin-left: auto;
margin-right: auto;
font-family:Verdana;
font-size:12px;
background-color:#dddddd;
background-image: url(../images/background_1.jpg);
}
#navigation {
font-size: 5px;
font-family:Verdana;
padding:5px;
border:1px solid #000000;
background-color:#e5e5e5;
text-align:center;
}
#navi
{
font-size: 15px;
font-weight: bold;
}
#navi ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#navi li
{
float: left;
margin-left: 5px;
}
#navi a
{
display: block;
padding: 5px;
width: 121px;
height: 15px;
background-image: url(/images/button_off.png);
color: #68228B;
text-decoration: none;
text-align: center;
}
#navi a:visited
{
color: #000000;
}
#navi a:hover
{
color: #000000;
background-image: url(/images/button_on.png);
}
#content {
font-size: 10px;
font-family:Verdana;
padding:10px;
border:1px solid #000000;
background-color:#e5e5e5;
text-align:center;
}
#copyright {
font-size: 10px;
font-family:Verdana;
text-align:right;
color:#FFFFFF;
}
a:link, a:visited
{
text-decoration:none;
color:#000000;
}
a:active, a:hover
{
text-decoration:underline;
}
a { display:block;
background-image:url(images/button-guestbook.png);
width:120px; height:30px }
a:hover { background-image:url(images/button-guestbook-pressed.png); }
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Willkommen auf der Seite von DJ Tommek</title>
<link rel="stylesheet" media="screen" href="css/default.css">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<script type="text/javascript"> <!--
function UnCryptMailto(s, shift) {
var n=0;
var r="";
for(var i=0;i<s.length;i++) {
n=s.charCodeAt(i);
if (n>=8364) {n = 128;}
r += String.fromCharCode(n-(shift));
}
return r;
}
function linkTo_UnCryptMailto(s, shift) {
location.href=UnCryptMailto(s, shift);
}
// --> </script>
</head>
<body bgcolor="94FF3D">
<div id="content">
<h1>Willkommen auf dem Internetauftritt von DJ Tommek</h1>
</div>
<p> </p>
<div id="navi">
<ul>
<li> <a href="index.html">Start</a> </li>
<li> <a href="equipment.html">Equipment</a> </li>
<li> <a href="preise.html">Preise</a> </li>
<li> <a href="music.html">Musik</a> </li>
<li> <a href="pictures.html">Bilder</a> </li>
<li> <a href="guestbook.html">Gästebuch</a> </li>
</ul>
<br style="clear: both;">
</div><!--Ende Navi-->
<p> </p>
<div id="content">
<img src="images/dj.png" border="0" alt="DJ-Turntable" width="128" height="128">
<p> </p>
<h2>DJ für folgende Veranstaltungen:</h2>
<h3> > Hochzeiten < </h3>
<h3> > Vereins- oder Firmenfeiern < </h3>
<h3> > Private Feiern < </h3>
<p><h3>u.v.m.</h3></p>
<p> </p>
</div>
<p> </p>
<div id="content">
<div>
<h2>Kontaktmöglichkeiten:</h2>
<img src="images/phone.png" border="0" alt="Festnetz-Telefon" width="32" height="32"> Telefon: +49 (0)2355 - 51 60 15 9
<img src="images/mobile.png" border="0" alt="Mobil / Handy" width="32" height="32"> Mobil: 157 - 35 78 78 68
<!-- <img src="images/fax.png" border="0" alt="Fax" width="32" height="32"> Fax: +49 (0) 2351 - 78 71 15 7 -->
</div>
<br>
<div>
<img src="images/e-mail.png" border="0" alt="E-Mail" width="32" height="32"> E-Mail:
<a href="javascript:linkTo_UnCryptMailto('ocknvq<vjqocu0uejpgnnBioz0fg', 2);">kontakt(at)dj-tommek.de</a>
<img src="images/facebook.png" border="0" alt="Facebook" width="32" height="32"> Facebook: Thomas Schnell
</div>
</div>
<p> </p>
<div id="content">
<div>
<h1>Impressum</h1>Angaben gem. § 5 TMG<br/><br/><b>Betreiber und Kontakt:</b><br /><br />Thomas Schnell<br /><br />Am Nocken 59a<br />58579 Schalksmühle<br /><br />Quelle: <a href='http://www.deutsche-anwaltshotline.de/recht-auf-ihrer-website/impressum-generator'>Impressum-Generator</a> der Deutschen Anwaltshotline AG
</div>
</div>
<div id="copyright">
<p>
© 2013 DJ Tommek
</p>
<p>
<a href="http://validator.w3.org/check?uri=www.thomas-schnell.com"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="CSS ist valide!">
</a>
</p>
</div>
</body>
</html>