@charset "utf-8";

body {
	background-image: url(hintergrund.jpg);
	background-position: center top;
	font-family: Merienda, Arial, sans-serif;
	font-size: 100%;
	color: #666;
	text-align:center;
}

#container {
	width: 870px;
	margin: 50px auto 0px auto;
}


#tuer_links {
	background-image: url(tuer_links.png);
	background-repeat: no-repeat;
	background-position: 25px 80px;
	width: 435px;
	height: 690px;
	float: left;
	position: relative;
}


#tuer_rechts {
	background-image: url(tuer_rechts.png);
	background-repeat: no-repeat;
	background-position: 45px 60px;
	width: 435px;
	height: 690px;	
	float: left;

}

h1 {
	font-size: 2.0rem;
	margin-bottom: 0px;
}

p {
	font-size: 1.2rem;
	margin-top: 0.4rem;
}