@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) IE patch stylesheet 
 * (de) IE-Anpassungs-Stylesheet
 *
 * @creator       YAML Builder V1.2 (http://builder.yaml.de)
 * @file          patch_my_layout.css
 * @-yaml-minver  3.1
 */

/* Layout independent adjustments | Layout-unabh�ngige Anpassungen  */
@import url(../core/iehacks.css);

/* Layout-dependent adjustments | Layout-abh�ngige Anpassungen */
@media screen, projection
{

    body { 
        behavior: url("csshover.htc");
    }

    .search-head .more_filter ul .nomos
    {
        margin-top:37px;
        _margin-top:40px;        
    } 

    .search-head .more_filter ul li div {
        height:28px;
        _height:30px;        
    }
    

    
    .tabbox-head a:visited {
        color:#000;
    }
    
    div.tabbox-head-content-navi ul ul li div a:visited, div.tabbox-head-content-navi ul ul li.active div a:visited  {
        color:#999999;
    } 
    
    .search-head .tabbox-head ul li.active div {
        width:75px;
    }
    
    
    
    .search-head .filter_selection {
        margin-top:0px;
        border-top:10px solid #fff;
    }
    
    .search-head .filter_selection .filter ul li label {
        width:130px !important;
    }
    
    
    .search-head .more_filter {
        margin-right:0px;
    }
    .search-head #tx-macinasearchbox-pi1-search-content {
      top: -40px;
      left: 0px;
    }


    #searchbox fieldset .type-button input {
      padding-left:7px;
      padding-right:14px;
    }

}
