/*
Client: Hotel Seegarten
Concept and Creation: Jung von Matt/Limmat frontend
Date of creation: 06/2004
Copyright on Code and Design: (c) 2004 by Jung von Matt/Limmat frontend
*/
body {
	margin: 20px 0 0 0;
	background-image: url(/images/lay_bg_specials_s.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
	text-align: left;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
	text-align: left;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;	
	margin-bottom: 20px;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #993300;
	font-weight: normal;
	margin-top: 24px;
	margin-bottom: -10px;
}
#article {
	padding: 0 0 0 20px;
	width: 460px
}
/* LINKS */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
