* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	color:#333;
	font-family:helvetica,arial,verdana,sans-serif;
	font-size:62.5%;
	text-align:center;
}
a {
	text-decoration: none;
	color: #777;
	font-weight: bold;
}
a:hover {
	color: #333;
}
li {
	margin: 0 0 0 40px;
	list-style-type: none;
}
.wrapper {
	font-size:13px;
	padding:0 10px;
}
#header {
	background-color:#000;
	color:#fff;
}
.inner {
	width:700px;
	text-align:left;
	padding-top:30px;
	margin:0 auto;
	position:relative;
}
.contentColumn {
	width:485px;
	float:left;
	padding:15px 22px 20px 0;
}

.head {
	height:170px;
	position:relative;
}
.inside {
	position:absolute;
	top:20px;
	left:0;
}
.logo {
	margin-left:-10px;
}
h1 {
	font-size:28px;
	color:#fff;
}
h2.sub {
	font-size:23px;
	margin:0 0 0 2px;
	font-weight:normal;
	letter-spacing:1px;
}
h2.sub a {
	background:none;
	text-decoration:none;
	color:#eee;
}
.inner p {
	line-height:1.4em;
	margin:0 auto 15px;
}

p.footer {
	word-spacing: 10px;
	font-size:12px;
	color:#777;
	text-align:center;
	margin:10px 0 30px;
}
/* constanten */
.left { float:left; }
.right { float:right; }
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
.clearfix {display: inline-block;}
/* verborgen IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}