/*---------- Author: jens buss */
/*---------- Client: A.P.C. Munich */
/*---------- Date: 04/2009 */
/*---------- Copyright 2009 by A.P.C. Munich, All rights reserved */

/*---------- Initial Reset */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	margin: 20px;
}

#mainFrame {
	width: 100%;
}

#content {
	width: 1000px;
	margin: 0 auto;
}

.killer {
	clear: both;
	visibility: hidden;
}

.hidden {
	visibility: hidden;
}

#navigationAnchor {
	position: absolute;
	top: 0;
}

/*---------- Navigation MAIN */

#mainNavigation {
	text-align: center;
	margin-bottom: 5px;
}

#mainNavigation li {
	list-style-type: none;
	display: inline;
	margin-left: 60px;
}

#mainNavigation li:first-child {
	margin-left: 0;
}

/*---------- Navigation SUB */

#subNavigation {
	width: 1000px;
	position: absolute;
	top: 50px;
}

#subNavigation li {
	list-style-type: none;
}

/*---------- Content */

#serialRoll img, #serialRoll a img {
	clear: both;
	float: none;
	margin: 0 0 -4px 0;
	padding: 0;
}

#parallelRoll img {
	float: left;
	margin: 0 -1px -1px 0;
}

/*---------- Contact & Newsletter */

.zemText, .zemRequired, .invalid {
	margin-top: 10px;
}

.zemSubmit {
	margin-top: 10px;
}

/*---------- Bottom Line */

#bottomLine {
	clear: both;
	padding-top: 70px;
	margin: 0 auto 70px auto;
}

/*---------- Copyright */

#copyright {
	position: fixed;
	bottom: 20px;
	left: 20px;
}
