/* @override http://hendrik-runtes-imac.local/~hendrik/Granus/studio-bergischland.de/studiobergischland.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffefdd url(Images/header.bg.gif) repeat-x 0 0;
	text-align: center;
	color: black;
	font: 62.5% "PT Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#container {
	position: relative;
	width: 800px;
	height: 1035px;
	margin: 0 auto;	
}

h1 {
	position: relative;
	width: 800px;
	height: 1035px;
	overflow: hidden;
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
}

h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(Images/studiobergischland_beendet.jpg) no-repeat 0 0;
}

p {
	position: absolute;
	top: 380px;
	left: 244px;
	text-align: left;
	width: 360px;
	color: #878785;
	line-height: 140%;
	font-size: 1.6em;
	text-shadow: rgba(0,0,0,0.3) 0 2px 3px;
}

em {
	color: #0a605d;
	font-weight: normal;
	font-style: normal;
}

p span {
	font-size: 0.8em;
}