﻿/* ################## tx-teampictures  ###################### */
div.tx-teampictures-pi1 {
	width: 210px;
	height: 200px;
	float: left;
}
div.nop-teampic-image  {
	margin-bottom: 8px;
}
div.nop-teampic-image img{
	border: 1px solid #d9d9d9;
}
div.nop-teampic-text {
}
/* bodytext größe wieder anpassen */
div#mcontent div#mcmain div.nop-teampic-text p.bodytext {
	width: 200px;
}
/* should be <em> */
div.nop-teampic-text i {
	font-style: normal;
	color: #ffaa33;
}
/* should be <strong> */
div.nop-teampic-text b {
	font-weight: bold;
}
div.nop-teampic-clear {
	clear: both;
}

