/* 1.0 | hannes | 2005-01-17 | hotelmignon.com */

body { background: url(body_bg0.gif) repeat-y; }

/* LAYOUT GRUNDGERÜST */

td#maincontainer {
	width: 739px; /* 738 px +1px weisser rand => hintergrundbild */
	padding-top: 220px;
	height: 500px; /* Mindesthöhe */
}
td#showcase { 
	background: url(showcase.jpg) no-repeat left top;  
	color: #E2ECD4;
	font-weight: normal;
	text-align: left;
	width: 312px;
	padding: 10px;
}
td#showcase a { 
	color: #E2ECD4;
	font-weight: bold;
	text-decoration: none;
}
td#showcase a:hover { 
	color: #BDCDB2;
}
/* STANDART ELEMENTE */
td#menu {
	background: none;
	font-weight: normal;
	width: 200px;
	color: #4D9050;
	margin: 0;
	padding-left: 15px;
}
td#content {
	background: none;
	padding: 0 20px;
	width: 539px;
	line-height: 140%;
}
div#sitemap  {
	padding-bottom: 20px;
	font: 10px Arial, Helvetica, sans-serif;
}
div#sitemap a {
	font-weight: normal;
	text-decoration: none;
}
td#content h1 {
	font-size: 160%;
	margin-top: 0;
	font-weight: 500;
}
td#content h2 {
	font-size: 120%;
	margin-top: 0;
	font-weight: bold;
}
td#content h3 {
	font-size: 100%;
	font-weight: bold;
}
div#fusszeile {
	padding: 4px;
	margin: 0 0 4px 0;
	font-size: 70%;
	font: 10px Arial, Helvetica, sans-serif;
}
div#fusszeile a {
	font-weight: normal;
	text-decoration: none;
}
div#langselect {
	padding: 7px 0;
}
div#langselect img {
	border: 1px solid #FFF;
}
div#langselect a {
	margin-right: 7px;
}
div#seperator img {
	height: 1px; /* Platzhalter + Fixiert content */
	margin-right: 1px;
	margin-top: 20px;
}
div#adresse {
	height: 200px;
	padding-top: 10px;
}
/* MENÜ */
#menu ul {
	margin: 0 20px 0 0; /* 20 pixel fixieren Layout (Menü Tabellenbreite) */
	padding: 0;
	width: 180px;
	list-style: none;
	border-bottom: 1px solid #BDD4B3;
}
/* Level 0 */
#menu ul li a {
	border-top: 1px solid #BDD4B3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 0 4px 10px;
	margin: 0;
}
#menu ul li a:hover {
	background-color: #D3E3C6;
}
#menu ul ul {
	margin: 0;
	padding: 0;
	border-bottom: none!important;
}
/* Level 1 */
#menu ul ul li a {
	margin: 0;
	font-weight: normal;
	padding-left: 20px;
}
/* Level 2 */
#menu ul ul ul li a {
	padding-left: 35px;
	background: url(menu2000.gif) no-repeat left top;
}
/* Level 3 */
#menu ul ul ul ul li a {
	padding-left: 35px;
	font-size: 80%;
	background: none;
}

/* CLASS TABELLE */
.tabelle th {
	background-color: #CBE1BB;
	padding: 2px 4px;
}
.tabelle td {
	background-color: #D8E6CB;
	padding: 2px 4px;
}
.preis {
	text-align: right;
	white-space: nowrap;
}
#suedtirollogo img{
	padding-left: 42px;
	padding-top: 50px;
}
