/* CSS Document */

/* Navigation durch die Angestellten: */
.angestellte {
	background-color: #E9E9E9;
	color: #DB2925;
	
	clear: both;
	
	min-width: 576px;
	height: 40px;
	line-height: 40px;
	
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-right: 20px;
	
	display:inline-block;
}

.button-angestellte {
	color: #DB2925;
	
	text-align: center;
	text-decoration: none;
	display: inline-block;
	
	width: 150px;
	height: 40px;
	line-height: 40px;
}

.button-angestellte:hover {
	background-color: #DB2925;
	color: #000000;
}

.add {
	background-image: url(../images/add.jpg);
	background-repeat: no-repeat;
	background-position: center;
		
	display: inline-block;
	
	width: 20px;
	height: 20px;
}

.add:hover {
	background-image: url(../images/add_hover.jpg);
}

.mail-link {
	color: #DB2925;
	text-decoration: none;
}

.mail-link:hover {
	color: #000000;
}

.angestellter-name {
	background-repeat: no-repeat;
	background-position: left middle;
	
	clear: both;
	
	height: 150px;
	
	margin-top: 20px;
	padding-top: 40px;
	margin-left: 40px;
	padding-left: 180px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-right: 20px;
}

.angestellter-link {
	background-repeat: no-repeat;
	background-position: center;
	
	clear: both;
	
	height: 200px;
	min-width: 160px;
	
	opacity: 0.5;
    -moz-opacity: 0.5;
	
	display:inline-block;
}

.angestellter-link:hover {
	opacity: 1;
    -moz-opacity: 1;
}

.angestellter-beschreibung {
	color:#000000;
	white-space: normal;
	text-align:justify;
	
	margin-left: 40px;
	
	width: 565px;
		
	clear:both;
}

.lebenslauf {
	clear: both;
	
	width: 576px;
	line-height: 20px;
	
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 20px;
}

.year {

	width: 80px;
	vertical-align: top;
	text-align: right;
}

.lebenslauf-content {
	width: 496px;
	text-align: justify;
	vertical-align: top;
}