* { margin:0; padding:0; }

html {height:100%}
body {
    color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

img { border:0; }

a{text-decoration:none;}
a:link { color:#0000CC;}
a:visited { color:#0000CC;}
a:active { color:#0000CC;}
a:hover { color:black; text-decoration:underline;}

	

#center
{
     position: absolute;
     top: 30%;
     width: 100%;
     text-align: center;
}
         
#content
{
      position: absolute;
      left: 50%;
      width: 750px;
      margin-left: -375px;
} 

#footer {
	clear:both;
	margin-top: 100px;
	text-align: center;
	border-top: 1px solid #ccc;
}
					

#impressum {
	font-size: 80%;
	padding: 5px;
	}
	
.left {
	float: left;
	margin-right: 25px;
	}
	
.last {
	float: left;
	}
