body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
}
h1 {
	font-size: 16px;
	color: #4D3255;
	background: transparent url(titel.jpg) no-repeat;
	height: 40px;
}
div {
	color: #493a27;
	background-color: #fff;
	text-align: justify
}
#container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -50px;
	padding: 0;
	text-align: left;
}
#content {
	width: 530px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
#content a {
	text-decoration: none;
	color: #3b296a;
}
#content a:hover {
	color: #672238;
}
#menu {
	float: right;
	width: 150px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #3b296a;
}
#menu a {
	text-decoration: none;
	color: #3b296a;
}
#menu a:hover {
	color: #672238;
}
#image {
	border: 1px;
}
.comment {
	font-size: 12px;
}
.blue {
	color: #00008B;
	width: 400px;
}