/*Spezielle Angaben*/

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

#picture_head {
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
	background: url(picture_head.jpg);
	background-repeat: no-repeat;
}

#logo_aarena {
	width: 200px;
	height: 42px;
	margin-bottom: 5px;
	background: url(logo_aarena.gif);
	background-repeat: no-repeat;
}

#logo_afuture {
	width: 100px;
	height: 46px;
	margin-bottom: 5px;
	background: url(logo_afuture.gif);
	background-repeat: no-repeat;
}

#logo_aplus {
	width: 200px;
	height: 38px;
	margin-bottom: 5px;
	background: url(logo_aplus.gif);
	background-repeat: no-repeat;
}

#pmleft {
	position: absolute;
}

#htright {
	position: relative;
	left: 220px;
	width: 450px;
}

p.proj_headline {
	margin-top: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #432303;
}

p.proj_headline:first-letter {
	font-size: 28px;
}

a.proj_subline {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}

.picture_text_right {
	float: right;
	width: 100px;
	height: 200px;
	margin: 10px 0px 10px 20px;
}

.picture_text_right:hover img {
	visibility: visible;
}

.picture_text_right:active img {
	visibility: visible;
}

.picture_text_right:focus img {
	visibility: visible;
}

.picture_text_left {
	float: left;
	width: 100px;
	height: 200px;
	margin: 10px 20px 10px 0px;
}

.picture_text_left:hover img {
	visibility: visible;
}

.picture_text_left:active img {
	visibility: visible;
}

.picture_text_left:focus img {
	visibility: visible;
}

p.box_head {
	font-weight: bold;
}

p.box_white {
	margin: 5px 0px 20px;
	padding: 2px 6px;
	background-color: #FCFCFC;
}

p.box_white a {
	display: inline;
}