/*Spezielle Angaben*/

#screenshots {
	position: relative;
	width: 960px;
	height: 30px;
	background-image: url(screenshots.jpg);
	background-repeat: no-repeat;
}

#concept_art {
	position: relative;
	width: 960px;
	height: 30px;
	background-image: url(concept_art.jpg);
	background-repeat: no-repeat;
	margin-top: 40px;
}

div.picture_row {
	position: relative;
	left: 20px;
	width: 920px;
	margin-top: 25px;
	margin-bottom: 25px;
}

div.picture_row a img {
	border: 1px solid #432303;
}

div.picture_row a:hover img {
	visibility: visible;
}

div.picture_row a:active img {
	visibility: visible;
}

div.picture_row a:focus img {
	visibility: visible;
}

.picture_row_headline {
	position: absolute;
	width: 100px;
	height: 200px;
}

.picture_row_1 {
	position: relative;
	left: 163px;
	top: 0px;
	width: 100px;
	height: 200px;
}

.picture_row_2 {
	position: absolute;
	left: 326px;
	top: 0px;
	width: 100px;
	height: 200px;
}

.picture_row_3 {
	position: absolute;
	left: 492px;
	top: 0px;
	width: 100px;
	height: 200px;
}

.picture_row_4 {
	position: absolute;
	left: 655px;
	top: 0px;
	width: 100px;
	height: 200px;
}

.picture_row_5 {
	position: absolute;
	left: 818px;
	top: 0px;
	width: 100px;
	height: 200px;
}

p.game_headline {
	font-size: 18px;
	margin-bottom: 20px;
}