
* {
    margin:0px;
    padding:0px;
  }

body {
    margin:0px;
		padding:0px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		background:#fff;
		font-size:0.8em;
		color:#585858;
  }

p a { padding:0px; }
                              
h1 { font-size:1.2em; font-weight:bold; color:#585858; margin:0px 0px 20px 0px; }

img { border:0px; }

a, a:link, a:visited, a:focus, a:active { font-weight:normal; color:#F59B00; text-decoration:none; }
a:hover, a:active { color:#F59B00; text-decoration:underline; }

p { font-size:12px; padding:0 0 13px 0; line-height:21px; }

div#seite { width:400px; display:block; padding:100px 0 0 6px; margin:100px auto 0 auto; background:url(http://www.hyperworx.de/shared/hyperworx_logo_400x84.png) no-repeat top left; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
