.galStartImage {
	width: 750px;
	height: 250px;
}

.galStartDiabox {
	float: left;
	width: 220px;
	height: 125px;
	margin-right: 10px;
	background-color: #ECE8E0;
	padding: 10px 10px 10px 10px;
}
.galStartDiabox a {
	text-decoration: none;
}

.galStartDiaHeadline {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.galStartDiaDesc {
  margin-top: 5px;
}

.galThumbContainer {
	float: left;
  width: 340px;
  height: 390px;
}

.galThumbbox {
	float: left;
  width: 95px;
  height: 80px;
  margin-right: 7px;
  margin-bottom: 7px;
  background-color: #ECE8E0;
}

.galPicContainer {
	float: left;
  width: 400px;
  height: 390px;
  background-color: #ECE8E0;
}

.galPageContainer {
  clear: both;
  float: left;
  width: 740px;
  height: 22px;
}

.galDescContainer {
  float: left;
  width: 340px;
  height: 22px;
}

.galDiaContainer {
  clear: both;
  float: left;
  width: 340px;
  height: 20px;
}

.galeCardContainer {
  float: left;
  width: 278px;
  height: 20px;
}

.galFullContainer {
  float: left;
  width: 70px;
  height: 22px;
}

a.startlink {
	text-decoration: underline;
	padding-top: 5px;
	display: block;
}