#panel{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: 2000000000;
}

body{

    overflow: hidden;
}

#textField{
    
    position: absolute;
   
    z-Index: 10000;
	
    overflow: scroll;
    
    font-family:"kaushan_scriptregular";
    
    color: white;
    

}



#textRight{


 right: 10%;

  
}

#frBlatt{

padding-left: 50%;
}

#chBlatt{

    margin-top: 5%;

padding-left: 50%;

}

::-webkit-scrollbar { 
    display: none; 
}






#slider{

    background-image: "../images/griffel.png";
}

#menu {
    
    position: absolute;

    top: 15%;
    left: 10%;
    
    
	 z-Index: 10000;
	
    font-family:"kaushan_scriptregular";
    
    
    color: white;
    overflow: hidden;
    
}
    
#menu a{

    text-decoration: underline;
}

.menuEntry{

    clear: left;
    float: left;
    d
    
    
}
#settingsEntry{

    margin-right: 20%;
    
    float: left;
    margin-right: 20%;


}
#cardChoose{

    clear: left;
    margin-top: 9%;

}
#contSlider{

    float: left;
    margin-left: 13%;
}
#phantom{

    text-decoration: underline;
}

#tablepic{
    
   position:    absolute;
   
    z-index:    500;
    overflow:   hidden;
    width: 100%;
    height: 100%;
}


