body {
	background: #191919;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
}

a {
	color: #fff;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

#header {
	margin-top: 80px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #fff;
}

#subheader {
	margin-top: 4px;
	text-align: right;
}

#laufschrift {
	padding: 50px 0 30px 0;
}

#nav {
	width: 200px;
	float: left;
}

#wrapper {
	border-top: 1px solid #fff;
	min-height: 1px;
	width: 960px;
}

#content {
	float: right;
	width: 690px;
	font-size: 22px;
	text-align: center;
	line-height: 1.4em;
	margin: 15px 70px 0 0;
}

#nav ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#nav li {
	margin-bottom: 0.4em;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#idee {
	padding: 15px;
}


/* Stylesheets für die MooTools Laufschrift */

#NewsHorizontal {
	width: 960px;
	height: 30px;
	display: block;
	overflow: hidden;
	position: relative;

}
#TickerHorizontal {
	width: 960px;
	height: 30px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}
#TickerHorizontal li {
	display: block;
	width: 960px;
	height: 50px;
	line-height: 30px;
	color: #000;
	text-align: center;
	font-size: 22px;
	margin: 0;
	padding: 0;
	float: left;
}


#NewsVertical {
	width: 200px;
	height: 500px;
	display: block;
	overflow: hidden;
	position: relative;

}
#TickerVertical {
	width: 300px;
	height: 200px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;

}
#TickerVertical li {
	display: block;
	width: 200px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	font-size: 72px;
	margin: 0;
	padding: 0;
	float: left;
}

 /* Clearfix-Hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */