/* styles_edel.css
------------------------------------------------------------------------
Diese stylesheets enthalten die Basic-CSS Regeln fuer
die Homepage des Hotel Edel in Haibach bei Aschaffenburg


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



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

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

.content {
	text-align: left;
}
.inhalt {
	font-family: arial;
	font-size: 13px;
	color: black;
	FONT-WEIGHT: normal;
    text-align: justify;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-top: 0px;
	width: 700px;
}
.inhalt_block {
	font-family: arial;
	font-size: 13px;
	color: black;
	FONT-WEIGHT: normal;
    text-align: justify;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	margin-top: 0px;
	width: 700px;
}
h2	{
	font-family: arial;
	font-size: 15px;
	color: #945F4C;
	text-align: center;
	margin-bottom: 5px;
}
h3 	{
	font-family: arial;
	font-size: 1.2em;
	color: #945F4C;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h4 	{
	font-family: arial;
	font-size: 15px;
	color: #945F4C;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h5 	{
	font-family: arial;
	font-size: 1.00em;
	color: #945F4C;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

a 			{text-decoration: none;color: black;}
a:link		{text-decoration: none;color: black;}
a:active	{text-decoration: none;color: black;}
a:visited	{text-decoration: none;color: black;}
a:hover 	{text-decoration: underline;color: #945F4C; font-weight: bold;}

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

/* Bannerleiste */
.banner {
		text-align: right;
		color: #4C4C4C;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		padding-top: 2px;
}

/* Fussleiste */
.fussleiste {
		text-align: left;
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 5px;
		padding-top: 1px;
}

a.fuss {
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		padding-right: 10px;
}
a.fuss:link {
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:visited {
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:active {
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
}
a.fuss:hover {
		color: #ccffff;
		text-decoration: underline;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;	
}

/*Styles fuer Menue*/

 #navcontainer
{
width: 205px;
padding: 0px;
margin-top: 15px;
margin-bottom: 1px;
font-family: Arial;
}

#navcontainer ul
{
list-style: none;
margin: 0px;
padding: 0;
border: none;
}

#navcontainer li
{
	border-bottom: 1px solid silver;
	border-top: 1px solid white;
	margin: 0;
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 10px solid;
	border-right: 0px solid;
	background-image: url(images/template/1px_beige.gif);
	color: #945F4C;
	text-decoration: none;
	width: 100%;
	border-left-image: url(images/template/1px_braun.gif);
	border-right-color: #993300;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	border-left: 10px solid;
	border-right: 0px solid;
	background-image: url(images/template/1px_braun.gif);
	color: white;
	border-left-color: #660000;
	border-right-color: #83B485;
}



/*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: #945F4C; }
