.teacherbox{
	border: 1px solid #aaa;
	float: left;
	width: 170px;
	Height: 90px;
	margin:5px;
	padding: 0px;
	position: relative;
	background: #ccc;	/*#ddd;*/
	border-radius: 3px 3px 3px 3px;
}

.teacherbox .rechts_oben{
	position: absolute;
	top: 2px;
	right: 2px;
	font-style: italic;
	font-size: 10.5pt;
}

.teacherbox .teacher_edit{
	position: absolute;
	bottom: 2px;
	right: 2px;
}

.teacherbox .teacher_avatar{
	border: 0px dotted;
	margin: 4px;
	width: 60px;
	height: 80px;
	float: left;
	position: relative;
	border-radius: 3px 3px 3px 3px;
	overflow: hidden;
}
.teacher_image{
	position: absolute;
	left: 30px;
	
}
.teacher_name{
	margin-left: 70px;
	margin-top: 20px;
	font-size: 10pt;
	width: 90px;
	text-align: center;

}
.teacher_subjects{
	position: absolute;
	left: 70px;
	width: 90px;
	bottom: 5px;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
}

.office_hour {margin-left: 15px;}
.usersTeachers label {font-size: 1.0em;}
.usersTeachers .image_helper_box  label {font-size: 0.8em;}
