td, body, h1 {
	font-family: "Courier New", Courier, mono;
	color: #6A4D44;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}
body {
	text-align: center;
}

a {	
	text-decoration: none;
	color : #6A4D44;
}

a:hover{
	color:#481C1A;
	font-weight: normal;
}


#body {
	text-align: left;
	width: 700px;
	margin: auto;
	overflow: hidden;
	margin-top: 100px;
}
#header {
	padding-top: 20px;
	height: 100px;
	text-align: left;
}
#header a:hover, #content a:hover {
	color: #481C1A;
}
#content {
}
#content a {
	font-weight: normal;
	color: #6A4D44;
	text-decoration: none;
	text-align: left;
}
#text {
	float: left;
	margin-top: 10px;
	width: 440px;
	text-align: left;
}
#container_right {
	float: right;
	margin-top: 10px;
	width: 250px;
	text-align: left;
}
#footer {
	padding-top: 60px;
	width: 700px;
	background-repeat: no-repeat;
	clear: both;
	text-align: left;
}
#length_keeper {
	height: 400px;
}
.book_description {
	float: right;
	width: 420px;
}
/*Formatierungen von Textelementen, Bilder u.ä.*/
.smallbraun {
	color: #6A4D44;
}
.underline {
	text-decoration: underline;
}
/*html-elememte*/
h1 {
	font-weight: normal;
	text-align: left;
}
