Entschuldige,
wusste nicht, dass man den Quellcode posten kann.
Das funktioniert also?
Css.Datein hänge ich unten auch nochmal dran.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
@import url("css Lateinamerika test.css");
-->
</style>
</head>
<body>
<div align="center">
<table width="840" height="560" border="0" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="2" class="logofenster" scope="col"> </th>
<th height="45" colspan="9" class="Kastenoben" scope="col"> </th>
</tr>
<tr>
<th height="45" class="Abstandhalter" scope="col"> </th>
<th class="Linkfenster2" scope="col"> </th>
<th class="Abstandhalter" scope="col"> </th>
<th class="Linkfenster2" scope="col"> </th>
<th class="Abstandhalter" scope="col"> </th>
<th class="Linkfenster2" scope="col"> </th>
<th class="Abstandhalter" scope="col"> </th>
<th class="Linkfenster2" scope="col"> </th>
<th class="Abstandhalter" scope="col"> </th>
</tr>
<tr>
<th class="navileister" scope="row"> </th>
<td colspan="9" valign="top" class="TEXTLINIE"><p class="p"> </p>
</td>
</tr>
</table>
</div>
</body>
</html>
Css-Datei:
.Kastenoben {
line-height: 45px;
text-align:center;
background:#004287;
font-size:100%;
font-family:Arial, Helvetica, sans-serif;
border-color:#FFFFFF;
border-style:solid;
border-width:0px 0px 1px 1px;
}
.Abstandhalter {
line-height: 45px;
width: 2px;
background:#004287;
border-color:#FFFFFF;
border-style:solid;
border-width:1px 1px 1px 1px;
}
.Abstandhalteraußen {
line-height: 45px;
width: 2px;
background:#004287;
border-color:#FFFFFF;
border-style:solid;
border-width:1px 0px 1px 1px;
}
.Linkfenster1 {
line-height: 45px;
width: 177px;
background:#C5C5C5;
text-align:center;
font-size:100%;
font-family:Arial, Helvetica, sans-serif;
border-color:#FFFFFF;
border-style:solid;
border-width:1px 1px 1px 1px;
}
.Linkfenster2 {
line-height: 45px;
width: 178px;
background:#C5C5C5;
text-align:center;
font-size:100%;
font-family:Arial, Helvetica, sans-serif;
border-color:#FFFFFF;
border-style:solid;
border-width:1px 1px 1px 1px;
}
.logofenster {
line-height: 90px;
width: 120px;
text-align:center;
border-color:#004287;
border-style:solid;
border-width:2px 0px 0px 2px;
}
.navileister {
width: 120px;
min-height: 450px;
background:#004287;
border-color:#FFFFFF;
border-style:solid;
border-width:1px 1px 0px 0px;
}
.TEXTLINIE {
border-color:#004287;
border-style:solid;
border-width:0px 2px 2px 0px;
}
.p {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
margin-top:15px;
margin-left:15px;
margin-right:15px;
font-weight:normal;
text-align:justify;
}