/*
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 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
	margin: 20px 0 0 20px;
	background-image: url(/images/lay_bg_specials_s.jpg);
}
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: 18px;
	color: #993300;
	line-height: 18px;
	font-weight: normal;
}
td, p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
}
.date {
	font-size: 11px;
	color: #993300;
}
#article {
	width: 460px;
	padding: 0;
}
input, textarea { /* Für Textboxen in mail_content.php */
	width: 220px;
	margin-bottom: 20px;
}
.error { /* Für Fehlermeldung in mail_content.php */
	color: #FF0000;
	font-weight: bold;
}
/* ABOUT ZWEISPALTIG */
#leftcol {
background-color:#00FF33;
	float: left;
	width: 210px;
	padding: 0;
}
#rightcol {
background-color:#CC0000;
	float: right;
	width: 210px;
	padding: 0;
}
/* LINKS */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
