
/* #### BASE #### */

body {
	height: 100%;
	width: 100%;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;	
	line-height: 140%;
	color: #000;
}

* { margin: 0; padding: 0; }
p { margin: 0px 0px 1.2em 0px; }
img { border: 0px; }
tr td {	vertical-align:top; }
dt { margin-top: 10px; padding-right: 5px; }
dd { margin: -1.15em 0px 10px 12px; }
.hidden { display:none;}
.clear { clear:both; line-height: 1em; }
:focus { outline: 0; }
area { cursor: pointer; }





/* #### DIVS #### */

.mainDiv {
	position: absolute;
	background-color: #CB9998;
	width: 955px;
	height: 600px;
	left: 50%;
	top: 10px;
	margin-left: -477px;
}


.specialPanel {
	position: absolute;
	left: 610px;
	top: 250px;
	padding: 2px;
}


/* #### PAGE RELATED DIVS #### */

.home .mainDiv {
	background-color: #000;
}

.home h2 {
	position: absolute;
	top: 320px;
}

.home .langDiv {
	margin: 20px 0 0 30px;
	text-transform: uppercase;
}
.jobbtn {
	position: absolute;
	left: 700px;
	top: 250px;
}


/* #### TYPO #### */

a.parfumerie {
	color: #ff9999;
	text-decoration: none;
}
a.hair {
	color: #fff;
	text-decoration: none;
}
a.beauty {
	color: #999966;
	text-decoration: none;
}



a:hover, a:active {
	color: #ccc;
}


h1 {
	position: absolute;
	width: 250px;
	height: 92px;
	top: 20px;
	left: 690px;
	background-image:url(img/logo_baettig.png);
	background-repeat:no-repeat;
	z-index: 100;
	background-position: 0px -92px;
}
	


h2 {
	font-size: 6.4em;
	font-weight: normal;

	line-height: 1em;
	text-transform: uppercase;
	padding: 20px 0 0 20px;

}

h2 span.titelauszeichnung {
	color: #fff;
}
