.logo_link{
    cursor:pointer;
}

.page_content_holder{
    max-width:960px;
}

.navbar_mainentry{
    padding-left:24px;padding-right:24px;padding-top:10px;padding-bottom:10px;color:#3e3e3e;background-color:#f8f8f8;
}

.navbar_subentry{
    padding-left:24px;padding-right:24px;padding-top:10px;padding-bottom:10px;color:#3e3e3e;border-top:1px solid #ffffff;background-color:#f8f8f8;
}

.navbar_block{
    float:left;border-right:1px solid #ffffff;cursor:pointer;
}

.navbar_font{
    font-family:tahoma;font-size:13px;
}
.navlink{
    cursor:pointer;
}
.navbar_mainentry:hover{
    background-color:#a7e9ff;
}

.navbar_subentry:hover{
    background-color:#a7e9ff;
}


.services_title{
    width:100%;
}

.services_box_spacer{
    width:26px;
    height:20px;
    float:left;
    
}

.services_box{
    width:302px;
    max-width:302px;
    margin-bottom:20px;
    float:left;

}
.portfolio_box{
    width:302px;
    max-width:302px;
    float:left;
    margin-bottom:4px;

}
.services_box_active_heighter{
    height:206px;
}

.portfolio_box_active_heighter{
    height:214px;
}

.services_box_active_top{
    background:url(../images/services/active_box/active_box_top.png);
    width:302px;
    height:7px;
    float:left;
    display:none;
}

.services_box_inactive_top{
    width:302px;
    height:7px;
    float:left;
}

.services_box_active_bottom{
    background:url(../images/services/active_box/active_box_bottom.png);
    width:302px;
    height:7px;
    display:none;
}
.services_box_inactive_bottom{
    width:302px;
    height:7px;
}




.services_box_middle{
    width:288px;
    float:left;
}


.services_box_active_left{
    background:url(../images/services/active_box/active_box_left.png);
    width:7px;
    float:left;
    display:none;
}
.services_box_inactive_left{
    width:7px;
    float:left;
    
}

.services_box_active_right{
    background:url(../images/services/active_box/active_box_right.png);
    width:7px;
    float:left;
    display:none;
}
.services_box_inactive_right{
    width:7px;
    float:left;
    
}


.portfolio_selector_outer{
    background:url(../images/portfolio/selector_outer.png);
    width:15px;
    height:14px;
    cursor:pointer;
    z-index:2;
}

.portfolio_selector_inner{
    background:url(../images/portfolio/selector_inner.png);
    margin-left:5px;
    margin-top:5px;
    width:5px;
    height:4px;
    position:absolute;
    display:none;
    cursor:pointer;
    z-index:1;
}

.kontakt_form_input{
    padding-left:4px;color:#000000;font-style:italic;width:950px;height:20px;background-color:#fbf7f7; border:4px solid #fbf7f7;margin-bottom:4px;
}

.kontakt_form_textarea{
    padding-left:4px;color:#000000;font-style:italic;width:950px;background-color:#fbf7f7; border:4px solid #fbf7f7;
}