/* erstmal alles auf NULL setzten, um die Unterschiede zwischen den Browsern auszugleichen */

* html  {overflow-x:hidden;}

body {	
	height:auto;
	font-style : normal;
	font-weight : normal;	
	color : #000;	
}


ul, ol, li, dl, dt, dd {
  display: block;
  padding: 0;
  margin: 0;
}

li {
  display: list-item; 
  margin-left: 2em;
}

a:link,a:visited,a:active,a:hover {
	text-decoration: none;
	color: #000;
	background: transparent;	
}
a:hover {
	color: orange;	
}