* {
	margin: 0;
	padding: 0;
	}
body {
	font: 10px 'lucida grande', lucida, arial, sans-serif;
	color: #fff;
	background: #2a2a2a;
	text-align: center;
	}
a img {
	border: 0;
	}
h1 {
	color: #fff;
	text-align: left;
	margin-top: 85px;
	font-size: 17px;
	margin-left: 63px;
	}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: normal;
	}
.text {
	text-align: left;
	margin-top: -15px;
	margin-left: -200px;
	line-height: 1.5em;
	font-weight: normal;
	position: absolute;
	}
li:hover {
	color: #fff;
	}
#page {
	width: 925px;
	height: 300px;
	text-align: left;
	background: #2a2a2a;
	margin: 80px auto 20px auto;
	}
#header {
	float: left;
	width: 925px;
	height: 100px;
	background: #2a2a2a;
	}
#navigation .preview {
	float: left;
	height: 133px;
	}
#navigation .preview li {
	float: left;
	list-style: none;
	}
#navigation .preview a {
	width: 200px;
	height: 133px;
	display: block;
	line-height: 0;
	}
#navigation .preview img {
	width: 100%;
	height: 100%;
	}
#navigation {
	float: left;
	height: 133px;
	width: 425px;
	padding-left: 115px;
	margin-left: 184px;
	background: #2a2a2a;
	border-top: 1px solid #7f7f7f;
	clear: left;
	}
.clear {
	clear: left;
	}
#navigation a:hover, ul.categories a:hover {
	color: #fff;
	}
#navigation li a {
	color: #b0b0b0;
	text-decoration: none;
	}
a:hover .mask {
	display: none;
	}
.mask {
	display: block;
	float: left;
	width: 200px;
	height: 133px;
	position: relative;
	top: -133px;
	background: url(../img/mask.png);
	}
a.active .mask {
	display: none;
	}
.abstand {
	margin-right: 25px;
	}