@charset "UTF-8";

/** 
 *
 *
 *
 *
 *
 *
 */      
 
/* Korrekturen zu default.css */
@media screen, projection
{   
    #contentbox {
        padding-left:98px;
        padding-top:0;
        width:793px;
    }
    
    #contentbox .content_inner {
        margin-top:25px;
    }
    
    .multiBoxDesc {display:none;}
}



/* Layout für Galerie */
@media screen, projection
{
    
    .prtrBox {
        float:left;
        margin-left:24px;
        
    }
    .prtrBox_hoch { width:198px; } /* Anpassung an Juryauswahl : war 174px */
    .prtrBox_quer { width:270px; } /* Anpassung an Juryauswahl : war 246px */
    
    .firstchild { margin-left:0px; }
    
    .imgBox {
        height:280px; /* Anpassung an Juryauswahl : war 246px */
        vertical-align:bottom;
        overflow:hidden;
        position:relative;
        top:0;
    }
        
    .imgBox img { 
        position:absolute; bottom:0;
        border:1px solid #BABABA;
        width:99%;
    }
    
    #contentbox .prtrBox h2 {
        margin-top:12px;
        font-size:100%;
        
    }
    #contentbox .prtrBox h2,
    #contentbox .prtrBox p {
        padding:0px;
        font-weight:bold;
        
    }
    
    /* Pagebrowser */
    .pgbrowser {
        clear:both;
        position:absolute;
        right:0px;
        width:200px;
        height:20px;
        text-align:right;
    }
    
    .pgbrowser a,
    .pgbrowser span {
        padding:0 4px 2px 4px;
        margin:0;
        b_order-left:1px solid #B0B1B3;
        float:right;
        display:block;
        
    }
    
    .pgbrowser a.firstchild {
        border:none;
    }
    
    
    .pgbrowser .arright,
    .pgbrowser .arleft {
        width:1px;
        height:1.3em;
        background:url(../_gfx/gfx_pagebrowser.gif) no-repeat;
        background-position:0px 1px;
        border:none;
    }
    
    .pgbrowser .arright {
        background-position:-15px 1px;
    }
    
    
    .pgbrowser a.arleft:hover {
        background-position:0px -20px;
    }
    
    .pgbrowser a.arright:hover {
        background-position:-15px -20px;
    }
    
    
    .pgbrowser {
        color:#BABABA;
    }
    .pgbrowser a,
    .pgbrowser span {
        color:#BABABA;
        text-decoration:none;
        font-size:100%;
        font-weight:bold;
    }
    
    .pgbrowser a:hover,
    .pgbrowser a.active {
        color:#A1263A;
    }
    
    .pgbrowser a.active {
        font-weight:bold;
    }
    
    

/****************************************************/
}
