@-ms-viewport { width:device-width; }

@font-face { 
	font-family: Frutiger; 
	src: url('skin/frutiger.woff2'); 
} 

@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
html { height:100%; width:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Frutiger, sans-serif; font-size:14px; letter-spacing:0.1; color:#000000; background-color:#ffffff; }
	
li {
	margin-left:20;
}

ul {
	margin-left:-40;
}

hr {
  border: 1px solid #009374;
  border-radius: 0px;
}

a:link {
  text-decoration: none;
color: #009374;
}

a {
  background: none;
}

a:hover {
  background: none;
  text-decoration: none;
}