@charset "utf-8";
/* CSS Document */
/*ProjekteCSS*/
.ContentProjekte {
	height: 537px;
	width: 874px;
	margin-bottom: 6px;
}
.ContentProjekteMenue {
	width: 874px;
	margin-right: 6px;
	float: left;
}
.ContentProjekte_Row {
	height: 175px;
	margin-bottom: 6px;
}

.ContentProjekteMenue .ContentProjekte_Row h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #31323A;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 115px;
	padding-top: 60px;
}
.ContentProjekteMenue .ContentProjekte_Row h2:hover {
	color: transparent;
}

.ContentProjekte_Box {
	width: 214px;
	float: left;
	margin-right: 6px;
	background-repeat: no-repeat;
}
	.ContentProjekte_Box:hover {
	background-position: 0px -175px;
	}
