
* {
	margin: 0px;
	padding: 0px;
	border: none;
}

#employees-container {
	width:100%;
}

#employees-header {
	width:100%;
}

#employees-header-left {
	float:left;
}

#employees-header-right {
	float:right;
	margin: 0px 15px 0px 0px;
}

#employees-content {
	width:100%;
}

#employees-table {
	float:left;
}

#employees-table table {
	width:580px;
	max-width:580px;
	margin: 0px 0px 0px 0px;
}

#employees-table table td {
	padding: 5px 0px 5px 2px;
}

#employees-table table th {
	padding: 3px 0px 3px 2px;
}

#employees-table-row-header {
	text-align:left;
	color:#ffffff;
	background-color:#3463b1;
}

.employees-table-row-odd {
	background-color:#d4dde4;
}

.employees-table-row-even {
	background-color:#e6ebef;
}

.employees-fotolayer {
	position:absolute;
	top:-20px;
	left:25px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #3463b1;
	z-index:9999;
}

.employees-fotolayer-closebutton {
	position:absolute;
	top:0px;
	right:0px;
}

.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;
}

.employees-numberlayer-closebutton {
	position:absolute;
	top:-4px;
	right:-4px;
}

#employees-departments {
	float:right;
	width:180px;
	margin: 0px 0px 0px 0px;
	background-color:#ffffff;
	padding:0px;
}

#department-foto {
	margin-top:0px;
	margin-bottom:5px;
}


#employees-departments-text {
	margin: 10px 10px 10px 10px;
}

#employees-departments-text h1 {
	margin: 0px 0px 0px 20px;
}

#employees-departments-text ul {
	margin: 0px 0px 0px 0px;
}

#employees-departments-text li {
	margin: 5px 0px 5px 0px;
}

.employees-departments-item {
	list-style-image:url(./img/department_icon.gif);
}

.employees-departments-item a {
	color:#3463b5;
	text-decoration:none;
}

.employees-departments-item-act {
	list-style-image:url(./img/department_icon_act.gif);
}

.employees-departments-item-act a {
	color:#9ab5e2;
	text-decoration:underline;
}

.employees-clearer {
	clear:both;
}
