/*
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: 30px 0 0 0;
	background-image: url(/images/background.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
}

/* LINKS */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}

/* SEPCIALS */


#footer {
	font-family: "Times New Roman", Times, serif;
	/*Verdana, Arial, sans-serif;*/
	font-size: 9px;
	line-height:12px;
	color: #FFF;
}


#hotelinfo { 	/* Rollover Text Feld auf Homepage: index.php */
	width:452px;
	height:76px;
	padding: 20px;
	background-image:url(/images/lay-bg-hotel.gif);	
	position: relative;
	top: -160px;
	left: 30px;
	z-index:2;
	visibility: hidden;	
	color: #FFF;
	text-align: left;
}
#hotelimage { /* Foto auf Homepage: index.php */
	margin-top: 0;
	z-index:1;	
}
#content { /* Bringt iFrames und Inhalte in Position */
	padding: 10px;
}
#restaurant {
	text-align: left;
	padding: 0 0 0 20px; 
}
#restaurant h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;	
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}
#map {
	padding: 10px 0 0 30px; 
	text-align: left;
}
#map h1 {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;	
	margin-top: 20px;	
	margin-bottom: 20px;
	font-weight: normal;
}
#mapbottom {
	padding: 20px 0 0 30px;
	text-align: left;	
}
#mapinfo td {
	padding: 10px 0 0 15px;
}
/* IFRAMES */
#iframe {
	height: 488px;
	width: 530px;
	padding: 0;
	margin: 0;
	visibility: visible;
}
#iframeabout { /* Kleineres iFrame auf Über uns: about.php */
	height: 340px;
	width: 530px;
	padding: 0;
	margin: 0;
	visibility: visible;
}
#iframeresto { /* Kleineres iFrame auf Über uns: restaurant.php */
	height: 410px;
	width: 530px;
	padding: 0;
	margin: 0;
	visibility: visible;
}
/* NAVIGATION ABSTAENDE */
#mnzimmer {
	margin-top: 8px;
	margin-bottom: 16px;
}
#mnrestaurant {
	margin-bottom: 24px;
}
#mnreservation { 
	margin-bottom: 32px;
}
#mnspecials {
	margin-bottom: 40px;
}
#mnanreise {
	margin-bottom: 24px;
}
#mnabout {
	margin-bottom: 0px;
}

