body, html
{
	margin: 0px 0px;
	padding: 0px 0px;
	background-image: url(../Bilder/layout_1_orig_01.jpg);
	background-repeat: repeat-x;
	background-color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}
.container
{
	margin: 0px auto;
	padding: 0px 0px;
	width:587px;
	height: auto;
	position: relative;
}
.header
{
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	width: 587px;
	height: 167px;
	background-image: url(../Bilder/layout_1_orig_03.jpg);
	background-repeat: no-repeat;
}
.menu
{
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	width: 587px;
	height: 25px;
	background-repeat: no-repeat;
}
.content_bg
{	
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	background-image: url(../Bilder/layout_1_orig_06.jpg);
	background-repeat: repeat-y;
	width: 587px;
	height: 534px;
}
.content
{
	margin: 0px auto;
	padding: 0px 5px;
	position: relative;
	top: 5px;
	width: 550px;
	height: 524px;
	overflow: auto;
	text-align: left;
}
.footer
{
	margin:0px auto;
	padding:10px 0px;
	position: relative;
	width: 587px;
	height: 43px;
	background-image: url(../Bilder/layout_1_orig_07.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
}
a:link {
	color: #591A22;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #591A22;
}
a:hover {
	text-decoration: none;
	color: #591A22;
}
a:active {
	text-decoration: underline;
	color: #591A22;
}
.oeffnungszeiten
{
	margin: 10px 0px;
	padding: 0px 5px;
	position: relative;
	width: 220px;
	height: 313px;
	float: right;
}
.ueberschrift
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #591A22;
	font-weight: bold;
	font-style: italic;
}
.preise
{
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	position: relative;
	right: 10px;
	top:-10px;
	border-bottom: 1px dotted #591A22;
}
hr
{
   margin: 10px 0px 10px 0px;
	border: 0;
	border-top: #591A22 1px dotted; 
	height: 1px;
	width: 100%;
}