/* Gremien
==================*/
#content section.gremien {
	position:relative;
	margin-bottom:24px;
}
#content section.gremien a {
	position:absolute;
	height:39%;
	text-decoration:none;
}
#content section.gremien a:hover {
	text-decoration:none;
	border-bottom:0;
}
#content section.gremien a.praesidium {
	top:0;
	left:0;
	width:24.6%;
}
#content section.gremien a.vorstand {
	top:0;
	left:37.5%;
	width:24.6%;
}
#content section.gremien a.kuratorium {
	top:0;
	right:0;
	width:24.6%;
}
#content section.gremien a.mitgliederversammlung {
	bottom:0;
	left:0;
	width:99.8%;
}