body {
background-color: #f0e6cd;
margin: 0px;
}

h1 {
font-size: 14px;
border-bottom: 1px solid #a23810;
}

#wrap {
margin: auto;
width: 900px;
background-image: url(../res/wrap-bg.jpg);
}

#header {
background-image: url(../res/header.jpg);
height: 100px;
}

#menu {
background-image: url(../res/menu-bg.jpg);
height: 30px;
text-align: center;
text-size: 15px;
padding-top: 4px;
font-family: Arial;
}

#menu a {
text-decoration: none;
color: #a23810;
}

#menu a:hover {
color: #000000;
}

#banner {
/*background-image: url(../res/banner-bg.jpg);*/
height: 135px;
margin-top: -1px;

}

#content {
}

#lftcol {
margin-top: -9px;
float: left;
margin-left: 28px;
width: 515px;
}

#rgtcol {
margin-top: 1px;
padding-left: 552px;
width: 325px;
}

#footer {
clear: both;
background-image: url(../res/footer-bg.jpg);
height: 64px;
}

/*------------------ Tabellen ---------------*/

.contenttable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
.contenttable td, #customers th 
{
font-size: 12px;
border:1px solid #a1310c;
padding:3px 7px 2px 7px;
}
.contenttable th 
{
font-size: 12px;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:;
color:#fff;
}
.contenttable tr.tr-even td 
{
color:#000;
background-color:#f9f1e1;
}

.contenttable tr.tr-0 td {
color:#FFF;
background-color: #a1310c;
}
