/*Spezielle Angaben*/

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

#picture_head {
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
	background: url(picture_head.jpg);
	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;
}

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;
}