html,body{margin:0;padding:0}

body
	{
	margin:0 auto;
	padding:0;
	background:url(../bilder/vorschaltseite-background.jpg);
	background-color:#b29e7d;
	font-size: 11px;
	font-family: arial;
	color: #ffffff;
	}
	
div#center
	{
	margin:0 auto;
	padding:0;
	width: 900px;
	}
	
div#head
	{
	width: 900px;
	height: 113px;
	background-image:url(../bilder/vorschaltseite-head.jpg);
	float: right;
	text-align: center;
	}
	
#head p
	{
	margin-top: 92px;
	margin-bottom: 0px;
	}
	
div#buchLinks
	{
	width: 450px;
	height: 549px;
	background-image:url(../bilder/vorschaltseite-background-buch-links.jpg);
	float: left;
	text-align: right;
	}

div#buchRechts
	{
	width: 450px;
	height: 549px;
	background-image:url(../bilder/vorschaltseite-background-buch-rechts.jpg);
	float: right;
	}
	
div#footer

	{
	width: 900px;
	text-align: center;
	clear: both;
	float: left;
	margin-top: -55px;
	color: #513e11;
	font-size: 13px;
	}
	
h1
	{
	font-size: 15px;
	color: #1e1603;
	margin-bottom: 10px;
	}
	
p
	{
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
a
	{
	color: #ba0107;
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}
