table.main{
	background-image	: url(../pic/main_bg.png);
	table-layout		: fixed;
	background-repeat	: no-repeat;
	vertical-align		: top;}

table.big{
	vertical-align		: top;}

table.address{
	vertical-align		: top;}

img.up{
	vertical-align		: top;}

td.aleft{
	background-image	: url(../pic/al.png);
	background-repeat	: repeat;
	table-layout		: fixed;
	empty-cells			: show;}	
	
p.headline{
	font-size			: 30px;
	color				: green; 
	margin-top			: 30px; 
	margin-left			: 190px; 
	margin-right		: 30px; 
	font-style			: normal;
	font-weight			: bold;}
	
p.bigtext{
	font-size			: 20px;
	color				: black; 
	margin-top			: 10px; 
	margin-left			: 10px; 
	margin-right		: 10px; 
	font-style			: normal;
	font-weight			: bold;}
	
p.normal{
	font-size			: 20px;
	color				: black; 
	margin-top			: 50px; 
	margin-left			: 10px; 
	margin-right		: 10px; 
	font-style			: normal;
	font-weight			: normal;}
	
p.price{
	font-size			: 20px;
	color				: red; 
	margin-top			: 0px; 
	margin-left			: 10px; 
	margin-right		: 10px; 
	font-style			: normal;
	font-weight			: normal;}
	
p.name{
	font-size			: 30px;
	color				: black; 
	margin-top			: 0px; 
	margin-left			: 10px; 
	margin-right		: 10px; 
	font-style			: normal;
	font-weight			: bold;}
	
p.address{
	font-size			: 20px;
	color				: black; 
	margin-top			: 10px; 
	margin-left			: 5px; 
	margin-right		: 5px; 
	font-style			: italic;
	font-weight			: normal;}
	
p.map{
	font-size			: 20px;
	color				: red; 
	margin-top			: 10px; 
	margin-left			: 25px; 
	margin-right		: 5px; 
	font-style			: normal;
	font-weight			: bold;}
	
a.link{
	color				: navy;
	text-decoration		: none;
	font-size			: 20px;
	margin-top			: 10px; 
	margin-left			: 25px; 
	margin-right		: 5px; 
	font-style			: normal;
	font-weight			: bold;}
	
a.address{
	color				: navy;
	text-decoration		: none;
	font-weight			: normal;
	font-size			: 20px;
	margin-top			: 10px; 
	margin-left			: 0px; 
	margin-right		: 0px; 
	font-style			: normal;}
	
a:hover.link{
	color				: red;
	text-decoration		: underline; }	
	
a:hover.address{
	color				: red;}	
	
img.picture{
	text-align				: center;
}

b.price{
	color				: green;
}

