.typography h2 {
	display: block;
	text-align: center;
	/*text-transform: uppercase;*/
	background: #d9d9d9;
	padding: 0.25em;
	font-weight:normal;
	color:#111;
	font-size: 1.7em;
	margin-bottom: 0.5em;
}
.typography em.title {
	margin: 0 0 1em 0;
	text-decoration: underline;
}
.typography p.title{
        margin: 0 0 1em 0;
	text-decoration: underline;
}
.typography p {
	margin: 0 0 1.5em 0;
}
.typography dl.termine {
	margin: 1.5em 0;
}
.typography dl.termine  dt{
	width: 75px;
	display: block;
	float: left;
	clear: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.typography dl.termine  dd {
	display: block;	
	font-weight: normal;
	margin: 0 0 0 128px;
	padding: 0;
}
.typography .span-5 dl.termine  dd {
        width: 95px;
        margin: 0 0 0 77px;
}
.typography .lineright {
	min-height: 110px;
	border-right: 1px solid #ccc;
}

.typography dl.termine.big  dt{
    width: 125px;
}
.typography dl.termine.big  dd{
    
}
