
#content_home {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 1030px;
    height: 430px;
    min-width: 1030px;
    position: relative;
    overflow: hidden;
}

#box1 {
    position: absolute; 
    left: 0px;
    top: 0px;
    width: 330px;
    height: 430px;
    overflow: hidden;
cursor: pointer;
margin-left: 20px;

}

#box2 {
    position: absolute; 
    left: 350px;
    top: 0px;
    width: 330px;
    height: 430px;
    overflow: hidden;
cursor: pointer;
}

#box3 {
    position: absolute; 
    left: 680px;
    top: 0px;
    width: 330px;
    height: 430px;
    overflow: hidden;
cursor: pointer;
}

.box_bg1 {
    background: url(../upload/home/home_bild1.png) no-repeat 0px 0px ;
}

.box_bg2 {
    background: url(../upload/home/home_bild2.png) no-repeat 0px 0px ;
}

.box_bg3 {
    background: url(../upload/home/home_bild3.png) no-repeat 0px 0px ;
}


#shadow_left {
    position: absolute; 
    top: 0px;
    left: 350px;
    width: 20px;
    height: 430px;
    z-index: 1;
    background: url(../upload/home/schatten_li_home.png) no-repeat 0px 0px ;
}


#shadow_right {
    position: absolute; 
    top: 0px;
    left: 660px;
    width: 20px;
    height: 430px;
    z-index: 1;
    background: url(../upload/home/schatten_re_home.png) no-repeat 0px 0px ;
}



#inner_box1_1, #inner_box2_1, #inner_box3_1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 330px;
    height: 330px;
    cursor: pointer;
}

#inner_box1_1 {
    background: url(../upload/home/deckel1.png) no-repeat 0px 0px ;
}

#inner_box2_1 {
    background: url(../upload/home/deckel2.png) no-repeat 0px 0px ;
}

#inner_box3_1 {
    background: url(../upload/home/deckel3.png) no-repeat 0px 0px ;
}


#inner_box1_1 p, #inner_box2_1 p, #inner_box3_1 p {
font-family: 'Nexa Bold';
line-height: 140%;
font-weight: normal;
font-style: normal;
font-size: 20px;
color: #FFF;
position: absolute;
bottom: 20px;
left: 0px;
width: 330px;
text-align: center;
}

#inner_box1_2, #inner_box2_2, #inner_box3_2 {
    position: absolute;
    width: 330px;
    height: 100px;
    top: 330px;
    left: 0px;
    background: url(../upload/home/boden_home.png);
}

#inner_box1_2 p, #inner_box2_2 p, #inner_box3_2 p {
    margin-top: 20px;
    margin-left: 45px;
    margin-right: 45px;
    text-align: center;
}