.projekt_overview_header {
	font-family: 'Old Standard TT';
	font-size: 31px;
	margin: 0 auto 1em auto;
	max-width: 70em;
	text-align: center;	
}

.projekt_detail {
	border: 1px solid blue;
	margin: 0 auto 3em auto;
	max-width: 70em;
}

.projekt_detail_duration {
	float: left;
	position: relative;
	top: 6em;
}

.projekt_detail_von,
.projekt_detail_bis {
	margin: 0px;
	text-align: center;
	width: 8em;
}

.projekt_detail_text {
	border-left: 1px solid blue;
	border-top: 1px solid #fff;
	margin-left: 8em;
}

.projekt_detail_short {
	border-bottom: 1px solid blue;
	font-weight: bold;
}

.projekt_detail_desc {
	border-bottom: 1px solid blue;

}

.projekt_detail_company {
	border-bottom: 1px solid blue;

}

.projekt_detail_skill {
	
}

.projekt_detail_short p, 
.projekt_detail_desc p,
.projekt_detail_company p, 
.projekt_detail_skill  {
	padding: 0.5em;
},
