body {
	background-color:#ffffff; 
	text-align:center;

}

#allWrapper {
	text-align:left;
}	

#abb_link {background-color: #006631; color:white; padding: 10px 20px 10px 44px; margin:0 !important; }
#fbb_link {background-color: #af1414; color:white; padding: 10px 20px 10px 44px; margin:0 !important; }
#mbb_link {background-color: #C3C5B4; color:white; padding: 10px 20px 10px 44px; margin:0 !important; }
#pbb_link {background-color: #353780; color:white; padding: 10px 20px 10px 44px; margin:0 !important; }
#sbb_link {background-color: #000000; color:white; padding: 10px 20px 10px 44px; margin:0 !important; }
#wbb_link {background-color: #E2C81D; color:white; padding: 10px 20px 10px 44px; margin:0 !important; }


#abb_link a, #fbb_link a, #mbb_link a, #pbb_link a, #sbb_link a, #wbb_link a {color:white;}


/*#Impressum_link {color:black; padding: 10px 40px 10px 64px; margin:0 !important; }*/
#Impressum_link {
    font-size:120%;
    height:30px
    !important; 
}
.scrollerTeamspeak {
	overflow:auto;	
	width:200px;
	height:80px;
	}

.scrollerOnline {
	overflow:auto;	
	width:200px;
	height:120px;
	}

.scrollerDriving {
	overflow:auto;	
	width:200px;
	height:80px;
	}

.EventPic {
	width:200px;
	height:180px;
	}

#tsWrapper, #whoIsDrivingWrapper, #nextEventWrapper {
	/*text-align:left;*/
	border:1px solid #cdcdcd;
	background-color:#f6f6f6;
	width:1200px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;

}

#whoIsOnlineWrapper {
	text-align:left;
	border:1px solid #cdcdcd;
	background-color:#f6f6f6;
	width:1200px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
        height:100px;
}

#ImpressumWrapper {
	text-align:center;
	border:1px solid #cdcdcd;
	background-color:#f6f6f6;
	width:1200px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
        height:30px;
}


#tsWrapper  p, #whoIsOnlineWrapper  p, #whoIsDrivingWrapper p, #nextEventWrapper p{
	font-family: tahoma, arial;
	font-size:75%;
	margin:0 0 0 65px;
}
#tsWrapper  h2, #whoIsOnlineWrapper h2, #whoIsDrivingWrapper h2, #nextEventWrapper h2 {
	font-family: tahoma, arial;
	font-size:78%;
}

#tsOutputGreen, #whoIsOnlineGreen, #whoIsDrivingGreen, #nextEventGreen {
	float:left;
	width:200px;
}
#tsOutputGreen p, #whoIsOnlineGreen p, #whoIsDrivingGreen p, #nextEventGreen p {
	color:green;
}
#tsOutputGreen h2, #whoIsOnlineGreen h2,#whoIsDrivingGreen h2, #nextEventGreen h2 {
	color:white;
	background-color:#006631;
	padding-left:15px;
}

#nextEventGreen img, #nextEventRed img, #nextEventBeige img, #nextEventBlack img, #nextEventYellow img{
    text-align: center;
    display: block;
    margin: 0 auto;
}

#tsOutputRed, #whoIsOnlineRed, #whoIsDrivingRed, #nextEventRed {
	float:left;
	width:200px;
}
#tsOutputRed p, #whoIsOnlineRed p, #whoIsDrivingRed p, #nextEventRed p {
	color:#af1414;
}
#tsOutputRed h2, #whoIsOnlineRed h2, #whoIsDrivingRed h2, #nextEventRed h2 {
	color:white;
	background-color:#af1414;
	padding-left:15px;
}

#tsOutputBeige, #whoIsOnlineBeige, #whoIsDrivingBeige, #nextEventBeige {
	float:left;
	width:200px;
}
#tsOutputBeige p, #whoIsOnlineBeige p, #whoIsDrivingBeige p, #nextEventBeige p{
	color:#C3C5B4;
}
#tsOutputBeige h2, #whoIsOnlineBeige h2, #whoIsDrivingBeige h2, #nextEventBeige h2 {
	color:white;
	background-color:#C3C5B4;
	padding-left:15px;
}

#tsOutputBlue , #whoIsOnlineBlue, #whoIsDrivingBlue, #nextEventBlue {
	float:left;
	width:200px;
}
#tsOutputBlue p, #whoIsOnlineBlue p, #whoIsDrivingBlue p, #nextEventBlue p {
	color:#353780;
}
#tsOutputBlue h2, #whoIsOnlineBlue h2, #whoIsDrivingBlue h2, #nextEventBlue h2 {
	color:white;
	background-color:#353780;
	padding-left:15px;
}


#tsOutputBlack, #whoIsOnlineBlack, #whoIsDrivingBlack, #nextEventBlack {
	float:left;	
	width:200px;
}
#tsOutputBlack p, #whoIsOnlineBlack p, #whoIsDrivingBlack p, #nextEventBlack p {
	color:#000000;
}
#tsOutputBlack h2, #whoIsOnlineBlack h2,#whoIsDrivingBlack h2, #nextEventBlack h2 {
	color:white;
	background-color:#000000;
	padding-left:15px;
}


#tsOutputYellow, #whoIsOnlineYellow, #whoIsDrivingYellow, #nextEventYellow {
	float:left;	
	width:200px;
}
#tsOutputYellow p, #whoIsOnlineYellow p, #whoIsDrivingYellow p, #nextEventYellow p {
	color:#A58E00;
}
#tsOutputYellow h2, #whoIsOnlineYellow h2,#whoIsDrivingYellow h2, #nextEventYellow h2 {
	color:white;
	background-color:#E2C81D;
	padding-left:15px;
}




.clear {
        clear:both;
}