
#brush-container {
	margin: -29px 0 72px 156px;
	background: url(../img/content-bg-top.png) no-repeat left top;
}

#brush-footer {
	background: url(../img/content-bg-bottom.png) no-repeat 156px bottom;
	width: 996px;
	height: 206px;
	
}

#top {
	padding-top: 1px;
}


#main {
	margin: 29px 0 -233px 52px;
	min-height: 400px;
}

.spartenumfrage form {
	margin-bottom: 0;
}

.switch-container {
	position: relative;
	width: 999px;
	margin: 0 auto;
}

.spielzeit-switch {
	position: absolute;
	top: -22px;
	right: 15px;
	z-index: 999;
	width: 158px;
	padding-top: 2px;
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	transition: top 0.25s ease-out 0.1s;
	-webkit-transition: top 0.25s ease-out 0.1s;
	-moz-transition: all 0.25s ease-out;  /* FF3.7+ */
	-o-transition: all 0.25s ease-out;  /* Opera 10.5 */
}

.spielzeit-switch-hover {
	top: 0;
	cursor: pointer;
}

.spielzeit-switch ul {
	margin-left: 16px;
	padding-bottom: 24px;
}

.spielzeit-switch li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 2px solid #bbb;
}

.spielzeit-switch li.last-child {
	border-right-width: 0;
}

.spielzeit-switch a,
.spielzeit-switch span {
	display: block;
	line-height: 1;
	padding: 0px 6px 1px;
	color: #666;
	font-weight: bold;
	font-family: "Arial Narrow", Arial, Univers, Helvetica, "Gill Sans", "Liberation Sans", "Myriad Pro", sans-serif;
	border-bottom-width: 0;
}

.spielzeit-switch span {
	font-weight: normal;
	color: #555;
}
