div#SchichtTeamGesamtAlles{
	position:relative;
	width:100%;
}

div.SchichtTeamTitel{
	position:relative;
	width:100%;
	margin-bottom:10px;
}

div.SchichtTeamAdminsGesamt{
	position:relative;
	float:left;
	clear:both;
	margin-bottom:20px;
}

div.SchichtTeamAdminsSpalteLinks{
	position:relative;
	float:left;
	width:140px;
	padding-bottom:2px;
	border-bottom:4px solid #50A624;
}
div.SchichtTeamAdminsSpalteLinks2{
	position:relative;
	float:left;
	width:100%;
	height:186px;
	background-color:#EBF5E7;
	overflow:hidden;
}

div.SchichtTeamAdminsSpalteRechts{
	position:relative;
	float:left;
	width:300px;
	min-height:191px;
	border-bottom:1px dotted #50A624;
}

div.SchichtTeamAdminsSpalteRechts2{
	position:relative;
	margin-left:15px;
}

/*-------*/

div.SchichtTeamMitarbeiterGesamt{
	position:relative;
	float:left;
	clear:both;
	width:100%;
	margin-bottom:5px;
	background-color:#F5FAF2;
}
div.SchichtTeamMitarbeiterGesamt2{
	position:relative;
	padding:5px;
	padding-top:0px;
	/*
	
	padding-bottom:10px;
	*/
}

div.ListeTeamMitarbeiterOn, div.ListeTeamMitarbeiterOff{
	position:relative;
}

div.ListeTeamMitarbeiterOn{
	display: block;
}
div.ListeTeamMitarbeiterOff{
	display: none;
}

div.SchichtTeamMitarbeiterZeigenOff, div.SchichtTeamMitarbeiterZeigenOn{
	position:absolute;
	bottom:0px;
	right:0px;
	padding-left:5px;
	padding-right:3px;
}



div.SchichtTeamMitarbeiterZeigenOff{
	background-color:#004F66;
}
div.SchichtTeamMitarbeiterZeigenOn{
	background-color:#9DBCBF;
}

div.SchichtTeamMitarbeiterZeigenOff a, div.SchichtTeamMitarbeiterZeigenOn a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:0.8em;
	padding-right:20px;
	background: no-repeat url(/img/pfeil_nach_unten.gif);
	background-position:right 6px;
}
