body {
  margin: 0;
  padding: 0;
  font-size: small;
  font-family: Verdana, Arial, sans-serif;
  background-color: #fff;
}

#termine {
  width: 486px;
  height: 74px;
  background-color: #fff;
}

#termine-header {
  float: left;
  width: 100%;
	font-size: 10px;
  font-weight: bold;
  color: #333;
	background-color: #e6dcbc;
}

#termine ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#termine li {
  margin: 0;
  padding: 3px 0;
  text-align: center;
	width: 97px;
	float: left;
	border-bottom: 1px solid #e6dcbc;
}

#termine-text {
	clear: both;
	padding: 6px 4px 0 113px;
	height: 74px;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  color: #333;
  backgrounds: url('../images/Background1.png') no-repeat top left;
}