/* styles_stuben.css
------------------------------------------------------------------------
Diese stylesheets enthalten die Basic-CSS Regeln fuer
das Hotel-Restaurant Spessartstuben in Haibach


Author: dops.net
--------------------------------------------------------------------- */



/* Basic CSS Rules fuer den Seitenaufbau
--------------------------------------------------------------------- */

body {
	background-image: url(images/template/bg.jpg);
	background-color: white;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*Styles fuer Banner/Kopf-Bereich*/
.bg_banner {
	background-image: url(images/template/banner.jpg);
	border-top: 1px solid #ded5c1;
	border-left: 1px solid #ded5c1;
	border-right: 1px solid #ded5c1;
}
.spalte_li {
	background-image: url(images/template/1px_dbraun.gif);
	border-left: 1px solid #ded5c1;
}
/* Fussleiste */
.fussleiste_li {
		background-image: url(images/template/1px_dbraun.gif);
		text-align: center;
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		height: 35px;
		border-bottom: 1px solid #ded5c1;
		border-left: 1px solid #ded5c1;
		padding-top: 3px;
}
.fussleiste_re {
		background-image: url(images/template/1px_dbraun.gif);
		text-align: center;
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		height: 35px;
		border-bottom: 1px solid #ded5c1;
		border-right: 1px solid #ded5c1;
		padding-top: 3px;
}
a.fuss {
		color: #422d28;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:link {
		color: #422d28;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:visited {
		color: #422d28;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:active {
		color: #422d28;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:hover {
		color: white;
		text-decoration: underline;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;	
}

.submenu {
	text-align: right;
	padding-right: 0px;
	padding-bottom: 2px;
	color: #ded5c1;
	font-weight: normal:
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a.subnavi {
		color: #ded5c1;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.subnavi:link {
		color: #ded5c1;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.subnavi:visited {
		color: #ded5c1;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.subnavi:active {
		color: #ded5c1;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.subnavi:hover {
		color: white;
		text-decoration: underline;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;	
}
/*Ende Styles Banner/Kopf-Bereich*/

/* Styles fuer Navigation*/
.bg_navi {
		background-image: url(images/template/navi.gif);
		text-align: center;
		height: 35px;
		color: white;
		text-decoration: normal;
}
a.button {
		display: block;
		cursor: hand;
		color: #ded5c1;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/navi.gif);
		padding-top: 10px;
		padding-bottom: 8px;
		margin-bottom: 0px;
}
a.button:link {
		display: block;
		cursor: hand;
		color: #ded5c1;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/navi.gif);
		padding-top: 10px;
		padding-bottom: 8px;
}
a.button:visited {
		display: block;
		cursor: hand;
		color: #ded5c1;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/navi.gif);
		padding-top: 10px;
		padding-bottom: 8px;
}
a.button:active {
		display: block;
		cursor: hand;
		color: #ded5c1;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/navi.gif);
		padding-top: 10px;
		padding-bottom: 8px;
}

a.button:hover {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/navi_o.gif);
		padding-top: 10px;
		padding-bottom: 8px;
}
a.button_akt {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/navi_o.gif);
		padding-top: 10px;
		padding-bottom: 8px;
		margin-bottom: 0px;
}
a.button_akt:link {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/navi_o.gif);
		padding-top: 10px;
		padding-bottom: 8px;
}
a.button_akt:visited {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/navi_o.gif);
		padding-top: 10px;
		padding-bottom: 8px;
}
a.button_akt:active {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		background-image: url(images/template/navi_o.gif);
		padding-top: 10px;
		padding-bottom: 8px;
}

a.button_akt:hover {
		display: block;
		cursor: hand;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 10px;
		padding-bottom: 8px;
}
/* Ende Styles fuer Navigationsbuttons*/

.content {
	text-align: left;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 25px;
}



h1 	{
	font-family: arial;
	font-size: 1.5em;
	color: #422d28;
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
h3 	{
	font-family: arial;
	font-size: 1.2em;
	color: #422d28;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h5 	{
	font-family: arial;
	font-size: 1.00em;
	color: #422d28;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

a 			{text-decoration: underline;color: black;}
a:link		{text-decoration: underline;color: black;}
a:active	{text-decoration: underline;color: black;}
a:visited	{text-decoration: underline;color: black;}
a:hover 	{text-decoration: underline;color: #004494;}

td			{font-size: 13px;font-family: Arial;color: black;}




/*Styles fuer Bildergalerie Referenzen (Lightbox)*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #422d28; }
/* Ende Styles fuer Lightbox*/


.weiter {
	text-align: right;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
a.weiter_link {
		color: #422d28;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter_link:link {
		color: #422d28;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter_link:visited {
		color: #422d28;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter_link:active {
		color: #422d28;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.weiter_link:hover {
		color: #cc3300;
		text-decoration: underline;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;	
}



/*Styles fuer Infoboxen rechte Spalte*/
.Info_Top {
	background-image: url(images/template/1px_dbraun.gif);
	color: white;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.Info_Inhalt {
	background-color: white;
	border-left: 1px solid #422d28;
	border-right: 1px solid #422d28;
	border-bottom: 1px solid #422d28;
	padding-left: 23px;
	padding-right: 2px;
	padding-bottm: 2px;
}
/*Ende Styles Infoboxen rechte Spalte*/
