body {
	background: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	position: relative;
	width: 100%;
	border: 0px;
	background: #FFFFFF;
	font-size: 80%;
}

table caption {
	margin: 0;
	padding: 15px 0 5px 10px;
	text-align: left;
	position: relative;
	border-bottom: none;
	font-size: 150%;
	letter-spacing: 1px;
	color: #627081;
}

table td {
	padding: 5px 0px 5px 0px;
}

hr {
	width: 90%;
	align: center;
	size: 20px;
}

#header {
	background: #FFFFFF;
	width: 778 px;
	height: 90 px;
}

/* Hauptnavigation */
#nav {
	float: left;
	width: 778 px;
	height: 30 px;
	margin: 0;
	padding: 5px 0 0 10px;
	list-style: none;
	background: #FFCC99 url(Pics/nav_bg.jpg) repeat-x bottom left;
	}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucia Grande", sans-serif;
	font-size: 75%;
	}
	
#nav a{
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #9B8748;
	border-bottom: none;
	background: #FF9900 url(Pics/off_bg.jpg) repeat-x left top;
	}

#nav a:hover, body#intro #t-intro a{
	color: #FFCC66;
	font-weight: bold;
	padding-bottom: 5px;
	border-color: #727377;
	background: #990033;
	}

#unternav {
	float: left;
	width: 778 px;
	height: 20 px;
	margin: 0px;
	padding: 0 0 0 590px;
	list-style: none;
	background: #990033 url(Pics/xx.gif) repeat-x top left;
}

#unternav li {
	float: left;
	margin: 4px 0 0 0;
	padding: 0 2px;
	letter-spacing: 1.5px;
	font-size: 60%;
	color: #627081;
	
	}

#unternav a {
	text-decoration: none;
	color: #CCCCCC;
	}

#unternav a:hover #t-intro a{
	color: #333;
	background: #990033;
	}
	
#details {
	float: left;
	margin: 5px 0 0 5px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
	letter-spacing: 1.5px;
}

#details li {
	margin: 0px;
	padding: 2px 0 0 10px;
	font-size: 80%;
	color: #FF9933;
	}

#details a {
	color: #FF9933;
	text-decoration: none;
	}

#details a:hover {
	color: #666;
	}
	


/* Seiteninhalt */
#content {
	background: #FFFFFF url(Pics/beauty1_bg.jpg) no-repeat left top;
	width: 778 px;
	height: 464 px;
}


/* Auflistung für die verschiedenen Standorte (Bilder + Text) */
#standort {
	float: right;
	width: 520px;
	border: 2px solid #c8cdd2;
}

#standort dl {
	float: left;
	margin: 30px 30px;
	padding: 0;
	display: inline; /* fixt den Bug der Randverdopplung im IE/Win */
}
#standort dt {
	float: right;
	width: 260px;
	margin: 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #627081;
}
#standort dd {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
}

#standort dd.img img {
	float: left;
}

#standort .alt dt {
	float: left;
}

#standort .alt dd.img img {
	float: right;
	margin: 0 0 0 8px;
}

#standort a {
	color: #FF9933;
}


/* Anschrift der verschiedenen Standorte */
#anschrift {
	float: left;
	width: 258px;
	height: 100%;
	border: 2px solid #c8cdd2;
	border-right: none;
}

#anschrift dl {
	margin: 20px 20px;
	}

#anschrift dt {
	font-size: 110%;
	color: #627081;
	letter-spacing: 1px;
}

#anschrift dd {
	margin: 5px 0 0 0;
	font-size: 70%;
}

#bilder {
	margin: 0 10px;
}

/* Öffnungszeiten der verschiedenen Standorte */
#oeffnungszeit {
	float: left;
}

#oeffnungszeit dl {
	margin: 20px 20px;
	}
	
#oeffnungszeit dt {
	font-size: 110%;
	color: #627081;
	letter-spacing: 1px;
}

#oeffnungszeit dd {
	font-size: 85%;
	margin: 5px 0 0 0;
}

#begruessung {
	position: absolute;
	z-index:1;
	left: 410px;
	top: 170px;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #FFCC66;
	text-align: right;
}

#einleitung {
	position: absolute;
	left: 520px;
	top: 270px;
	font-size: 100%;
	text-align: right;
	z-index: auto;
	padding: 0 5px 0 0;
}

#ueberschrift {
	margin: 20px 0 5px 20px;
	font-size: 100%;
	font-weight: bold;
}

#bild1 img {
	position: absolute;
	z-index: 2;
	padding: 5px;
	border: 0px;
	left: 200px;
	top: 210px;
}

#bild2 img {
	position: absolute;
	z-index: 1;
	padding: 5px;
	border: 0px;
	left: 50px;
	top: 390px;
}

#bild3 img {
	position: absolute;
	z-index: 3;
	padding: 5px;
	border: 0px;
	left: 435px;
	top: 390px;
}
#bild4 img {
	position: absolute;
	z-index: 4;
	padding: 5px;
	border: 0px;
	left: 580px;
	top: 450px;
}


