@charset "utf-8";
/* CSS Document */


#container{
height:700px;
}
.min-height{
height:297px;
}

.layer-roby{
position:absolute;
height:233px;
width:231px;
background-image:url(/UserFiles1/Images/roby.gif);
background-repeat:no-repeat;
bottom:-0px;
left:0px;
}

.roby-active{
position:absolute;
height:233px;
width:231px;
background-image:url(/UserFiles1/Images/roby-active.gif);
background-repeat:no-repeat;
bottom:-0px;
left:0px;
}

.layer-roby:hover{
background-image:url(/UserFiles1/Images/roby-active.gif);
}

.layer-metze{
position:absolute;
height:309px;
width:324px;
background-image:url(/UserFiles1/Images/metze.gif);
background-repeat:no-repeat;
bottom:-0px;
left:196px;
}


.metze-ative{
position:absolute;
height:309px;
width:324px;
background-image:url(/UserFiles1/Images/metze-active.gif);
background-repeat:no-repeat;
bottom:-0px;
left:196px;
}


.layer-metze:hover{
background-image:url(/UserFiles1/Images/metze-active.gif);
}


.layer-jorg{
position:absolute;
height:318px;
width:180px;
background-image:url(/UserFiles1/Images/jorg.gif);
background-repeat:no-repeat;
bottom:-3px;
right:168px;
display:block;
text-decoration:none;
font-size:18px;
color:#FFFFFF;
}

.jorg-ative{
position:absolute;
height:318px;
width:180px;
background-image:url(/UserFiles1/Images/jorg-active.gif);
background-repeat:no-repeat;
bottom:-3px;
right:168px;
display:block;
text-decoration:none;
font-size:18px;
color:#FFFFFF;
}


.layer-jorg:hover{
background-image:url(/UserFiles1/Images/jorg-active.gif);
color:#000000;
}
