/*
ADLON COLLECTION
ADLON Day Spa Master CSS
Responsible: aut media GmbH | www.aut-media.at | +43 59010 26570 | office@aut-media.at
*/

/* General Layout for Crossbrowser Compatibility */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td	{
	margin:0;padding:0;
	}
/* PNG Hack for IE - Achtung: Pfad des blank.gif im htc File anpassen */
img, div, td { behavior: url(../bilder/iepngfix.htc) }
table	{
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset,img	{
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var	{
	font-style:normal;
	font-weight:normal;
	}
li	{
	list-style:none;
	}
caption,th	{
	text-align:left;
	}
h1,h2,h3,h4,h5,h6	{
	font-size:100%;
	font-weight:normal;
	}
q:before,q:after	{
	content:'';
	}
abbr,acronym	{
	border:0;
	font-variant:normal;
	}
sup,sub	{
	line-height:-1px;
	vertical-align:text-top;
	}
sub	{
	vertical-align:text-bottom;
	}
input, textarea, select	{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}
	
/* Template General Layout */
html	{
	overflow:hidden;
	} 
body	{
	background-color: #ccc8c1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6b3204;
	overflow: hidden;
	}
a	{
	color:#6b3204;
	text-decoration:none;
	}
a:hover	{
	color:#FFFFFF;
	text-decoration:none;
	}
.bgCenterGlow	{
	position:absolute;
	left:50%;
	margin-left: -600px;
	top:0px;
	width:1200px;
	height:929px;
	background-color: transparent;
	overflow:hidden;
	z-index:0;
	border:0px solid red;
	}
		
	
/* Background Layouts */	
.bgTopBar	{
	position:absolute;
	top:156px;
	height:6px;
	background-color:#979b9f;
	width:10000px;
	}
.bgHorizontalBar	{
	position:absolute;
	top:162px;
	width:10000px;
	background-color: #050706;
	height:290px;
	}
.bgBottomBar	{
	position:absolute;
	top:452px;
	margin-top:0px;
	height:6px;
	background-color:#979b9f;
	width:10000px;
	}


/* Container and Function Layouts */
.mainContainer	{
	position:absolute;
	left:50%;
	margin-left: -500px;
	top:0px;
	width:1000px;
	height:625px;
	background-color: transparent;
	overflow:hidden;
	z-index:5;
/*	border-left:1px solid red;
	border-right:1px solid red;
	border-bottom:1px solid red; */
	}
/* the Logo at the left Top */
.acLogo	{
	position:absolute;
	left:30px;
	top:22px;
	z-index:10000;
	}
/* the Language Container */
.languageContainer	{
	position:absolute;
	right:0px;
	top:473px;
	z-index:10000;
	text-transform:uppercase;
	color: #040605;
	}
.languageContainer a	{
	color: #6b3204;
	}
.languageContainer a:hover {
	color: #040605;
	text-decoration:underline;
	}
/* Dark Background inside Main Container */
.bgHorizontalInside	{
	position:absolute;
	top:162px;
	width:1000px;
	background-color: #050706;
	height:290px;
	background-image:url(horBarBg.jpg);
	background-position: center;
	background-repeat:no-repeat;
	z-index:1;
	}
/* Append Button for Fullsize */
.fullSize {
	position:absolute;
	left:0px;
	top:0px;
	z-index:4;
	}
/* the Container for the Intro, just in use on the intro pages, but always in the background */
.introContainer	{
	position:absolute;
	width:100%;
	height:625px;
	right:0px; /* wegen Wartbarkeit in ireds - append button sichtbar machen */
	border:0px solid red;
	z-index:6; /* muss wg. Firefox über Main Container liegen */
	}
.introContainerInside {
	position:absolute;
	width:2880px;
	height:625px;
	left:50%;
	margin-left:-1450px;
	border:0px solid white;
	}
/* Table for Meta Navigation Pages */
.staticContentTable	{
	position:absolute;
	left:0px;
	top:162px;
	z-index:2;
	width:1000px;
	height:290px;
	border:0px solid red;
	}
.staticContentTable a	{
	color:#cccccc;
	}
.staticContentTable a:hover	{
	color:#ffffff;
	}
.staticContentLeft	{
	width:199px;
	text-align:center;
	}
.staticContentSpacer	{
	width:1px;
	text-align:center;
	}
.staticContentColOne	{
	width:156px;
	text-align:center;
	color:#cccccc;
	padding-left:15px;
	padding-right:15px;
	}
.staticContentColTwo	{
	text-align: left;
	padding-left:15px;
	color:#999999;
	vertical-align:middle;
	border:0px solid red;
	}
/* Design for the Outlet Menu */
.outletMenu	{
	position:absolute;
	left:10px;
	top:473px;
	width:345px;
	height:11px;
	line-height:11px;
	text-align:center;
	text-transform:uppercase;
	border:0px solid red;
	}
.outletMenu li	{
	display:inline;
	padding-left:5px;
	padding-right:5px;
	}
.outletMenu a	{
	color: #6b3204;
	}
.outletMenu a:hover, #outletActive	{
	color: #040605;
	text-decoration:underline;
	}
.outletLi	{
	border-left:1px	solid #6b3204;
	}
#outletLi1	{
	border-left:0px	solid #6b3204;
	}   
	
	
