/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background: #58251D url(/grafik/body_bg.jpg) repeat-y center top;
	text-align: center;
	color: #742919;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

/* BASICS */
#maincontainer {
	width: 990px;
	background: #B2836B url(/grafik/maincontainer_bg.gif) no-repeat left top;
	margin: 0 auto;
	text-align: left;
}
/* BREITE */
#panoramabild table th { width: 750px; }
#panoramabild table td, #contentcontainer table td#showcase, #menucontainer { width: 240px; }

/* PANORAMABILD */
#panoramabild {
	background: url(/grafik/panoramabild/hotelpacher.jpg) no-repeat left top;
	width: inherit;
	z-index: 0;
}
#panoramabild table td { background: url(/grafik/panoramabild_right_bg_trans.png) no-repeat left bottom; }
#panoramabild table th {
	font-weight: normal;
	text-align: right;
}

/* LANGUAGE SELECT */
#languageselect {
	overflow: hidden;
	position: absolute;
	z-index: 100;
	right: 8px;
	top: 8px;
}
#menucontainer #logo { position: absolute; }
#languageselect, #languageselect a, #copyright, #copyright a {
	color: #D5BF9E;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#languageselect a { text-transform: uppercase; }
#languageselect a:hover, #copyright a:hover { text-decoration: underline; }

/* CONTENTCONTAINER */
#headline { margin-bottom: -10px; }
#contentcontainer { background: url(/grafik/contentcontainer_bg.gif) no-repeat center bottom; }
#contentcontainer table { min-height: 400px; }
#contentcontainer table table { min-height: auto; }
#contentcontainer #imagecontainer {
	width: 235px;
	text-align: center;
}
#contentcontainer #imagecontainer img {
	margin: 0 auto;
	padding: 15px;
	background: url(/grafik/imagecontainer_img_bg.jpg);
	clear: both;
}
#contentcontainer table td#content {
	padding: 20px 50px 50px 30px;
	color: #742919;
	line-height: 140%;
}
/* SHOWCASE */
#contentcontainer #showcase { background: #AA7B61 url(/grafik/showcase_bg.gif) no-repeat left bottom; } /*AC7A63*/
#contentcontainer #showcase dl, #contentcontainer #showcase dt, #contentcontainer #showcase dd {
	margin: 0;
	padding: 0;
}
#contentcontainer #showcase dl { background: transparent url(/grafik/showcase_bg_trans.png) no-repeat scroll left bottom; }
#contentcontainer #showcase dt { padding: 10px 0; }
#contentcontainer #showcase dd { padding: 0 15px 25px 20px; }
#contentcontainer #showcase dl dd div.link {
	font-weight: bold;
	text-align: right;
	margin-top: 1em;
	width: inherit;
}
#contentcontainer #showcase dl dd div.link a {
	text-decoration: none;
	background: url(/grafik/showcase_link_bg.gif) no-repeat right center;
	padding-right: 10px;
	text-transform: lowercase;
}
#contentcontainer #showcase dl dd div.link a:hover { text-decoration: underline; }

/* MENU */
#nav ul, #nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul { margin-top: -5px; z-index: 101; }
#nav ul li a {
	line-height: 24px;
	padding-left: 24px;
	background: url(/grafik/menu_bg_trans.gif) no-repeat left top;
	margin: 0;
	overflow: hidden;
	text-decoration: none;
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav { width: 240px; }
#nav li a {
	display: block;
	width: 240px;
	line-height: 30px;
	vertical-align: middle;
	padding: 2px 0;
}
#nav li a { background: url(/grafik/menu_ul.gif) no-repeat left top; }
#nav li a:hover, #nav li.activ a { background: url(/grafik/menu_ul_over.gif) no-repeat left top; }
#nav li.activ li a { background-image: none; }
#nav li { width: inherit; }
#nav li ul {
	position: absolute;
	background: url(/grafik/menu_ul_ul_bg_trans.png) no-repeat left top;
	width: 250px;
	height: 402px;
	left: -999em;
	margin-left: -250px;
	top: 0;
	padding-top: 142px;
	overflow: hidden;
}
#nav li ul li {
	width: 250px;
	overflow: hidden;
/*	z-index: 1000;*/
}
#nav li ul li:first-child a { border-top: 1px dotted #CCC; }
#nav li ul li, #nav li.activ ul li {
	margin-left: 22px;
	border-bottom: 1px dotted #CCC;
	background: transparent url(/grafik/menu_ul_ul.gif) no-repeat left center;
	line-height: 22px;
}
#nav li ul li a, #nav li.activ ul li a {
	line-height: inherit;
	vertical-align: middle;
}
#nav li ul li a:hover {
	background: transparent url(/grafik/menu_ul_ul.gif) no-repeat left center;
	text-decoration: underline;
}
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li.activ ul li.activ a { text-decoration: underline; }

#nav li ul li a {
	line-height: 22px;
	width: 190px;
}
#nav li ul li a, #nav li ul li a:hover { background-image: none; }

/* PANORAMABILDCONTAINER */
#panoramabildcontainer {
	margin: auto;
	width: 990px;
}
#panoramabildcontainer, #panoramabildcontainer table td, #panoramabildcontainer table th {
	height: 402px;
	vertical-align: top;
	overflow: hidden;
}
#panoramabildcontainer table td {
	background-repeat: no-repeat;
	background-position: left top;
}
#panoramabildcontainer table th {
	text-align: left;
	background: url(/grafik/panoramabild_right_bg.jpg) no-repeat left top;
}
#panoramabildcontainer table th #logocontainer {
	position: absolute;
	width: 240px;
}
#dropdownmenu {	margin-top: 142px; }

/* FOOTER */
#footer { background-color: #742919; }
#footer td,#footer th {
	height: 140px;
	color: #C7A598;
	vertical-align: middle;
}
#footer td { padding: 15px 0 15px 15px; }
#footer th { text-align: center; }
#footer th img {
	margin: 0 8px;
	vertical-align: middle;
}
#footer td div#copyright { margin-top: 15px; }
#footer a { color: #D5BF9E; }

/* BILDBOXEN */
.imagebox {
	width: 210px; /* x IE */
	float: right;
	text-align: right;
}
.imagebox img { margin: 1px 1px 0 0; }

/* TABELLE */
.tabelle {
	margin: 1em 0;
	border-top: 1px dotted #742919;
}
.tabelle td {
	border-bottom: 1px dotted #742919;
	vertical-align: middle;
	line-height: 20px;
}

/* PREISTABELLE */
table.preistabelle {
	margin: 1em 0;
	width: 100%;
}
table.preistabelle td, table.preistabelle th {
	vertical-align: middle;
	padding: 4px;
	text-align: center;
}
table.preistabelle th { background-color: #CFB2A0; }
table.preistabelle td { background-color: #CFB2A0; }
table.preistabelle td.hell { background-color: #DFCBBF; }
table.preistabelle td.dunkel {
	background-color: #752919;
	color: #FFFFFF;
}
table.preistabelle th.hidden { background: none; }


/*LOGO_EISACKBIKE wanderaktivurlaub_radfahrenmountainbiken.php*/
.logo_eisackbike {
	margin-top: 2.5em;
}