#maAbteilung {
	font-size:	1.0em;
}

#maAbteilung a{
	text-decoration: none;
}

#maAbteilungChosen {
	margin-top:			10px;
	font-size:			1.0em;
	background-color:	#EE9400;
	color:				white;
	padding-left:		10px;
	font-weight:		bold;
}

#maAbteilungChosen a{
	font-size:			1.0em;
	text-decoration: 	none;
	color:				white;
	font-weigth:		bold;
}

#maTable {
	margin: 			0;
	padding: 			0;
	border-spacing: 	0;
	border-collapse: 	collapse;
	width:				100%;
	margin-bottom:		14px;
}

#maTable thead {
	background-color: 	#EE9400;
	text-align:			left;
	
}

#maTable thead th {
	padding:			3px 10px;
	font-size:			1.1em;
	border-bottom:		2px solid #54181b;
}

#maTable tbody tr {
	cellspacing:		0px;
	background-color: 	#FFA500;
	padding:			2px 10px;
	text-align:			left;
}


#maTable tr.odd {
	background-color: 	#FDB60C;
}

#maTable tbody tr:hover {
	background-color: 	#aaa;
	text-decoration:	none;
}

#maTable td {
	padding:			2px 10px;
	vertical-align:		top;
	text-align:			left;
}

#maTable a {
	text-decoration:	none;
	color:				white;
	font-weight:		bold;
}

#maTable a:hover {
	text-decoration:	none;
	color:				white;
}

.maTableSingle {
	background-color:	white;
	padding:			20px;
	margin-bottom:		12px;	
}

