* {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #352607;
}

	a:link {color:black; text-decoration:none; font-weight:bold}
	a:visited {color:black; text-decoration:none}
	a:active {color:#888888; text-decoration:none}
	a:hover {color:#888888; text-decoration:underline}

a img {
border:0px solid #62ca20;
}


body {
	background: #DCCBA9;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 20px;
}

p {
	margin: 0 0 10px 0;
}

ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 10px;
}

#main {
	background: #FAEACA;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -275px 0 0 -450px;
	padding: 0;
	width: 900px;
	height: 550px;
}

#links {
	float: left;
	width: 160px;
}

#content {
	float: left;
	width: 740px;
}

.buch {
	float: left;
	width: 128px;
	height: 154px;
	text-align: center;
	margin: 10px 0;
}

.image {
	margin: 0 10px;
	width: 333px;
	height: 299px;
	float: right;
}

