So, hab daran gewerkelt aber es macht kein unterschied.
/**
* This file is part of
* pragmaMx - Web Content Management System.
* Copyright by pragmaMx Developer Team - http://www.pragmamx.org
* $Id: layout.css,v 1.7 2009/04/16 08:08:02 tora60 Exp $
*/
body {
background-color: #000000;
color: #4e4e4e;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0;
padding: 0;
text-align: left;
text-decoration: none;
}
body.bodymain {
text-align: center;
}
body.bodymain #page-width {
height: 100%;
margin: 0 auto;
max-width: 85em;
min-height: 100%;
min-width: 740px;
text-align: left;
}
html #layout {
border-spacing: 0;
empty-cells: show;
height: 100%;
min-height: 100%;
padding: 0;
table-layout: auto;
text-align: left;
width: 100%; /* äussere tabelle mit den 3 Bereichen (Kopf, Inhalte, Fuss) und den schmalen Randspalten */
}
html #layout .tr-max {
height: 100%;
}
html #layout .tr-min {
height: 1%;
}
html #layout-cols {
border-color: #666666;
border-spacing: 0;
border-style: solid none;
border-width: 1px;
height: auto;
margin: 0;
padding: 0;
width: 100%; /* innere Tabelle mit den 3 Layout-Spalten (left, center, right) */
}
html #layout-cols #centercolumn {
background-color: #000000;
border-color: transparent #d3d3d3;
border-style: none solid;
border-width: 1px;
color: #4e4e4e;
margin: 0;
padding: 0;
width: auto;
}
html #layout-cols #leftcolumn {
background-color: #000000;
border: none;
color: #4e4e4e;
margin: 0;
padding: 0;
width: 22%;
}
html #layout-cols #rightcolumn {
background-color: #000000;
border: none;
color: #666666;
margin: 0;
padding: 0;
width: 18%;
}
.block-hide-caption .block-title {
display: none;
}
.contentborder {
background-image: url(../images/border.gif);
background-repeat: repeat-y;
width: 18px !important;
}
.credits {
border: 1px solid #85ad27;
font-size: 10px;
padding: 5px;
}
.message-site,
.message-debug {
display: none;
}
#centercolumn .block,
#leftcolumn .block,
#rightcolumn .block {
margin: 0 0 10px 0;
}
#centercolumn .block-content {
font-size: 11px;
line-height: 1.4em;
margin: 0 0 12px 0;
}
#centercolumn .block-title {
font-size: 13px;
font-weight: bold;
line-height: 22px;
}
#centercolumn .opentable {
width: 100%;
}
#centercolumn .opentable2 {
background-color: #000000;
border: 1px solid #e7f2cc;
color: #000000;
margin: auto;
padding: 5px;
width: 85%;
}
#centercolumn .opentableal {
background-color: #000000;
border: 1px dotted #ff0000;
color: #000000;
margin: auto;
padding: 7px;
width: 85%;
}
#centercolumn-inner {
min-height: 400px;
padding: 8px;
}
#footer {
background-color: #000000;
color: #666666;
min-height: 39px;
padding-top: 1px;
}
#footer-inner {
border-top: 2px solid #a6d243;
font-size: 9px;
min-height: 39px;
padding: 10px;
text-align: center;
}
#footer-inner a {
background-color: transparent;
color: #666666;
}
#footer-inner p {
margin: 0 0 .3em 0;
}
#graphicadmin div.item {
height: 6.2em;
width: 11%;
}
#graphicadmin div.text.item {
width: 12%;
}
#header {
background-color: #000000;
color: inherit;
}
#header .debugservice {
text-align: left;
}
#header .debugservice h3 {
background-color: transparent;
color: #ff0000;
font-weight: bold;
padding: 0;
}
#header .debugservice pre {
border: 1px solid #a6d243;
padding: 2px;
}
#header .main {
background-image: url(../images/logo.png);
background-repeat: no-repeat;
border-bottom: 1px solid #666666;
height: 79px;
}
#header .main #headhome {
border: none;
display: block;
float: left;
height: 58px;
margin: 5px 5px;
text-decoration: none;
width: 175px;
}
#header .siteservice {
background-color: #000000;
border-bottom: none;
border-left: none;
border-right: none;
border-top: 1px solid #666666;
color: #666666;
font-size: 12px;
font-weight: bold;
padding: 7px;
text-align: center;
width: auto;
}
#leftcolumn .block-content,
#rightcolumn .block-content {
font-size: 11px;
margin: 2px;
}
#leftcolumn .block-title,
#rightcolumn .block-title {
background-image: url(../images/arrow.gif);
background-position: left center;
background-repeat: no-repeat;
display: block;
font-size: 12px;
font-weight: bold;
line-height: 22px;
padding-left: 27px;
}
#leftcolumn-inner {
padding: 5px;
}
#loginform {
background-color: transparent;
color: #666666;
float: right;
font-size: 11px;
margin: 5px 0;
width: 200px;
}
#loginform #login-submit {
border-bottom: 1px outset #85ad27;
border-left: 1px outset #85ad27;
border-right: 1px outset #85ad27;
border-top: 1px outset #85ad27;
font-weight: normal;
text-transform: lowercase;
width: 60px;
}
#loginform #login-uname,
#loginform #login-pass {
border-bottom: #85ad27 1px inset;
border-left: #85ad27 1px inset;
border-right: #85ad27 1px inset;
border-top: #85ad27 1px inset;
width: 80px;
}
#loginform #login-uname,
#loginform #login-pass,
#loginform #login-submit {
background-color: #f9fcf1;
color: #666666;
font-size: 9px !important;
height: auto;
line-height: 10px;
margin: 0;
padding: 1px 3px;
}
#loginform #login-uname:focus,
#loginform #login-pass:focus,
#loginform #login-submit:focus {
background-color: #ffffff;
color: inherit;
}
#loginform a,
#loginform a:link,
#loginform a:active,
#loginform a:visited {
background-color: transparent;
color: #666666;
}
#loginform a:hover,
#loginform a:focus {
background-color: transparent;
color: #85ad27;
}
#loginform label {
display: block;
font-size: 10px !important;
margin: 0 5px;
text-align: right;
}
#loginform li {
display: inline;
font-size: 11px;
margin: 0;
white-space: nowrap;
}
#loginform li a {
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
line-height: 21px;
padding: 3px 5px 5px 25px;
text-decoration: none;
}
#loginform ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#nav-main {
background-color: #000000;
background-image: url(../images/tab_bg.gif);
border-bottom: 1px solid #ffffff;
color: inherit;
display: inline;
/* (de) Einfassen der Floats in allen anderen Browsern */
float: left;
line-height: 0;
overflow: hidden;
width: 100%; /* (de) Einfassen der Floats im IE */
}
#nav-main * {
border: none;
}
#nav-main .languages {
float: right;
font-size: 9px;
overflow: hidden;
padding-right: 8px;
padding-top: 8px;
text-align: right;
width: 180px;
}
#nav-main .languages img {
border: none;
height: 12px;
width: 18px;
}
#nav-main ul {
display: inline; /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
float: left;
/* (de) Abstand des ersten Buttons vom linken Rand */
margin: 0 0 0 50px;
padding: 0;
}
#nav-main ul li {
display: inline; /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
float: left;
font-size: 1.0em;
line-height: 1.2em;
list-style-type: none;
margin: 0;
padding: 0;
}
#nav-main ul li a,
#nav-main ul li strong {
background: transparent;
color: #666666;
display: block;
font-size: 1em;
font-weight: bold;
margin: 0;
padding: 0.5em 0.8em 0.5em 0.8em;
text-decoration: none;
width: auto;
}
#nav-main ul li a:focus,
#nav-main ul li a:hover,
#nav-main ul li a:active {
background-color: #85ad27;
color: #ffffff;
text-decoration: none;
}
#nav-main ul li.current {
background: transparent;
color: inherit;
}
#nav-main ul li.current strong,
#nav-main ul li.current a,
#nav-main ul li.current a:focus,
#nav-main ul li.current a:hover,
#nav-main ul li.current a:active {
background-color: transparent;
color: #85ad27;
font-weight: bold;
text-decoration: none;
}
#pathview {
background-color: #a6d243;
color: #ffffff;
font-size: 9px;
height: 19px;
line-height: 19px;
padding: 0 7px;
}
#pathview a,
#pathview a:active,
#pathview a:link,
#pathview a:visited {
background-color: transparent;
border-bottom: none;
color: #ffffff;
}
#pathview a:hover,
#pathview a:focus {
background-color: transparent;
color: #f2f2f2;
}
#rightcolumn .block-title {
background-color: transparent;
color: #666666;
}
#rightcolumn-inner {
padding: 5px;
}
Hab die farbe geändert, cache zurückgesetzt und alles sieht noch so aus wie vorher...helle schrift auf hellen hintergrund
lol mein bild wird als .jpg.png angezeigt

najo egal, man kanns ja sehen
