@CHARSET "UTF-8";

/* - - - - - - - - - - - CSS Styles for Employees  - - - - - - - - - - - - - - - */

.comtool-employee-overview-item, .comtool-employee-detail-item{
	clear:both;
	position:relative;
	margin:2em 0em 1em 0em;
	padding:0;
	/*height:120px;*/
	height:150px;
}

.comtool-employee-detail-item{
	height:230px;
}

.comtool-employee-overview-item h4{
	margin: 1px 0px 1em 0px;
}

.comtool-employee-overview-item .image {
	float: left;
}

.comtool-employee-overview-item .image img, .comtool-employee-detail-item .image img{
	border:1px solid #666;
	padding:1px;
	background:#eee;
}

.comtool-employee-overview-item .image_content, .comtool-employee-detail-item .image_content{
	position:absolute;
	bottom:0;
	margin: 0px 0px 0px 270px;
}

*+html .comtool-employee-overview-item .image_content,
*+html .comtool-employee-detail-item .image_content{
	position:absolute;
    bottom:0;
    margin: 0px 0px 0px 20px;
}

.comtool-employee-detail-item .image_content{
	margin: 0px 0px 0px 180px;
}


.comtool-employee-overview-item .label, .comtool-employee-detail-item .label{
	width: 5em;
	float: left;
}





/* - - - - - - - - - - - CSS Styles for Application-Form  - - - - - - - - - - - - - - - */

.comtool-application-form fieldset{
	margin:0em 0em 2em 0em;
}

