@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #C2C2C2;
	background: #000;
	text-align: left;
}

/* FONTS ------------ */
p { line-height: 16px; }
br { line-height: 14px; }
a { color: #FFF; text-decoration: underline; }
.bunt { color: #38bfb9; }


/* DIVS -------------- */
#container {
	width: 100%;
	margin: 0 auto;
}
#logo {
	width: 950px;
	margin: 0 auto;
	text-align: right;
	height: 80px;
}
#mainImage {
	margin: 0 auto;
	padding: 50px;
	height: 175px;
	background: #FFF;
	text-align: center;
}
#spektrum {
	margin: 0 auto;
	padding: 10px 0 35px 0;
	height: 650px;
	background: #000;
	text-align: center;
}
#content {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer {
	width: 900px;
	margin: 0 auto;
	font-size: 80%;
	height: 45px;
}

