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

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

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #bcbdbf ;
	margin: 20px;
}

.clear {
	clear: both;
}

#mainFrame {
	width: 100%;
}

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

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

.hidden {
	visibility: hidden;
}

/*---------- START */

#startLogo {
	margin-top: 120px;
}

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

#mainNavigation {
	background: transparent url(../img/ornament.gif) 448px 0px no-repeat;
	text-align: center;
	margin: 0 auto 5px auto;
	height: 110px;
	width: 1000px;
}

#mainNavigation ul {
	padding-top: 30px;
}

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

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

/*---------- Container */

#container {
	width: 1200px;
	margin-top: -30px;
}

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

#subNavigation {
	position: absolute;
	width: 300px;
	float: left;
	z-index: 10;
	margin-left: 10px;
}

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

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

#serialRoll {
	position: absolute;
	width: 1200px;
	float: left;
	z-index: 1;
}

#serialRoll p {
	margin: 0 auto 50px auto;
	width: 500px;
}

#serialRoll img {
	margin: 0 -1px 0 0;
	border: none;
}

.subInfo, iframe {
	margin: 20px 0;
}

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

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

.zemSubmit {
	margin-top: 10px;
}

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

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

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

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