/*html and css author: www.ennemedia.com*/

@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background: #d9cbe2 url(pic/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	
}
.oneColFixCtr #container {
	width: 760px;
	height: 376px;
	border: 3px solid #fff;
	padding: 2px;
	background: #d9cbe2 url(pic/perlwerkstatt.jpg) no-repeat center left;
	margin: 0 auto;
	margin-top: 100px;
	text-align: right;
}
.oneColFixCtr #mainContent {
	padding: 0px 40px;
	}


h1 {
	background: url(pic/h1.jpg);
	height: 77px;
	text-indent: -9999px;
	width: 353px;
	text-align: left;
	position: relative;
	left: 330px;
	margin: 10px 0 30px 0;
}	

h2 {
	margin: -22px 0px 40px 0px;
	color:#000;
	font-size: 1.9em;
	font-weight:normal;
}

h3 {
	color:#484b52;
	font-size: 1.35em;
	font-weight:normal;
}

p {
	font-size: 1em;
	color:#484b52;
}

a {
	color:#7c5893;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	color:#7c5893;
	text-decoration:underline;
	font-weight:bold;
}


