/* 
    Document   : index
    Created on : 13.01.2010, 15:04:24
    Author     : M0DreD
    Description:
        Purpose of the stylesheet follows.
*/

#banners{
    width: 960px;
    margin: 5px auto;
}

#banners div{
    float: left;
    border-top: 5px double #E8E8E8;
    border-bottom: 5px solid #E8E8E8;
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    width: 305px;
    margin: 0 5px;
}

#index_menu{
    clear: both;
    width: 820px;
    margin: 0 auto;
}
#index_menu ul{
    list-style-type: none;
}
#index_menu li{
    float: left;
    text-align: center;
    width: 162px;
}

#index_menu a{
    display: block;
    color: #5D5D5D;
    font-size: 0.8em;
    font-weight: bold;
}

#index_menu img{
    margin: 0 auto;
}

#text{
    clear: both;
    width: 940px;
    margin: 0 auto;
    padding: 0 5px;
    padding-top: 1em;

}
#text p{
    text-align: justify;
    text-indent: 2em;
    padding: 0 0 5px 5px;
}
/*#text h2{
    margin-bottom: 0.6em;
    padding-top: 0.5em;
}*/

.index_b{
    height: 371px;
    width: 789px;
    background-image: url(../img/index_b_3.jpg);
    background-repeat: no-repeat;
    float: left;
	position:relative;
}
.callback{
    height: 371px;
    width: 171px;
    background-image: url(../img/callback.png);
    background-repeat: no-repeat;
    float: left;
}
.callback a {
    height: 370px;
    width: 170px;
    display: block;
}
/* banner  */

.index_b a.delbez,.index_b a.rabbez{
	width:325px;
	height:370px;
	position:absolute;
}
.index_b a.rabbez{
    right: 0;
}
