/* 1.0 | hannes | 2006-04-20 | hotel-meran.it */

body { margin: 0; padding: 0; }
h1 { font-size: 22px; font-weight: 500; }
h2 { font-size: 16px; }
h3 { font-size: 12px; }


/* HEADER */
#header {
	height: 90px;
	overflow: hidden;
	background: url(/grafik/header_bg.jpg) repeat-x;
}
#header h1 {
	color: #FFF;
	margin: 35px 0 0 20px;
}
#header img { float: right; }
#header a { text-decoration: none; color: #FFF; }
#header a:hover { text-decoration: underline; }

/* CONTENT */
#content { 
	padding: 20px;
	width: 760px;
}

/* FOODER */
#fooder { 
	font-size: 10px;
	clear: both;
	margin-top: 1em;
	padding: 4px;
}
#fooder a { text-decoration: none; }
#fooder a:hover { text-decoration: underline; }


/* KLASSEN */
.tdadresse { padding: 5px 10px 0 10px; }
.tdpreis { vertical-align: middle; }
.email { text-decoration: none; }
a.email:hover { text-decoration: underline; }
.gallery img { margin: 2px; }