/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 

/* Allgemeine Selektoren */

html { height: 101%; } /* erzwingt Scrollbar im Firefox */
body { 
   color: white; 
   background-color: #8c8c8c; 
   font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
   font-size: small;
}
h1 { font-size: 150%; } 
h2 { 
	font-size: 150%;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

h3 { 
	font-size: 100%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
}

h4 { 
	font-size: 70%;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-weight:lighter;
}

address {
   text-align: center;  
   font-size: 80%;      
   font-style: normal;  
   letter-spacing: 2px; 
   line-height: 1.5em;  
}

.floatstop {
	clear:both
}

/* Hyperlinks */
a { text-decoration: none; outline: none;} 
a:link { color:#000000 } 
a:visited { color:#000000; }
a:hover, 
a:focus { 
  border-bottom: 1px solid #d90000 
}
a:active { 
   background-color:#999999; 
}
/* Allgemeine Klassen und IDs */
.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

.skiplinktop {
	color:#333333;
}

#logo { 
   color: black;
   background-color: black;
   padding: 5px; 
}

#logostart {
	padding-left:105px;
}

#kartenbilder {
	padding:20px 10px 10px 140px;
}

/* ==================================== 
   2. Styles für die  Layoutbereiche 
   ==================================== */

#wrapper { /* Das HTML-Element mit dem Attribut id="wrapper" */
   color: black; 
   background-color: white; 
   width: 760px; /* Breite des Inhaltsbereiches */   
   margin: 10px auto;
}

#kopfbereich {
	position:relative;
   color: white; 
   background: black;
   padding: 5px 20px 0 0px; 
}
#kopfbereich p {
	position:absolute;
	top:10px;
	right:10px;
	font-weight:bold;
	font-size:1em;
	color:#0000CC;
	padding: 5px 0 5px 0;
	margin-bottom: 0;
}

span {
	font-weight:bold;
	/*font-style:italic;*/
}

#navibereich { 
	text-align:left;
	padding: 5px 10px 4px 10px; 
	background-color:#cccccc;
	border-bottom:1px solid #CCCCCC;
}

#navibereich li {
	display:inline;
	list-style-type:none;
	margin:0;
}

#navibereich a {
	color:black;
	background-color:#999999;
	padding:2px 8px 4px 8px;
	border:1px solid #CCCCCC;
}

#navibereich a:hover,
#navibereich a:focus,
#startseite #navi01 a,
#preisseite #navi02 a,
#referenzseite #navi03 a,
#fotoseite #navi04 a,
#salonseite #navi05 a,
#kontaktseite #navi06 a,
#presseseite #navi08 a,
#linkseite #navi07 a,
#videoseite #navi09 a {
	color:black;
	background-color:white;
	border-bottom-color:#FFFFFF;
}

#navibereich a:active {
	color:black;
	background-color:white;
}
#navibereich ul {
	margin-bottom:0;
}

#textbereich {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	padding: 20px 20px 0px 20px;
}
   #textbereich a { 
      border-bottom: 1px dotted #CCCCCC; 
   }
   #textbereich a:hover,
   #textbereich a:focus { 
      border-bottom: 1px solid #000000; 
   }
   
#preisseite p {
	padding:0px 0px 0px 0px;
}

#preisseite table,
#kontaktseite table {
	padding:0px 0px 30px 150px;
}
#kontaktseite td {
	border-bottom:1px dotted #999999;
}
#salonseite h3 {
	display: block;
	padding-top: 30px;
	border-top: 1px solid #8c8c8c;
}
th {
	padding: 20px 0px 20px 10px;
	text-align:left
}

td {
	padding:0px 40px 0px 40px;
	/*border-bottom:1px dotted #999999;*/
}

#fussbereich {
	color:#000000;
	background-color:#CCCCCC;
   padding: 10px 20px 20px 20px;
   border-top: 1px solid #8c8c8c; 
   margin-top: 10px;
}

#fussbereich a {
	color:black;
}
#member {
	position: relative;
	margin-right: 8px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #cccccc;

}
#member2 {
	position: relative;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #cccccc;

}
#member3 {
	position: relative;
	padding-left: 30px;
}
#tablemember {
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}
#tablemember td {
	padding: 0px;
	margin: 0px;
}
#tablemember tr:hover { background-color: white; color: black; }

#textsalon01,
#textsalon02,
#textsalon03,
#textsalon04,
#textsalon05 {
	margin:0 0px 0 0px;
	line-height:1.5;
}

dl.bildboxright {
	float:right;
	text-align:center;
	background-color:#FFFFFF;
	padding:0.5em;
	border: 1px solid #CCCCCC;
	margin:0 3px 1em 1em;
}

dl.bildboxleft {
	float:left;
	text-align:center;
	background-color:#FFFFFF;
	padding:0.5em;
	border: 1px solid #CCCCCC;
	margin:0 1em 1em 3px;
}

dl.bildboxright dd,
dl.bildboxleft dd {
	font-size:90%;
	margin:0;
}

#open {
	margin:0 0 30px 0;
}

#disclaimer {
	text-align:justify;
	font-size:0.8em;
	margin:20px 50px 20px 50px;
}

#steuer {
	margin:0 0 20px 50px;
}

#fotoseite p {
	text-align:left;
	margin-top:4px;
}
#fotoseite h3 {
	margin-top: 10px;
}
#presseseite #textbereich a {
	margin:3px;
	border-bottom: 0px dotted #CCCCCC;

}
#presseseite #textbereich img {
	margin:4px;
}

#neueroeffnung p {
	font-size: 3em;
	font-family: sans-serif;
	background-color: #eee;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 75px;
	font-style: italic;
}
/* Das Kontaktformular */
form {
   background-color: #eee;
   margin: 10px 0px 20px 50px;
   width: 370px; /* Breite des Formulars */ 
   padding: 10px; 
   border: 1px solid #8c8c8c;
}
/* Beschriftung auf eigener Zeile */
label { 
   display: block; 
   cursor: pointer; 
} 
input#absender,
input#name,
textarea { 
   width: 300px;
   border: 1px solid #8c8c8c;
   margin-bottom: 1em;
}
textarea { 
   height: 7em; 
}
input#absender:focus,
input#name:focus,
textarea:focus {
   background-color: #d9d9d9;
}
#newsletter {
	padding: 0px 0px 20px 0px;
}
.height8 {
	width: 75px;
	height: 28px;
	position:absolute;
	left: 665px;
	top: 25px;
}
.fb-like {
	left: 533px;
	top: -330px;
}
	
/* Zebrastreifen und Hovern */
tr.zebrastreifen { background-color: #ccc; color: black; }
tr:hover { background-color: #999999; color: white; }
thead tr:hover,
tfoot tr:hover { 
   background-color: transparent; 
   color: inherit; 
}
#referenzseite p {
	line-height: 1.5em;
}
/*videoseite*/
#videoseite object {
	padding: 20px;
	padding-right: 100px;

}
.video {
	padding-bottom: 20px;
}
#videoseite .skiplinktop {
	margin: 10px;
}
.fotos {
	/*border-top: 2px solid black;*/
	border-bottom: 2px solid black;
}
/*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; border-bottom: none; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.jens-link.com/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.jens-link.com/lightbox/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; border-bottom: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*lightbox-ende*/
/* ======================================= 
   E N D E   D E S   S T Y L E S H E E T S 
   ======================================= */

