/*
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 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
	background-image: url(/images/lay_bg_specials_s.jpg);
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;	
	margin-bottom: 18px;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #993300;
	line-height: 18px;
	margin-bottom: -10px;	
	font-weight: normal;
}
.newsbox { /* Dunkler Hintergrund in specials_content.php */
	background-image: url(/images/lay_bg_specials_d.jpg);
	width: 454px;
	padding: 20px 3px 20px 3px;
	margin-bottom: 20px;
}
.date {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #993300;
	margin-top: 10px;
}

.error { /* Für Fehlermeldung in mail_content.php */
	color: #FF0000;
	font-weight: bold;
}

input, textarea { /* Für Textboxen in mail_content.php */
	width: 220px;
	margin-bottom: 10px;
}
/* LINKS */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
