/*Spezielle Angaben*/

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

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

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

div.projects_left {
	position: absolute;
	width: 450px;
	height: 230px;
}

div.projects_right {
	position: relative;
	left: 470px;
	width: 450px;
	height: 230px;
}

.proj_picture {
	position: absolute;
	width: 100px;
	height: 200px;
	margin: 0px;
	background-repeat: no-repeat;
}

.proj_headline {
	position: relative;
	top: -8px;
	left: 120px;
	font-size: 18px;
	color: #631313;
	display: inline;
	font-weight: bold;
}

.proj_text {
	position: relative;
	top: -5px;
	left: 120px;
	width: 310px;
}

#picture_splitter {
	background-image: url(proj_splitter.jpg);
}

#picture_crossfire2 {
	background-image: url(proj_crossfire2.jpg);
}

#picture_crossfire {
	background-image: url(proj_crossfire.jpg);
}

#picture_voxelrace {
	background-image: url(proj_voxelrace.jpg);
}

#picture_yatag {
	background-image: url(proj_yatag.jpg);
}