#menu {position: fixed; top: 0; right:0; width: 100%; min-height: 50px ; overflow: hidden; z-index: 300; color: white; background-color:rgb(50,50,50); }
#menu.no_ban {color: white; background-color: rgb(50,50,50); }
h1 {font-family: banner ; font-size: 40px; font-weight:normal ; line-height: 100%;  }
p { margin-top:0; margin-bottom:30px ;} 
li { margin-bottom: 5px ;}
ul { margin-top:0; margin-bottom: 30px ; }
ol { margin-top:0; margin-bottom: 30px ;}

@media screen and (max-width: 960px ) {
	#menu {background-color:transparent; }
 } 
