/* (C) 2010 Michel Kraus - Alle Rechte vorbehalten */
html, body {
	/* font-family: "Times New Roman", "Liberation Serif", Times, serif;
	font-family: "Times New Roman";
	font-family: "Times";
	font-family: "DejaVu Serif";
	font-family: serif;
	*/
	font-family: "Times New Roman";
	font-size: 10pt;
	margin: 0;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
#header {
	background: url('gfx/plus.png');
	height: 121px;
	width: 100%;
	/* margin: 140px 0 50px 0; */
	margin: 10px 0 50px 0;
}
#main {
	width: 750px;
	margin: 0 auto 10px auto;
	padding: 0;
	/* border: 1px solid green; */
	position: relative;
}
#logo {
	margin: 0 auto 17px auto;
	border: 0;
}
#boxMenu {
	width: 154px;
	height: 132px;
	background: url('gfx/menu.png') repeat-x;
	margin: 0;
	border: 0;
	padding: 24px 12px;
	list-style: none;
	line-height: 18pt;
	float: left;
}
#boxMenu a {
	color: black;
}
#boxMenu a.light:active, #boxMenu a.light.active, #boxMenu a.light:hover {
	color: #f2f2b2;
}
#boxMenu a.dark:active, #boxMenu a.dark.active, #boxMenu a.dark:hover, #email {
	color: #6d7056;
}
#boxMenu a.active:before {
	content: '+ ';
}
#boxWide {
	width: 440px;
	height: 132px;
	background: url('gfx/bg.png') repeat-x;
	margin: 0;
	padding: 24px 60px;
	float: right;
	line-height: 13.5pt;
	position: relative;
}
#boxTall {
	width: 560px;
	margin: 0 0 50px 0;
	padding: 0;
	float: right;
	line-height: 13.5pt;
	position: relative;
}
#boxTallImage {
	/*
	width: 400px;
	height: 300px;
	*/
	float: right;
}
#boxTallControl {
	clear: right;
	float: right;
	padding-top: 2em;
}
#boxTallDescription {
	clear: right;
	font-size: smaller;
	padding-top: 1em;
}
.boxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
	z-index: 10;
	background: url('gfx/overlay.png');
}
#impressum {
	clear: both;
	margin-top: 420px;
	width: 154px;
	height: 24px;
	padding: 0 12px;
	background: url('gfx/bgi.png') repeat-x;
}
#impressum a {
	color: gray;
	vertical-align: middle;
	position: relative;
	top: 2px;
	left: 0px;
	font-size: 10px;
}
#boxScroll {
	width: 560px;
	height: 180px;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	overflow: hidden;
}
#boxScroll div {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}
#boxScroll div img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#boxScroll div a {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
#boxWide .content {
	z-index: 100;
	position: absolute;
	top: 24px;
	left: 60px;
	width: 440px;
	line-height: 18pt;
}
#nextCollection {
	position: absolute;
	left: 800px;
	top: 210px;
}
