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

html{
	 /* Mozilla-Scrollbar */
	overflow-y: scroll;
	background-image: url(bilder/background_1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #333333;
	background-color: #ffffff;
}

body{
	position: relative;
	width: 540px;
	margin: 0 auto 0 auto;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

div#website{
	position: relative;
	width: 540px;
	overflow:hidden;
	text-align: left;
	padding:80px 0 0 0;
}

div#content{
	padding:7px 10px 15px 10px;
	color: #333333;
	background-color: #ffffff;
}


/* ############################################################ */
/* #### Allgemeine Formatierungen (Schriften, Listen,... ) #### */

html, body, table, th, td, div{
	font-size: 11px;
	line-height:18px;
	font-family: arial, verdana, helvetica, lucida, sans-serif;
}

p{
	margin:0;
}

div#content a{
	color:#B49F76;
	background-color:inherit;
}

h1{
	margin:10px 0 10px 0;
	font-size:20px;
	line-height:30px;
	color:#D6C198;
	background-color:#ffffff;
	padding-left:10px;
}

img{
	border:none;
}

div#content img{
	margin: 5px 0 5px 0;
}


/* ############################################################ */
/* #### Navigation ############################################ */

div#navigation{
	color:#333333;
	background-color:#ffffff;
	height:70px;
}
div#navigation div{
	width:77px;
	overflow:hidden;
	display:block;
	float:left;
	margin: 0;
	padding:0 0 0 0;
}


/* ############################################################ */
/* #### Buch-Tipps ############################################ */

div.cover{
	float:left;
	width:211px;
	overflow:hidden;
}

div.description{
	float:right;
	width:299px;
	overflow:hidden;
}

div.clearer{
	clear:both;
	height:1px;
	overflow:hidden;
}