/* CSS Document */
[data-role="page"]{
  overflow:auto;
  height:0px;
  }

body{ 
  font-size:  15px;
  font-family:  Verdana;
  }

#menu{
  width:  180px;
  }
  
.navbar{
  max-height: 640px;     /*640px ursprünglich */
  overflow: auto;
  }
    
.navbutton {
  width:  180px;
  height: 30px;
  }

.navbutton a{
  font-size:  12px;
  }
  
.header{
  background-color: #3372ad;
  color:  #FFF;
  text-shadow:  none;
  }

.schrift{
  font-size:  12px;
  }

  /*Menü-Icon für die Fussballabteilung */
.ui-icon-football:after {
  background: url('/mobil/images/icons/football.png') 50% 50% no-repeat;
  background-color: #232424;
  background-size: 16px 16px;
  border-radius:40px!important;
  -moz-border-radius:9px!important;
  -webkit-border-radius:9px!important;
  -ms-border-radius:9px!important;
  -o-border-radius:9px!important;
  }
  
#fussballdeAPI{
  border: none!important;
  width:  200px!important;
  }