/******************************************/
/* Mitarbeiter
/******************************************/
div.employeeBox {
	float:left;
	text-align:center;
	width:33%;
}

h1.employee {
	font-size:13px;
	text-align:center;
	color:#838678;
	border-bottom:1px solid #838678;
	padding:0 0 5px 5px;
	margin:0px 0 7px 0;
}

/******************************************/
/* Referenzen
/******************************************/

div.screenthumb {
	width:117px;
	height:91px;
	border:1px solid #c6c3ce;
	float:left;
	margin:0 0 7px 5px;
}

div.screenthumb a {z-index:70;}

div.screenthumb a span.headline {
	font-size:11px;
	font-weight:bold;
	border:0;
	background:#000 none;
	color:#fff;
	position:relative;
	top:-91px;
	left:0;
	z-index:80;
	font-style:normal;
	filter:alpha(opacity=60) !important;
	opacity:0.6;
	padding:3px;
	margin:0;
	font-style:normal;
	width:111px;
	height:86px;
	display:none;
}
div.screenthumb a:hover,
div.screenthumb a:hover span.headline {
	display:block;
	text-decoration:none;
}

* html div.screenthumb {
	border:1px solid #C6C3CE;
}

* html div.screenthumb a:hover {
	padding:0;
	margin:0;
}

* html div.screenthumb a:hover span.headline {
	top:0px;
	padding:3px 3px 4px 3px;

}

* html div.screenthumb a:hover img {
	display:none;
	padding:0;
	margin:0;
}

*+ html div.screenthumb span.headline {
	filter:alpha(opacity=60) !important;
	top:-94px;
}

div.screenthumb img {

}
div.refScreen {
	margin:0 10px 10px 0;
	float:left;
}

div.refScreen img {
	margin:0 0 7px 0;
	border:1px solid #ccc;
}

span.produktgrau {
	color:#838678;
}

a.extern {
	background:url('/cachepics/link.gif');
	background-position:right;
	background-repeat:no-repeat;
	padding:0 14px 0 0;
}

