@import url(reset.css);


/* * * * * START: GENERAL * * * * */
html, body {
	background: #000;
	color: #f6f6f6;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 3000px; /* must be adjusted via inline CSS */
	padding: 90px 0 90px 515px;
}

a:focus, a:hover, a:active { /* additional reset for Firefox 3 */
	outline: none;
}
b, strong {
	font-weight: bold;
}
#noJS, #oldFirefox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #F00;
	padding: 10px;
	height: 60px;
}
#oldFirefox {
	z-index: 101;
}
.clear {
	clear: both;
}
/* * * * * END: GENERAL * * * * */


/* * * * * START: NAVIGATION * * * * */
header {
	width: 100%;
	background: #000;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
ul li#logo a {
	text-align:left;
	display: block;
	text-indent: -9999px;
	width: 158px;
	height: 39px;
	background: url(/assets/images/logo_westfluegel.gif) no-repeat;
	position: absolute;
	left: 317px;
	top: -8px;
}
ul li#zusatz {
	position: absolute;
	left: 495px;
	top: -8px;
	text-align:left;
	display: block;
	text-indent: -9999px !important;
	width: 415px;
	height: 39px;
	background: url(/assets/images/logo_zusatz.gif) no-repeat;
}
nav a {
	color: #f6f6f6;
	text-decoration: none;
}
nav a:hover {
	color: #666;
}
nav a span {
	color: #999;
}
nav a:hover span, nav li.active a span {
	color: #666;
}
nav li.active a {
	color: #666;
}
/* WESTFLÜGEL NAVAGATION */
nav#westfluegelNav {
	position: absolute;
	z-index: 21;
	left: 20px;
	top: 50px;
	width: 475px;
	text-align: right;
}
nav ul#mainNav {
	display: block;
}
.step1, .step2, .results {
	line-height: 18px;
}
.step1 {
	padding: 49px 4px 0 0;
}
.step1 #mnBuecherKritiker, .step1 #mnInformation{
	margin: 0 0 10px 0;
}
.step2 {
	padding: 18px 4px 0 0;
}
.results {
	padding: 9px 4px 0 0;
}
.results li {
	color: #BBB;
}
.results li.title {
	padding-top: 8px;
}
.results span.index {
	color: #FFF;
}
.pagingNav {
	margin: 30px 0 0 0;
	position: relative;
	height: 15px;
	text-align:right;
}
.pagingNav .inactive {
	color: #999;
	opacity: 1;
}
	/*

.pagingNext {
	position: absolute;
	top: 0;
	right: 5px;
}
.pagingBack {
	position: absolute;
	top: 0;
	right: 52px;
}
*/
/* * * * * END: NAVIGATION * * * * */


/* * * * * START: CONTENT * * * * */
#cover {
	width: 475px;
	padding: 0 20px;
	position: fixed;
	top: 90px;
	left: 0px;
	z-index: 19;
	height: 100%;
	background: #000;
}
article {
	float: left;
	width: 400px;
	padding: 30px 35px 41px 40px;
	background: #F6F6F6;
	margin: 0 20px 20px 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
.inactive {
	opacity: 0.25;
	filter: alpha(opacity = 25);
}
.active {
	opacity: 1;
	filter: alpha(opacity = 100);
}
article h1 {
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 9px 0;
}
article h2 {
	font-size: 14px;
	margin: 0 0 18px 0;
}
article h2 + h2 {
	margin: -18px 0 18px 0;
}
article h1 + p {
	margin-top: 9px;
}
article p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 9px 0;
}
article div.caption {
	border: 1px solid #F6F6F6;	/* do not remove */
	margin: 11px 0 11px 0;
}
article div.caption p {
	margin: 0 0 9px 0;
}
article div.beforeEnd p{
	margin-bottom: -25px;
}
article a {
	color: #999;
	text-decoration: none;
}
article a:hover {
	color: #333;
}
article img.firstImage {
	margin: -30px 0 0 -40px;
}
article img.lastImage {
	margin-bottom: -45px;
}
article img {
	margin: 0 0 0 -40px;
	display: block; /* prevents gaps in html5 rendering mode */
}
article .videowrap {
	margin: 0 0 0 -40px;
	padding: 0;
}
article .videowrap iframe {
	display: block;
	margin-bottom: 0;
}
article p + img {
	padding: 39px 0 0 0;
}
article img + h1 {
	border-top: none;
	margin-top: 27px;
}
article.infoText {
	padding: 3px 0 0 0;
	width: 475px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #f6f6f6;
	background: #000;
}
article.infoText b, article.infoText strong {
	color: #666;
}
article.infoText .caption {
	border: 1px solid #000;
}
article.infoText img {
	margin: 0 0 0 0;
}
article.infoText img.firstImage {
	margin: -30px 0 0 0;
}
article.infoText a:hover {
	color: #FFF;
}
/* * * * * END: CONTENT * * * * */


/* * * * * START: FORM * * * * */
article form li {
	clear: both;
	margin: 0 0 9px 0;
}
article form label {
	float: left;
	display: block;
	width: 75px;
	padding: 3px 15px 3px 0;
}
article form label.error {
	color: #F00;
	width: 	315px;
}
article form input[type=text] {
	width: 315px;
	background: #666;
	padding: 3px 0;
	color: #f6f6f6;
	border: none;
}
article form input[type=submit] {
	background: #666;
	padding: 3px;
	color: #f6f6f6;
	margin: 0 0 0 90px;
	cursor: pointer;
	border: none;
}
article form input[type=submit]:hover {
	background: #555;
}
article p.attn {
	color: #F00;
}
article p.success {
	color: #0F0;
}
/* * * * * END: FORM * * * * */