Vielen Dank für die Antworten, habe alles ausprobiert, aber leider hat nichts geholfen.
Hier mal den CSS-Code:
Code:
/* CONTENT */
html {
min-width:950px;
}
body {
background: #999999;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
p {
/*margin-top: 0;
margin-bottom: 5px;*/
}
a:link, a:active, a:visited {
text-decoration: none;
font-weight: bold;
color:#000000;
}
a:hover {
color:#988770;
}
/* TEMPLATE CSS */
#all {
background:url(../images/all-bg.png);
background-repeat:repeat-y;
width:950px;
/*min-height:600px;*/
margin:auto;
}
* html #all {
height:1%;
margin:auto;
width:950px;
text-align:center;
}
#header {
background:url(../images/header.png);
background-repeat:no-repeat;
width:950px;
height:252px;
float:left;
}
#menu {
width:110px;
min-height:400px;
line-height:25px;
float:left;
padding:20px 122px 20px 20px;
}
#content {
width: 547px;
min-height:400px;
float:left;
padding:20px 110px 20px 40px;
font-size:12px;
}
* html #content {
width:653px;
height:400px;
padding: 20px;
float:left;
}
* html #menu {
width: 252px;
float:left;
}
#footer {
color:#FFFFFF;
clear:both;
width:950px;
height:20px;
background: #999999;
text-align:center;
}
#banner {
width:950px;
background: #999999;
text-align:center;
}
/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }
/* JOOMLA CSS */
.buttonheading img{
border:none;
}
.clr {
clear: both;
}
.componentheading, .contentheading {
font-weight:bold;
font-size:16px;
}
.contentdecription {
font-size:12px;
}
.contentpagetitle {
font-weight:bold;
}
.createdate {
color:#666666;
font-size:10px;
}
.inputbox {
background:url(../../../images/blank.png);
}
a.mainlevel:link, a.mainlevel:visited {
color: #000000;
}
a.mainlevel:active{
border-top:1px dashed #CC3300;
border-bottom:1px dotted #CC3300;
display:block;
}
a.mainlevel:hover {
border-top:1px dashed #CC3300;
border-bottom:1px dashed #CC3300;
color:#988770;
display:block;
}
#active_menu {
color:#CC6600;
}
.modifydate {
color:#666666;
font-size:10px;
}
.sectiontableheader {
font-weight:bold;
}
.small {
color:#666666;
font-size:10px;
}
img {
border:none;
}
Lesezeichen