#fakrat {
	background-color: #e7e9ea;
	width: 100%;
	height: 60px;
	border-radius: 8px;
}

#fakrat:hover {
	background-color: #c3c4c5;
}

#dekanat_lang {
  	background-color: #6e9022;
  	width: 90%;
  	height: 40px;
  	border-radius: 8px;
  	margin: 0px auto;
  	margin-top: 30px;
}

#dekanat_lang:hover {
  	background-color: #63821f;
}


#dekanat_kurz_links {
  	background-color: #6e9022;
  	float: left;
	width: 38%;
  	height: 40px;
  	border-radius: 8px;
  	margin-top: 10px;
}

#dekanat_kurz_links:hover {
  	background-color: #63821f;
}


#dekanat_kurz_rechts {
  	background-color: #6e9022;
  	float: right;
	width: 38%;
  	height: 40px;
  	border-radius: 8px;
  	margin-top: 10px;
}

#dekanat_kurz_rechts:hover {
  	background-color: #63821f;
}


#vertretungen {	
  	background-color: #6e9022;
  	float: right;
	width: 90%;
  	height: 60px;
  	border-radius: 8px;
	margin: 0px auto;
}

#vertretungen:hover {
  	background-color: #63821f;
}

#text {
	text-align: center;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: bold;
}
	
