Ich weiß es :-)
es gibt zwei css die template und eine fluid
die fluid sieht so aus.
#topmenu {
background : #ffffff url(../images/tm_repeat.jpg) repeat-x top left;
}
#topcontainer {
position : relative;
max-width : 1000px;
width : expression(document.body.clientWidth > 1000? "1000px": "auto" );
margin-left : auto;
margin-right: auto;
}
div#container {
text-align : left;
position : relative;
height : 100%;
margin-left : auto;
margin-right: auto;
min-width : 960px;
max-width : 1400px;
width : expression(document.body.clientWidth > 1400? "1400px": "auto" );
}
in der template hatte ich textalgincenter geändert, wenn ich es in der fluid zusätzlich mache dann funktioniert es und hoffentlich zerreißt es mir nicht den Rest . . . . .
Danke !!!