/*-----------------------------------------------------------------------------
Style Sheet Hotel Eschenhof
version:   1.0
author:    ip
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
	margin: 0em;
	padding: 0px;
}
ul {
	padding-left: 24px;
	padding-top: 10px;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	background-image: url(../bilder/bilder_index/hg01.jpg);
	background-repeat: repeat-x;
	background-color: #ac9978;
}

a:link {
	color: #660;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660;
}
a:hover {
	text-decoration: underline;
	color: #330;
}
a:active {
	text-decoration: none;
	color: #660;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 0px;
	margin: 0px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 8px;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 8px;
}

/* =Centering Technique
-----------------------------------------------------------------------------*/
/* box_eschenblatt */

#box_eschenblatt {
	position: absolute;
	left: 50%;
	width: 137px;
	margin-left: -627px;
	background-image: url(../bilder/bilder_index/eschenblatt.jpg);
	background-repeat: no-repeat;
	left: 50%;
	top: 30px;
} 
#box_aktuelles {
	position: absolute;
	left: 10px;
	width: 201px;
	top: 28px;
	height: 198px;
} 

#centerbox {
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;
	height: 100%;
	background-image: url(../bilder/bilder_index/hg_centerbox.gif);
	background-repeat: repeat-y;
	top: 30px;
} 

#laufleiste {
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;
	height: 25px;
	background-image: url(../bilder/bilder_index/hg_centerbox.gif);
	background-repeat: repeat-y;
	top: 0px;
	font-size: 14px;
	text-align: center;
	color: #512424;
	padding-top: 5px;
} 

/* header */

#header {
	width: 980px;
	background-image: url(../bilder/bilder_zimmer/header.jpg);
	height: 225px;
}

#header_index {
	width: 980px;
	background-image: url(../bilder/bilder_index/header01.jpg);
	height: 225px;
}

#header_index_en {
	width: 980px;
	background-image: url(../bilder/bilder_index/header01_en.jpg);
	height: 225px;
}

#header_index_it {
	width: 980px;
	background-image: url(../bilder/bilder_index/header01_it.jpg);
	height: 225px;
}

#header_index_fr {
	width: 980px;
	background-image: url(../bilder/bilder_index/header01_fr.jpg);
	height: 225px;
}

/* hg_content - gestreifter Hintergrund */

#hg_content {
	width: 980px;
	background-image: url(../bilder/bilder_index/hg_content.jpg);
	background-repeat: repeat-y;
	height: 451px;
	position: relative;
}

/* diashow */

#diashow {
	width: 940px;
	height: 250px;
	position: absolute;
	top: 226px;
	left: 20px;
}


/* =Main Nav */

#mainnav {
	width: 202px;
	height: 170px;
	position: absolute;
	left: 211px;
	top: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #f0e6a6;
	margin: 0px;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainnav li {
	display: inline;
}

#mainnav a {
	display: block;
	width: 202px;
	height: 22px;
	line-height: 22px;
	color: #f0e6a6;
	text-decoration: none;
	text-indent: 10px;
	text-transform: none;
	background-image: url(../bilder/bilder_index/navi_rollover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#mainnav a:hover, #mainnav .selected a {
	background-position: right bottom;
	color: #38100e;
}
#nav1 a:hover , #nav1 a:active{
	padding-top: 20px;
}


/* subnav */

#subnav {
	width: 202px;
	height: 76px;
	position: absolute;
	left: 211px;
	top: 476px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #f0e6a6;
	margin: 0px;
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav li{
	display: inline;
}

#subnav a {
	display: block;
	width: 202px;
	height: 16px;
	line-height: 16px;
	color: #f0e6a6;
	text-decoration: none;
	text-indent: 10px;
	text-transform: none;
	background-image: url(../bilder/bilder_index/subnavi_rollover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#subnav a:hover, #subnav .selected a {
	background-position: right bottom;
	color: #38100e;
}
#subnav .absatz a {
	padding-top: 20px;
}

/* nav3 */

#nav3 {
	width: 545px;
	height: 16px;
	position: absolute;
	left: 415px;
	top: 0px;
	font-size: 10px;
	color: #38100e;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	text-align: right;
	padding-top: 2px;
}
#nav3 a:link, #nav3 a:visited {
	color: #38100e;
	text-decoration: none;
}
#nav3 a:hover, #nav3 a:active {
	color: #38100e;
	text-decoration: underline;
}

#nav3 a#selected {
	text-decoration: underline;
}

/* adress */

#adress {
	width: 184px;
	height: 90px;
	position: absolute;
	left: 212px;
	top: 568px;
	font-size: 11px;
	color: #f0e6a6;
	padding-top: 16px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.5px;
	line-height: 14px;
}

/* text_index */

#text_index {
	width: 506px;
	height: auto;
	position: absolute;
	left: 444px;
	top: 495px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.5px;
	line-height: 14px;
	padding: 4px;
}

div#navi_buero a#current{
	width: 506px;
	height: 150px;
	position: absolute;
	left: 444px;
	top: 495px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 0.5px;
	line-height: 14px;
	padding: 4px;
}

#inhalt_zimmer {
	width: 531px;
	height: 606px;
	position: absolute;
	left: 429px;
	top: 47px;
}
#text_zimmer {
	width: 216px;
	height: 328px;
	position: absolute;
	left: 444px;
	top: 263px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
#text_anreise {
	width: 366px;
	height: 328px;
	position: absolute;
	left: 444px;
	top: 263px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
#text_shuttle {
	width: 489px;
	height: 463px;
	position: absolute;
	left: 444px;
	top: 205px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
#text_zimmeranfrage {
	width: 489px;
	height: 328px;
	position: absolute;
	left: 444px;
	top: 293px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
#text_zimmerpreise {
	width: 489px;
	height: 328px;
	position: absolute;
	left: 444px;
	top: 293px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
#text_pauschalangebote {
	width: 489px;
	height: 328px;
	position: absolute;
	left: 444px;
	top: 283px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
#text_wochenendspecials {
	width: 489px;
	height: 328px;
	position: absolute;
	left: 444px;
	top: 293px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
#text_kontakt {
	width: 489px;
	height: 328px;
	position: absolute;
	left: 444px;
	top: 273px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
#text_impressum {
	position: relative;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
	height: 500px;
	width: 500px;
	background-image: url(../bilder/bilder_impressum/impressum01.jpg);
	background-repeat: no-repeat;
}
#text_cafe {
	width: 216px;
	height: 328px;
	position: absolute;
	left: 444px;
	top: 263px;
	font-size: 11px;
	color: #310500;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}

/* footer */

#footer {
	width: 980px;
	background-image: url(../bilder/bilder_index/footer01.jpg);
	background-repeat: no-repeat;
	height: 5px;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/



/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
#text_index ul li {
	padding-left: 0px;
	margin-left: 20px;
}
#text_anreise p {
	padding-bottom: 4px;
}
#text_shuttle p {
	padding-bottom: 4px;
}
.ext a:link, .ext a:visited {
	background-image: url(../bilder/ext_link.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 16px;
	color: #F8F5D6;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #310500;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
}
.ext a:hover, .ext a:active {
	background-image: url(../bilder/ext_link_on.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 16px;
	color: #300;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #C0AC7C;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
}
.td_rechts {
	text-align: right;
}
hr {
	background-color: #300;
	height: 1px;
	width: 95%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #300;
	background-image: url(../bilder/strichlinie.gif);
}
