/* Table Styles */
.tx-icjobs-pi1{
  clear:left;
}

table#stellen {
	margin: 12px 0px;
	font-size: 12px;
  border-collapse: collapse;
	border-spacing: 0px;
	width:600px;
}	
table p {
	padding: 0px;
	margin: 0px;
}
table#stellen td, table#stellen th {
	padding: 8px 5px;
}
table#stellen th {
	background-color:#044899;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	border: 1px solid #CCCCCC;
}
table#stellen td {
	border: 1px solid #CCCCCC;
}
table#stellen tr.odd {
	background-color: #F8F8F8;
	color: #333;
}
table#stellen tr.even {
	background-color: #ECECEC;
	color: #333;
}
table#stellen tbody tr:hover {
	color: #333333;
	background-color: #CCCCCC;
}
table#stellen tbody a {
	font-weight: bold;
	color: #044899;
}

