/*
* {
	margin: 0px;
	padding: 0px;
	border: none;
}
*/

#stage .content{
	padding-right: 0px;
}

#stage .content #employees-container {
	width:100%;
}

#stage .content #employees-header {
	width:100%;
}

#stage .content #employees-header-left {
	float:left;
}

#stage .content #employees-header-right {
	float:right;
	margin: 0px 15px 0px 0px;
}

#stage .content #employees-content {
	width:100%;
}

#stage .content #employees-table {
	float:left;
}

#stage .content #employees-table table {
	width: 345px;
	margin: 0px 0px 0px 0px;
}

#stage .content #employees-table table td {
	padding: 5px 0px 5px 5px;
	color: #474f52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
}
#stage .content #employees-table table td a{
	color: #474f52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#stage .content #employees-table table th {
	padding: 3px 0px 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: auto;
}

#stage .content #employees-table-row-header {
	text-align: left;
	color: #ffffff;
	background-color: #636f07;
}

#stage .content .employees-table-row-odd {
	background-color: #eaeced;
}

#stage .content .employees-table-row-even {
	background-color: #ffffff;
}

#stage .content .employees-fotolayer {
	position: absolute;
	top: -20px;
	left: 25px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #3463b1;
	z-index: 9999;
}

#stage .content .employees-fotolayer-closebutton {
	position:absolute;
	top:0px;
	right:0px;
}

#stage .content .employees-numberlayer {
	position:absolute;
	top:-15px;
	left:38px;
	width:150px;
	height:16px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #3463b1;
	background-color:#ffffff;
	z-index:9999;
}

#stage .content .employees-numberlayer-closebutton {
	position:absolute;
	top:-4px;
	right:-4px;
}

#stage .content #employees-departments {
	float: right;
	width: 200px;
	background-color: #abb3b6;
}

#stage .content #employees-departments-text {
	/*margin: 10px 10px 10px 10px;*/
}

#stage .content #employees-departments-text h1 {
	color: #ffffff;
	margin: 20px 0 15px 20px;
}

#stage .content ul.abteilungen{
	margin-bottom: 20px;
	margin-left: 20px;
	width: 180px;
}

#stage .content ul.abteilungen li {
	display: inline-block;
	width: 180px;
	background-image: none;
	padding: 0;
}

#stage .content ul.abteilungen li a {
	color: #ffffff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-image: url("/fileadmin/web/images/abteilungen_list.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding:5px 0 5px 20px;
	width: 180px;
}

#stage .content ul.abteilungen li.active a {
	background-image: url("/fileadmin/web/images/abteilungen_list_active.gif");
	background-color: #ffffff;
	color:#636f07;
}

#stage .content .employees-clearer {
	clear:both;
}

#stage #employees-table #employees-singleitem{
	position: relative;
	display: inline-block;
	background-color: #eaeced;
	padding: 5px;
	width: 335px;
}

#stage #employees-table #employees-singleitem:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#stage #employees-table #employees-singleitem .text{
	margin: 20px 0 0 0;
}

#stage #employees-table #employees-singleitem .employees-image{
	float: left;
	margin-right: 20px;
	line-height: 0;
}

#stage #employees-table #employees-singleitem .mail{
	float: right;
	line-height: 0;
	margin: 20px 0 0 0;
	padding: 0;
}

#stage #employees-table #employees-singleitem h1{
	color: #636f07;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#stage #employees-table .backlink{
	margin-top: 20px;
}

#stage #employees-table a{
	color: #636f07;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}





