table.mitarbeiter  tr:nth-child(odd)	{ background-color:#eee; }
table.mitarbeiter  tr:nth-child(even)	{ background-color:#fff; }

table.mitarbeiter  td{
	border-bottom: 1px solid #EEE;
}

@media (max-width: 800px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1200px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 1600px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 2400px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1200px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 1600px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 2400px) and (orientation:portrait)
  {
	div.ma_tables table{
		display: block;
		border:0px solid black;
		width:auto;
	}
	div.ma_tables tbody { display:block;width:auto; }
	div.ma_tables tr{
		display: block;
		border: 0px;
		border-top: 2px solid #959F8F;
		margin-top:12px;
		width:auto;
	}
	div.ma_tables th { 
		display: block;
		width: auto;
		border-right:0px;
		border-left:0px;
		border-top: 0px;
		border-bottom: 1px dotted #BEBEBE;
		width:auto;
	}
	div.ma_tables td { 
		display: block;
		width: auto;
		border-right:0px;
		border-left:0px;
		border-top: 0px;
		border-bottom: 1px dotted #BEBEBE;
		width:auto;
	}
	table.mitarbeiter  tr:nth-child(odd) { background-color:transparent; }
	table.mitarbeiter  tr:nth-child(even) { background-color:transparent; }
	div.ma_tables th:nth-child(1) {background: #EEEEEE; }
	div.ma_tables td:nth-child(1) {background: #EEEEEE; }
}

div.mitarbeiter_linie{
	border-bottom: 1px solid #D5D5D5;
}

li.mitarbeiter_eintrag a{
	color:#0E3C63;
	margin-left:15px;
}
li.mitarbeiter_eintrag {
	margin-bottom: 8px;
}

ul.mitarbeiter{
	list-style-image: url('/clips/mitarbeiter_icon.png');
}
h1.mitarbeiter_titel{
	color:#0E3C63;
}
h2.mitarbeiter_titel{
	font-size:24px;
	color:#0E3C63;
}