.root {
    float:left;
}

.root.home.container {
    width:287px;
    height:133px;
}

.container.hell {
    background:url(../image/fce/startseite_container_weiss.gif);
    background-repeat:repeat-x;
    background-position: 0 0;
}

#maincontent .root.home.spalten.drei .middlecol a {
    background:url(../image/fce/startseite_container_blau.gif);
    background-repeat:no-repeat;
    background-position: 0 0;
    color:#ffffff;
    float:left;
    height:135px;
    padding:8px 8px 0px 8px;
    width:280px;
}

#maincontent .root.home.spalten.drei .middlecol a:hover {
    background:url(../image/fce/startseite_container_hover_blau.gif);
    background-repeat:no-repeat;
    background-position: 0 0;
    color:#ffffff;
    float:left
}

/* Spalten */
.root.home.spalten {
    width:900px;
}

.leftcol,
.middlecol,
.rightcol {
    float:left;
    width:300px;
}

.home .middlecol {
    position:relative;
    left:7px;
}

.home .rightcol {
    position:relative;
    left:13px;
}

.home.spalten .content {
    left:8px;
    position:relative;
    top:8px;
    width:272px;
}

.root.home.container.blau .content {
   padding:0;
   left:0px;
   top:0px;
}


