html{
	height: 100%;
}

body {
	overflow-y: scroll;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE patch clearfix */
.clearfix { display: inline-block; }
/* vorm IE5/Mac verstecken \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* ende versteckn IE5/Mac */

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	/*background: none; */
	outline: none;
}

ul, li {
	list-style: none;
}

address {
	font-style: normal;
}
