html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#environment {
	margin: auto;
	width: 700px;
}

ul#navi {
	background: url(esstisch.jpg) left bottom no-repeat;
	padding-bottom: 110px;
	
	float: left;
	width: 150px;
	margin-right: 40px;
	margin-bottom: 20px;
}
div#content {
	display: block;
}
ul#navi li {
	color: #9A0000;
	font-weight: bold;
}

#content h1 {
	font-size: 16px;
}
#content h2 {
	font-size: 14px;
	margin: 2px;
	padding: 0;
}
#content p {
	margin: 2px;
	padding: 0;
	margin-bottom: 10px;
}
a.blue, .blue {
	clear: both;
	padding: 5px;
	background-color: #EAF2FB;
	border: 1px solid #000;
	margin: 5px;
	display: block;
}
#ebay a.blue {
	background: #EAF2FB url(ebay.gif) right top no-repeat;
	padding-right: 170px;
	height: 70px;
	width: 150px;
}
a.blue:hover, #ebay a.blue:hover, .blue:hover {
	background-color: #FFF6EE;
	text-decoration: none;
}