/* Startseite */

div.square {
    position:absolute;
    width:85px;
    height: 85px;
    border: 3px solid #ffffff;
    z-index:100;
    background-image:url(../images/transparent.gif);
}

div.square img {
    width:85px;
    height:85px;
    border:0px;
    display:block;
    cursor: pointer;
}

div.sq1_1 {
    top:238px;
    right:135px;
}
div.sq1_2 {
    top:62px;
    right:223px;
}
div.sq1_3 {
    top:62px;
    right:311px;
}
div.sq1_4 {
    top:150px;
    right:223px;
}
div.sq1_5 {
    top:238px;
    right:223px;
}

div.sq1_6 {
    top:62px;
    right:135px;
}

div.sq2_1 {
    top:238px;
    left:135px;
}
div.sq2_2 {
    top:150px;
    left:223px;
}
div.sq2_3 {
    top:150px;
    left:311px;
}
div.sq2_4 {
    top:62px;
    left:223px;
}
div.sq2_5 {
    top:238px;
    left:223px;
}
div.startbild {
    position:absolute;
    top:0;
    left:0;
    z-index:10;
}
div.startbild img {
    width:491px;
    height:392px;
    display:block;
}
