/*--------------------------workers.php------------------------*/

.workers{
	border: 0px solid red;
	width: 380px;
}

#workersLeft{
	border: 0px solid red;
	width: 150px;
	height: 300px;
	padding-left: 80px;
	margin-top: 0px;
	float:left;
}

#workersRight{
	border: 0px solid red;
	width: 160px;
	margin-top: 0px;
	height: 300px;
	float:left;
	margin-left: 0px;
}

#banner,#bannerA{
	width: 700px;
	height: 90px;
	top: 270px;
	position : absolute;
	border: 1px dashed gray;
	left: 78px;
	background: url(../images/workers.gif) left repeat-x;
}

#bannerA{
	width: 399px;
	height: 90px;
	left: 230px;
	top: 100px;
}

#whoDesc,#whoDescA{
	border: 0px solid red;
	width: 400px;
	margin-top: 20px;
	float:left;
}

#whoDescA{
	height:280px;
	text-align: center;
	font-size:24px;
	text-decoration: underline;
}

#nameWorker{
	border: 0px solid red;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

ul.workers{
	list-style-image: url(../images/spades.gif);
	font-size: 18px;
}

a.steffi,a.max,a.heiko,a.tom{
	border: 0px solid green;
	width: 157px;
	height: 50px;
}

a.steffi{
	background: url(../images/workers/steffi.gif) left no-repeat;
	position: absolute;
	margin-top: 150px;
}

a.steffi:hover{
	background: url(../images/workers_h/steffi_h.gif) left no-repeat;
}

a.heiko{
	background: url(../images/workers/heiko.gif) right no-repeat;
	position: absolute;
	margin-top: 150px;
}

a.heiko:hover{
	background: url(../images/workers_h/heiko_h.gif) right no-repeat;
}

a.max{
	background: url(../images/workers/max.gif) right no-repeat;
	position: absolute;
	margin-top: 50px;
}

a.max:hover{
	background: url(../images/workers_h/max_h.gif) right no-repeat;
}


a.tom{
	background: url(../images/workers/tom.gif) left no-repeat;
	position: absolute;
	margin-top: 50px;
}

a.tom:hover{
	background: url(../images/workers_h/tom_h.gif) left no-repeat;
}


