Vielen Dank aneuch erstmal,
ich habe jetzt ein wenig in de css rumgebastelt und dort den Rahmen entfernen können. War da mit RAND=1 oder so ähnlich drinn. Habs halt auf 0 gesetzt.
Zentrieren kann ich nach wie vor nicht richtig, denn alles was ich direkt in der Weiterleitung ändere, wird vom css wohl wieder anders interpretiert. Ich hab zu wenig Ahnung von sowas.
Nun lass ich es einfach so scheint nicht anders zu gehen weil wenn ich mit meine css anschau wird mir schlecht....
Hauptsache der hässliche Rand ist weg und alles andere ist Nebensache erstmal. Wenn wer noch ne andere Lösung kennt, wäre ich froh drüber.
@Nightrider
Wie boehserdavid schon geschrieben hat das Hintergrundbild nimmt er aus der css Datei.
{
margin: 0;
padding: 0;
background:no-repeat
url(img/bg.jpg);
background-attachment:fixed;
background-color:#000000;
color:
;
font:10px Verdana, Helvetica, sans-serif;
text-decoration: none
}
@boehserdavid
Hab den Code ausprobiert aber er zentriert diese Tabelle einfach nicht. Habe allerdings dann mal in der css datei rumgespielt und was gelöscht da war es dann mal zentriert aber meine menüs verschoben etc.
{
margin: 0;
padding: 0;
background:no-repeat
url(img/bg.jpg);
background-attachment:fixed;
background-color:#000000;
color:
;
font:10px Verdana, Helvetica, sans-serif;
text-decoration: none
}
#top {
margin: 0 auto;
padding: 0;
width: 950px
}
#footer_menu {
color: #ffffff;
width:200px;
float:left;
margin:55px 0px 0px 350px;
display:inline;
}
#header {
background-image: url(header.php);
background-repeat: no-repeat;
background-position: center bottom;
width: 950px;
height:268px
}
#center {
background-image: url(img/center.jpg);
background-position: center;
margin: 0 auto;
padding: 0;
width:950px;
}
#footer {
background-image: url(img/footer.jpg);
background-repeat: no-repeat;
background-position: center;
text-align: center;
width: 950px;
height: 75px;
clear: both
}
#left_col {
width: 160px;
color: #8F7A30;
float: left;
padding-top: 0px;
padding-left: 10px;
padding-right: 0px;
padding-bottom: 0px;
}
#left_col .Cmite, #left_col .Cnorm, #left_col .Cdark {
color: #333333;
}
#left_col .menu_heading
{
color: #CDB07E;
display:block;
letter-spacing: 2px;
font-size: 10px;
padding-top: 13px;
padding-left: 15px;
padding-right: 5px;
padding-bottom: 0px;
}
#left_col ul
{
padding: 0;
margin: 5;
list-style: inside url(img/box_menu_pfeil.gif);
width: 145px;
}
#left_col li
{
margin:0;
padding: 5px 0 0 2px;
background: url(img/box_menu_trennlinie.gif) no-repeat bottom;
}
#left_col li ul
{
width: 145px;
background: url(img/box_menu_trennlinie.gif) no-repeat top;
}
#left_col li li
{
padding-left: 16px;
}
#left_col li a
{
color: #000000;
padding-left: 8px;
font-size: 11px;
font-weight: normal;
text-decoration: none;
}
#left_col li a:hover
{
color: #ffffff;
padding-left: 8px;
font-size: 11px;
font-weight: normal;
text-decoration: none;
}
#main_col {
width: 500px;
float: left;
padding-top: 0px;
padding-left: 15px;
padding-right: 5px;
padding-bottom: 6px;
clear: none;
min-height: 100px;
}
#right_col1 {
width: 182px;
float: right;
padding-top: 0px;
padding-left: 8px;
padding-right: 10px;
padding-bottom: 0px;
}
#right_col1 .menu_heading
{
color: #62CB14;
display:block;
letter-spacing: 1px;
font-size: 11px;
padding-top: 15px;
padding-left: 15px;
padding-right: 5px;
padding-bottom: 0px;
}
#search_box{
color: #8F7A30;
float:right;
margin:15px 20px 0px 0px;
display:inline;
}
img {
border:0px;
}
td
{
font-family: Verdana;
font-size: 11px;
}
a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a
{
color: #000000;
font-family: Verdana;
font-size: 11px;
text-decoration: none;
}
a:hover
{
color: #ffffff;
text-decoration: none;
font-size: 11px;
}
a.box
{
color: #000000;
font-family: Verdana;
font-size: 11px;
text-decoration: none;
}
a.box:hover
{
color: #ffffff;
text-decoration: none;
font-size: 11px;
}
.Chead
{
font-size: 11px;
background: #937959;
color: #333333;
}
.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
background: #AC916F;
color: #333333;
}
.Callg
{
color: #333333;
}
.Callg td
{
color: #333333;
}
.Cnorm
{
background-color: #D4C49D;
}
.Cmite
{
background-color: #CDBC92;
}
.Cdark
{
background-color: #9A7F5F;
}
.rand
{
border: solid #333333 0px;
}
.smalfont
{
font-size: 10px;
text-decoration: none;
}
.border
{
background-color: #C5B28D;
}
.title
{
color: #333333;
font: 11px Verdana;
font-weight: bold
}
.login {
color:#000000;
background-color:#8F7A50;
font-size: 10px;
font-family: verdana, arial, helvetica;
border-style: solid;
border: 1px;
border-color:#8F7A30;
}
hr
{
height: 0px;
border: solid #383B41 0px;
border-top-width: 1px;
}
input, textarea, select
{
color: #4E3D24;
font: 11px Verdana;
border-color: #333333;
border-width: 1px;
border-style: solid;
font-weight: bold;
text-decoration: none;
background-color: #E3D5B0;
}
Hier meine css komplett vielleicht kann jemand was mit dem Durcheinander was anfangen.
Gruß Kerstin