Thanks guys! All content on all pages are now up and running, even on the MAC. But there still is one problem left. All pictures are centered horizontaly but not verticaly as they are supposed to be. Do anyone of you know if there is problem with this css on the mac?
body {
background-image: URL(struktur.jpg);
background-position: right bottom;
background-repeat: repeat;
background-attachment: fixed;
margin: 0px;
padding: 0px;
font: 0.7em verdana, serif;
line-height: 1.4em;
}
a {
padding: 5px 0px 0px 10px;
color: #E61F1F;
line-height: 1.4em;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #ff0000;
}
#horizon
{
color: white;
text-align: center;
position: absolute;
top: 45%;
left: 0px;
width: 100%;
overflow: visible;
visibility: visible;
display: block
}
#content
{
font-family: Verdana, Geneva, Arial, sans-serif;
margin-left: -316px;
position: absolute;
top: -20px;
left: 50%;
width: 633px;
height: 55px;
visibility: visible
}
.captions
{
color: white;
font-size: 11px;
line-height: 14px;
font-family: Arial, sans-serif;
text-align: right;
}