
h1, h2, h3 {
	font-weight: bold;
	margin: 0px;
}

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

a {
	color: #999999;
}

a:hover {
	color: #000000;
}

img {
	border: 0px none;
}

img.award {
	padding: 5px 5px 5px 0px;
}

.imprint p, .imprint h1, .imprint h2, .imprint h3 {
	margin: 18px 0px;
}

.header {
	background-color: #4d4d4d;
	position: relative;
	width: 100%;
	height: 62px;
}

.header .logo {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 335px;
	height: 33px;
}

.navigation {
	position: absolute;
	left: 20px;
	top: 22px;
}

.navigation * {
	text-decoration: none;
	color: #999999;
}

.navigation a:hover {
	color: #FFFFFF;
}

.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.navigation li {
	float: left;
}

.navigation li.spacer {
	padding: 0px 5px;
}

.content {
	position: relative;
	padding: 80px 0px 50px 20px;
	width: 690px;
}

.shortcuts {
	position: fixed;
	width: 250px;
	height: 20px;
	bottom: 20px;
	right: 20px;
	text-align: right;
}

.shortcuts a {
	text-decoration: none;
}

.flashMessage {
	padding-bottom: 60px;
}

.works {
	position: relative;
}

.work {
	position: relative;
	display: block;
	margin-bottom: 45px;
}

.work, .work * {
	text-decoration: none;
}

.work .wokImage {
	display: block;
	position: relative;
	width: 210px;
	text-align: center;
}

.work .workInfo, .work .workInfo * {
	text-decoration: underline;
	color: #666666;
}

.work:hover .workInfo, .work:hover .workInfo * {
	color: #000000;
}

.workCol {
	width: 210px;
}

.workCol-1 {
	position: absolute;
	top: 0px;
	left: 0px;
}

.workCol-2 {
	position: absolute;
	top: 0px;
	left: 240px;
}

.workCol-3 {
	position: absolute;
	top: 0px;
	left: 480px;
}

.page {
	padding: 10px 0px;
}

.pageImage {
	float: left;
}

.pageLayout {
	clear: both;
}