body,html
{
    background-color : #f4f6f9;
    height       : 100%;
}

div.home_main_frame
{
    position         : relative;
    margin-left      : auto;
    margin-right     : auto;
    width            : 1000px;
    left             : 0px;
    margin-top       : 0px;
    padding-top      : 30px;
    background-color : white;
}

* html div.home_main_frame
{
    height           : 100%;
}

div.home_image
{
    position           : absolute;
//    display                   : block;
    width            : 1000px;
    height           : 590px;
    top                   : 30px;
    left                   : 0px;
    margin-left      : 0px;
    margin-top       : 0px;
    padding-top      : 0px;
    background-image : url('img/home_bg.png');
    background-repeat: no-repeat;
}

a.kugel
{
    position           : absolute;
    display                   : block;
    width            : 299px;
    height           : 292px;
    top                   : 268px;
    left                   : 20px;
}

a.kugel:hover
{
    position           : absolute;
    display                   : block;
    width            : 299px;
    height           : 292px;
    top                   : 268px;
    left                   : 20px;
    background-image:url(img/kugel_hover.gif);
}


div.enter_image
{
   display:block;
   position: absolute;
   background-image:url(img/home_enter_ani.gif);
   width:904px;
   height:214px;
   top:82px;
   left:0px;
}

a.link_enter
{
   display:block;
   position: absolute;
   width:875px;
   height:110px;
   top:140px;
   left:0px;
}

a.link_left
{
        display:block;
        position: absolute;
        width:150px;
           height:75px;
           top:515px;
           left:0px;
}

a.link_right
{
        display:block;
        position: absolute;
        width:200px;
           height:75px;
           top:515px;
           right:0px;

}

div.home_hes
{
        font-size        : 25pt;
        font-family      : Tahoma,Verdana,arial,sans-serif;
        text-align                : center;
        width                        : 100%;
        padding                : 10px;
        padding-bottom	 : 5px;
        color                   : #295A9F;
}


div.home_text
{
            font-family      : tahoma,verdana,arial,sans-serif;
            font-weight		 : bold;
        text-align                : center;
        text-shadow                : #F4F7FA 1px 0px;
        color                        : #295A9F;
        font-size        : 11pt;
        width            : 100%;
        height           : 70px;
}
