@charset "utf-8";
/* CSS Document */

#content ul {
	padding-left: 10px;


}
#content ul li {
	list-style-image: none;
	display: inline;
	width: 285px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #08276A;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content ul li.gerade {
	width: 370px;
}

#content ul li.ungerade {
	width: 190px;
}

#content  p {
	margin-right: 121px;
}
.bar-preise {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #08276A;
}
.font-preise {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
