body{
	background: black;
	font-family: arial, halvetica, sans-serif;
	margin: 0px;
	color: #FF9900;
}
table{
	
}
.page		{text-align: center;}
.header		{width: 600px; margin: 0xp auto;}
.maria_bild	{margin: 0px;}
.maria_text	{margin: 10px 20px;}
.maria_border	{margin: 0px;}
.tbl_text	{
	padding: 5px 20px;
	text-align: justify;
	font-size: 14px;
	margin: 5px 0px;
	line-height: 22px;
}
.text_hd	{
	color: white;
	font-weight: bold;
	font-size: 22px;
	margin: 15px 0px 5px 0px;
	text-align: center;
	
}
.adresse{
	color: white;
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	background: #222222;
	width: 300px;
	border: 1px solid red;
	margin: 20px;
	padding: 5px 10px;
	text-align: center;
}
.time{
	color: red;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 10px 0px;
}

.menu {width: 500px; text-align: center;}
.menu ul {list-style: none; margin: 0px; padding: 0px;}
.menu ul li {display: inline;}
.menu ul li a {
	display: block; 
	float: left; 
	height: 17px; 
	background: red; 
	text-decoration: none;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 14px;
}
.menu ul li a:link, .menu ul li a:visited, .menu ul li a:active, .back:link, .back:active, .back:visited{
	color: white; 
}
.menu ul li a:hover, .back:hover {
	color: #FF9900;
	background: #cc0000;	
}
a.back{
	display: block; 
	height: 17px; 
	width: 200px;
	margin: 0px auto;
	background: red; 
	text-decoration: none;
	padding: 0px 20px;
	font-weight: bold;
	font-size: 14px;
}