body {
	font-family: 'Archivo Narrow', sans-serif;
	font-size:16px;
	font-weight: 400;
	color: #333333;
	margin: 0px;
	background-color: #D9D9D9;
}

.bold {
	font-weight:700;
}

a {
	color: #333333;
	text-decoration: none;
}

a:focus {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #333333;
	font-weight: 700;
}

a:active {
	color: #000000;
}

.header_text {
	margin: 10px 0px 0px 40px;
	font-size:24px;
	font-weight: 700;
}

.footer_text {
	margin: 3px 0px 0px 40px;
	font-weight: 700;
}

.menu_spacer {
	position: fixed;
	top: 40px;
	z-index: 5;
	width: 100%;
	height: 5px;
	background-color: #D9D9D9;
}

.menu {
	position: fixed;
	top: 45px;
	z-index: 10;
	width: 100%;
	background-color: #C4CA9D;
	border: solid black;
	border-width: 1px 0px 1px 0px;
	padding: 4px;
	padding-left: 40px;
}

.menu_entry {
	float: left;
	margin: 0px 10px 0px 0px;
}

.content_spacer {
	width: 100%;
	height: 70px;
}

.content {
	width: 100% - 20px;
	z-index: 0;
	margin: 20px;
}

.employer {
	border: 1px solid black;
	margin: 20px 0px 0px 0px;
	background-color: #C4CA9D;	
}

.employer .headline {
	margin: 0px;
	background-color: green;
	border: solid black;
	border-width: 0px 0px 1px 0px;
}

.project {
	display: table;
	border-collapse:collapse;
}

.project .general {
	display: table-cell;
	padding: 10px;
	width: 200px;
}

.project .details {
	display: table-cell;
	padding: 10px;
	border: solid black;
	border-width: 0px 0px 0px 1px;
}

.project .cell {
	padding: 10px 0px 0px 0px;
}

