body
{
	background-image: url('banner2.png');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #f6f4bd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
{
	text-decoration: none;
	color: #3B4C15;
	font-weight: bold;
}
a:hover
{
	color: #F4F571;
}
#navigation
{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #acd25d;
}
#navigation a
{
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
}

h1
{
	/*background-color: #C5DF8B;*/
	border-bottom: 1px solid #acd25d;
	color: #3B4C15;
	font-size: 18px;
}
h2
{
	/*background-color: #D2BC5B;*/
	border-bottom: 1px solid #acd25d;
	color: #3B4C15;
	font-size: 16px;
}
p
{	
	margin-left: 1em;
}
#inhalt
{
	margin-left: 2em;
}
#oeffnungszeiten_tabelle
{
	
	border-collapse: collapse;
}
#oeffnungszeiten_tabelle td
{
	padding: 3px;
}
#oeffnungszeiten_tabelle .header
{
	border-bottom: 1px solid #acd25d;
	font-weight: bold;
	text-align: center;
}
#oeffnungszeiten_tabelle .header_links
{
	border-right: 1px solid #acd25d;
	font-weight: bold;
}
#oeffnungszeiten_tabelle .header_combo
{
	border-right: 1px solid #acd25d;
	border-bottom: 1px solid #acd25d;
	font-weight: bold;
}