body, #wrapper, #heading, h1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; 
   -webkit-text-size-adjust: none;
 }
#heading {
 background-image: none;
 border: none;
 background-color: black; 
 height: 88px;
}
h1 {
 color: white;
 font-size: 1.5em;
 white-space: nowrap;
 font-family: 'Corben', Georgia, Times, serif;
 padding-top: 2px;
 }
h2 {
  white-space: normal;
  /* font-family: 'Corben', Georgia, Times, serif; */
  font-weight: bold;
  font-size: 0.9em;
  }

#topmenu {
  color: pink;
   -webkit-text-size-adjust: none;
  }
#topmenu, .menny {
  font-family: helvetica, arial, verdana;
  font-size: 1.1em;
  overflow: hidden;
}
#topmenu a {
    background-color: black;
	color: yellow;
}
@media all and (max-width: 1549px) {

  #contents {
    width: 960px;
	}	
  #topmenu, .menny {
  font-size: 1.06em;
  }
  #wrapper { 
	padding-top: 7px; 
  }
}
  
@media all and (max-width: 1110px) { 
  .side {
    display: none; 
  }
  .menny {
    white-space: wrap;
  }
  #topmenu, .menny {
  font-size: 1em;
  }
  #wrapper { 
	padding-top: 7px; 
  }  
}

#antbox {
  top: 6px;
}
.isonline {
	position: absolute;
	top: 1px;
	left: 8px;	
	z-index: 1;
}
#relativ img {
  height: 20px;
  width: 20px;  
}