/* Oulet Textlink below Outlet Menu */
.outletLink {
	position:absolute;
	left:10px;
	top:540px;
	text-align:center;
	width:345px;
	border:0px solid red;
	text-transform:uppercase;
	}
.outletLink a {
	color:#040605;
	}
.outletLink a:hover {
	color:#666666;
	}
/* Design for the META Navigation Menu */
.metaMenu	{
	position:absolute;
	right:50%;
	margin-right: -510px;
	top:125px;
	width:430px;
	height:11px;
	line-height:11px;
	text-align:right;
	text-transform:uppercase;
	border:0px solid red;
	font-size:9px;
	z-index:10000;
	}
.metaMenu li	{
	display:inline;
	padding-left:5px;
	padding-right:5px;
	}
.metaMenu a	{
	color: #6b3204;
	}
.metaMenu a:hover, #metaMenuActive	{
	color: #040605;
	text-decoration:underline;
	}
.metaMenuLi	{
	border-left:1px	solid #6b3204;
	}
#metaMenuLi1	{
	border-left:0px	solid #6b3204;
	}
/* Oulet Textlink below Outlet Menu */
.outletLink {
	position:absolute;
	left:10px;
	top:540px;
	text-align:center;
	width:345px;
	border:0px solid red;
	text-transform:uppercase;
	}
.outletLink a {
	color:#040605;
	}
.outletLink a:hover {
	color:#666666;
	}
/* for the Flash Content below Bar */
.contentArea	{
	position:absolute;
	z-index:1;
	top:470px;
	left:355px;
	border:0px solid red;
	width:490px;
	height:145px;
	}
	
/* Styles for Presse */
.presseMheadline	{
	color:#f1f1f1;
	margin-bottom:10px;
	}
.presseMintroText {
	margin-bottom:20px;
	}
.presseMdownHeader {
	color:#f1f1f1;
	margin-bottom:5px;
	}
/* for the Presse Menu Items Overview */
.presseMitem {
	border-bottom:1px solid #666666;
	padding:4px 0px 4px 0px;
	}
.presseMitem a {
	color:#cccccc;
	}
#presseItemActive {
	color:#f1f1f1;
	}
.pressePaging {
	width:348px;
	border:0px solid red;
	text-align:center;
	padding-top:3px;
	}
	
/* for the middle List in Presse */
.presseModulitem {
	border-bottom:1px solid #666666;
	padding:4px 0px 4px 0px;
	width:350px;
	}
.presseModulitem a {
	color:#cccccc;
	}
#presseItemActive {
	color:#f1f1f1;
	}	
	
/* for a Solo Text Box Abs pos */
.textBoxSolo	{
	position:absolute;
	left:350px;
	top:474px;
	width:490px;
	height:250px;
	}
	
	
/* Design for Lorenz Adlon Presentation */
.lorenzHeadline {
	font-weight:bold;
	padding-bottom:10px;
	text-transform:uppercase;
	color:#f1f1f1;
}
.lorenzText	{
	height:200px;
	}
.lorenzForward	{
	width:50%;
	text-align:right;
	text-transform:uppercase;
	}
.lorenzBack	{
	width:50%;
	text-align:left;
	text-transform:uppercase;
	}