html,body
{
margin: 0;
height:100%;
width:100%;
background:#ebf4f9 url('./images/bck.jpg') repeat-x;
}
a
{
color:#ebf4fd ;
text-decoration:unterline;
}
#left a
{text-decoration:none;}
#body
{
width:960px;
margin:0 auto;
color:#ebf4fd ;
}
#header
{
position:relative;
height:177px;
width:948px;
background:url('./images/header.gif') no-repeat;
background-position: 0px 1px;
margin:0 auto;
}
#linkblock
{
position:relative;
width:440px;
height:22px;
top:152px;
left:512px;
}
#linkblock div
{
width:125px;
height:15px;
margin-right:8px;
float:left;
}
#middle
{
width:100%;
}
/* Linkes Navi*/
#left
{
width:174px;
height:100%;
background:url('./images/nav_mid.jpg') repeat-y;
vertical-align:top;
}
/*Mitglieder*/
#members div.head
{
height:36px;
background: url('./images/mitglieder_head.jpg') no-repeat;
}
#members div.content
{
width:120px;
margin:10px auto;
}
#members div.foot
{
height:26px;
background: url('./images/nav_foot.jpg') no-repeat;
}
/*Features*/
#features div.head
{
height:36px;
background: url('./images/feat_head.jpg') no-repeat;
}
#features div.content
{
width:120px;
margin:10px auto;
}
/*Links Ende*/

/*Mittelteil*/
#center
{
width:602px;
height:100%;
background:url('./images/cont_mid.jpg') repeat-y;
vertical-align:top;
}
#center div.head
{
height:36px;
background: url('./images/cont_head.jpg') no-repeat;
}
#center div.content
{
width:550px;
margin:10px auto;
}
/*Mittelteil Ende*/

/*Rechtes Navi*/
#right
{
width:174px;
background:url('./images/nav_mid.jpg') repeat-y;
vertical-align:top;
}
#right div.head
{
height:36px;
background: url('./images/partner_head.jpg') no-repeat;
}
#right div.content
{
width:120px;
margin:10px auto;
height:100%;
}
/*Rechtes Navi Ende*/

/*Footer*/
#footleft
{
height:26px;
background: url('./images/nav_foot.jpg') no-repeat;
}
#footcenter
{
height:26px;
background: url('./images/cont_foot.jpg') no-repeat;
}
#footright
{
height:26px;
background: url('./images/nav_foot.jpg') no-repeat;
}
#footer
{
width:960px;
height:86px;
background: url('./images/footer.jpg') no-repeat;
}
#footer p
{
position:relative;
top:19px;
left:20px;
text-align:center;
font-size:9pt;
}