You can look in one of my free templates.
http://4images.malediven-bilder.de/details.php?image_id=119
it is 90% your request. The colors are fixed in style.css
Kurt
Hi,
can't understund your request.
I have in the css all marks with a headtext. So you can see, where do you must change

A part o the css for the pagecolors:
body {
background-color: #DFBB9F;
background-image: url(../../page_images/pageback.gif);
color: #000000;
font-size: 10px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
SCROLLBAR-FACE-COLOR: #DFBB9F;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #DFBB9F;
SCROLLBAR-ARROW-COLOR: #;
SCROLLBAR-TRACK-COLOR: #DFBB9F;
SCROLLBAR-DARKSHADOW-COLOR: #DFBB9F;
}
/* ----- Page Size -- PageGröße ------*/
.page_size {
width: 700px;
height: 500px;
border: 1px solid rgb(228,160,120);
}
/* ----- Colors,sizes of the tablesheads -- Farben,Größen der Tabellenköpfe ------*/
.page_table {
width: 100%;
height: 100%;
background-color: #E4A078;
border: 1px solid rgb(0,0,0);
}
.menue_table {
border: 1px solid rgb(0,0,0);
background-color: #F7DBC5;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
height: 98%;
width: 160px;
}
.thumb_table {
border: 1px solid rgb(0,0,0);
background-color: #F7DBC5;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.thumb_table_2 {
border: 1px solid rgb(0,0,0);
background-color: #F2C6A2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.all_other_tables {
border: 1px solid rgb(0,0,0);
background-color: #F7DBC5;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.head1 {
border: 1px solid rgb(0,0,0);
background-color: #F2C6A2;
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ------------------------------------------------------------------------------------------*/
You have only to change the background-colors from the classes. Not more
Kurt