/************************************************************************************
Datei:          ff.css
Beschreibung:   Einstellungen die nur für den Firefox browser zählen
Erstellt von:   Elias Sasek
*************************************************************************************/


/**************************/
/*Benötigt von: Index.html*/
/**************************/
#frm_nav{
                height:1200px; 
                position:fixed; 
                z-index:200; 
                margin: 130px 0 0 -830px;
              }

              
#img_roundleft{
                width: 325px; 
                height: 963px; 
                border: none; 
                position:fixed; 
                margin: 0 0 0 -857px; 
                z-index:0;
               }
               
/*Hack f&uuml;r Chrome und Safari*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{

#img_roundleft{
                width: 325px; 
                height: 963px; 
                border: none; 
                position:fixed; 
                margin: 0 0 0 -503px; 
                z-index:0;
               }
               
#frm_nav{
                height:1200px; 
                position:fixed; 
                z-index:200; 
                margin: 130px 0 0 -475px;
              }

 }
}


/*****************************/
/*Benötigt von: struktur.html*/
/*****************************/

/***************************/
/*Benötigt von: source.html*/
/***************************/

/********************************/
/*Benötigt von: conditional.html*/
/********************************/

/****************************/
/*Benötigt von: schluss.html*/
/****************************/
