html, body{
 margin:0;
 padding:0;
 text-align:center;
 background-image:url(../img/mainback.jpg);
 font-family: Arial, Sans Serif;
 font-size: 0.9em;
 line-height:150%;
 color: #000;
}

#pagewidth{
 width:750px;
 text-align:left;
margin-left:auto;
 margin-right:auto;
 margin-top:20px;
 border:1px solid #600;
}

#leftcol{
 width:173px;
 float:left;
 position:relative;
  }

#maincol{
 float: right;
 display:inline;
 position: relative;
 width:587px;
 }

#content{
 width:500px;
 }

.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.imp{
 border-top:1px solid #066;
 width:570px;
 text-align:right;
 }

img{
 border:0px;
 }

a{
 color:#000;
 text-decoration:none;
 }
 
a.weiter {
 color:#600;
 font-weight:bold;
 text-decoration:underline;
 }

a:hover.menu{
 color:#900;
 border-bottom:4px solid #900;
 }

.claim{
 font-weight:bold;
 }

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
