/*
Theme Name: kosmetikzentrum
Theme URI: http://www.madpotato.de
Description: Kosmetikzentrum Template
Author: Kosmetikzentrum Author URI: <a href="https://plus.google.com/103938669722170521411? rel=author">Kosmetikzentrum</a>
*/

/* CSS reset style */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
 strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* KosmetikZentrum-Styles */

/* ---[]- CSS3-Font-Family declarations ------------------------------------- */
@font-face {
	font-family: Myriad Pro;
	src:	local("Myriad Pro Condensed"), 
		local("Myriad Pro"), 
		url(fonts/MyriadPro-Cond.otf) format("opentype");
}

@font-face {
	font-family: Adobe Caslon Pro;
	src:	local("Adobe Caslon Pro"), 
		url(fonts/ACaslonPro-Regular.otf) format("opentype");
}


/* ---[]- General positioning and default styles ---------------------------- */
html, body {height: 100%;}

body {
	font-family: Tahoma, Arial;
	font-size: 12px;
}

body#startseite {
	color: #7f5d5d;
	background: url(img/BG_startseite.jpg) no-repeat top center #fff;
}

#wrapper {
	width: 980px;
	margin-left: auto; margin-right: auto;
	overflow: hidden; /* CHECK THIS IN IE */

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -163px;
}

em {font-style: italic;}

/* ---[]- HAUPTNAVIGATION -------------------------------- */
#mainNav {
	margin-left: 210px;
}
#subPage #mainNav {margin-left: 202px;}
#mainNav ul {
	position: absolute;
	z-index: 1000;
}
#mainNav li {
	padding: 50px 0 10px 0;
	float:left;
	margin-right: 20px;
	white-space: nowrap; /* KAY FRAGEN ! */
}
#mainNav li:hover {
	background: #f4eceb;
}

#mainNav li a, #mainNav li a:visited {
	letter-spacing: 2px;
	font-size: 15px;
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #606265;
}
#mainNav ul li ul {
	display: none;
	margin: 10px 0 10px 0;
	border-top: 3px solid #fff;
}
#mainNav ul li:hover ul {display: block;}
#mainNav ul li ul li {
	float: none;
	padding: 0 !important;
}
#mainNav ul li ul li a, #mainNav ul li ul li a:visited {
	padding-top: 10px !important;
	padding-bottom: 10px;
	background: #f4eceb;
	font-size: 14px;
}
#mainNav ul li ul li a:hover {
	background: #caa69f;
	color: #fff;
}

.menu_alternate_first {
	font-family: "Myriad Pro" !important;
	font-size: 18px !important;
	letter-spacing: 1px;
}
.menu_alternate_second {
	font-family: "Myriad Pro" !important;
	font-size: 15px !important;
}


/* ---[]- STARTSEITE - Head-SlideShow --------------------------------------- */
#startseite_headSlideshow {
	position: relative;
	margin-top: 93px;
	width: 980px; height: 595px;
}
.startseite_headSlideshow_element {
	position: absolute;
	z-index: 10;
}
.startseite_headSlideshow_element a img, .startseite_headSlideshow_element a:visited img {border: none;}
.startseite_headSlideshow_element p {display: none;}
.startseite_headSlideshow_element.active {
	position: absolute;
	z-index: 20;
}

/* ---[]- STARTSEITE - Drei1paltiger Bereich -------------------------------- */
#startseite_threeColumn {
	padding-top: 283px;
}
.startseite_threeColumn_element {
	width: 300px;
	font-family: Tahoma, Arial;
	color: #7f5d5d;
	text-align: center;
	float: left;
}

.startseite_threeColumn_element a, .startseite_threeColumn_element a:visited {
	color: #7f5d5d;
	text-decoration: none;
}
.startseite_threeColumn_element a:hover {text-decoration: underline;}

.startseite_threeColumn_element h3 {
	font-size: 22px;
	padding-bottom: 8px;
	letter-spacing: 3px;
}
.startseite_threeColumn_element_altFont {
	font-family: "Adobe Caslon Pro";
	font-size: 24px;
}
.startseite_threeColumn_element p {
	line-height: 2;
	letter-spacing: 1px;
}
.startseite_threeColumn_divider {
	background: url(img/imageMatrix.jpg) 0 -549px;
	padding-top: 10px;
}
.startseite_threeColumn_push {margin-left: 40px;}


#startseite_threeColumn_buttons {
	clear:left;
}
.startseite_threeColumn_button {
	margin-top: 6px;	
	float: left;
	width: 300px;
	margin-left:-94px
}
.startseite_threeColumn_button a, .startseite_threeColumn_button a:visited {
	width: 102px; height: 25px;
	background: url(img/imageMatrix.jpg) no-repeat -102px 0;
	display: block;
	float: right;
}
.startseite_threeColumn_button a:hover {
	background: url(img/imageMatrix.jpg) no-repeat 0 0;
}
.startseite_threeColumn_button a span {display: none;}
.startseite_threeColumn_button_push {margin-left: 40px;}


/* ---[]- STARTSEITE - BOTTOM-Bereich: Ihr Team, Beauty Lexikon, Anfahrt ---- */

#startseite_bottom {
	clear: both;
	width: 980px; height: 450px;
	margin-top: 176px;
	padding-bottom: 70px;
}
.startseite_bottom_element {
	position: absolute;
}
.startseite_bottom_elementLeft {
	position: absolute;
	width: 300px; height: 365px;
	overflow: hidden;
	padding-left: 16px;
	line-height: 2;
	letter-spacing: 1px;
	background: #fff;
}
.startseite_bottom_elementLeft h3, .startseite_bottom_elementLeft_addInfo {
	font-size: 22px;
	letter-spacing: 3px;
	padding-bottom: 14px;
	margin-top: 52px;
}
.startseite_bottom_elementLeft_altFont {
	font-family: "Adobe Caslon Pro";
	font-size: 24px;
}
.startseite_bottom_elementRight {
	position: absolute;
	margin-left: 335px;
	width: 652px; height: 382px; overflow: hidden;
}
.startseite_bottom_elementLeft_addInfo {
	height: 30px;
	padding-left: 41px;
	margin: 35px 0 0 27px;
	line-height: 1.3;
	padding-top: 9px;
}
.showBottom {
	z-index: 400 !important;
}
.activeBottom {
	z-index: 50;
}
#startseite_ihrTeam {
	
}
#startseite_ihrTeam .startseite_bottom_elementLeft_addInfo {background: url(img/imageMatrix.jpg) no-repeat 0 -30px;}
#startseite_beautyLexikon {
	
}
#startseite_beautyLexikon .startseite_bottom_elementLeft_addInfo {background: url(img/imageMatrix.jpg) no-repeat 0 -30px;}
#startseite_anfahrt {
	
}
#startseite_anfahrt .startseite_bottom_elementLeft_addInfo {background: url(img/imageMatrix.jpg) no-repeat -307px -30px;}

#startseite_bottom_navigation {
	position: absolute;
	width: 341px; height: 25px;
	background: url(img/imageMatrix.jpg) no-repeat -545px 0;
	margin: 344px 0 0 631px;
	z-index: 200;
}
.startseite_bottom_navigationElement {
}
.startseite_bottom_navigationElement a, startseite_bottom_navigationElement:visited {
	position: absolute;
	height: 25px;
	z-index: 200;
}
.startseite_bottom_navigationElement a:hover {
	background: url(img/imageMatrix.jpg) no-repeat;
}
.startseite_bottom_navigationElement a span {display: none;}
#startseite_bottom_ihrTeam a {
	width: 103px;
	display: block;
}
#startseite_bottom_ihrTeam a:hover {
	background-position: -204px 0;
}
#startseite_bottom_beautyLexikon a {
	width: 137px;
	display: block;
	margin-left: 103px;
}
#startseite_bottom_beautyLexikon a:hover {
	background-position: -307px 0;
}
#startseite_bottom_anfahrt a {
	width: 103px;
	display: block;
	margin-left: 240px;
}
#startseite_bottom_anfahrt a:hover {
	background-position: -444px 0;
}


#startseite_bottom_overlay {
	position: absolute;
	background: url(img/startseite_overlayBottom.png) no-repeat;
	width: 652px; height: 382px;
	margin-left: 335px;
	z-index: 100;
}
#startseite_googleMapsHoverZone {
	width: 640px; height: 331px;
	position: absolute;
	display: block;
	z-index: 300;
	margin: 5px 0 0 340px;
}


/* ---[]- STARTSEITE - TopDetails ---- */

#startseite_detailsTop {
	position: absolute;
	cursor: default;
}
.detailsTop_element {
	position: absolute;
	background: url(img/matrixTopDetails.png) no-repeat;
	display: none;
}
#detailsTop_silhouette {
	width: 95px; height: 257px;
	background-position: 0 0;
	z-index: 1500;
	margin: 388px 0 0 591px;
}
#detailsTop_red {
	width: 212px; height: 212px;
	background-position: -684px 0;
	z-index: 1100;
	margin: 335px 0 0 746px;
}
#detailsTop_smallLight {
	width: 314px; height: 314px;
	background-position: 0 -589px;
	z-index: 1000;
	margin: 275px 0 0 522px;

}
#detailsTop_whiteProductShot {
	width: 345px; height: 345px;
	background-position: -314px -589px;
	z-index: 1300;
	margin: 101px 0 0 580px;
}
#detailsTop_largeLight {
	width: 589px; height: 589px;
	background-position: -95px 0;
	z-index: 1200;
	margin: 96px 0 0 60px;
}

.startseite_headSlideshow_addContainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1600;
	margin: 116px 0 0 159px !important;
	width: 417px; height: 311px;
	display: none;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	cursor: default;
}
.startseite_headSlideshow_addContainer a, .startseite_headSlideshow_addContainer:visited {color: #caa69f; font-weight: bold;}
.startseite_headSlideshow_addContainer a:hover {color: #606265; text-decoration: underline;}
.startseite_headSlideshow_addContainer img {
	position: absolute !important;
	margin: -44px 0 0 457px;
}
.startseite_headSlideshow_addContainer h2 {
	font-size: 22px;
	line-height: 1.2;
}
.startseite_headSlideshow_addContainer_altFont {
	font-family: "Adobe Caslon Pro";
	font-size: 36px !important;
	margin-bottom: 0px;
}


/* -------------------------------------------------------------------------- */
/* ---[]- UNTERSEITEN ---- */


#mainLogo {
	position: absolute;
	background: url(img/logo.jpg) no-repeat;
	width: 153px; height: 63px;
	margin-left: 8px;
}
#mainLogo a, #mainLogo a:visited {
	position: absolute;
	width: 153px; height: 63px;
	display: block;
}
#mainContent {
	margin-top: 170px;
	color: #7f5d5d;
	line-height: 2;
	letter-spacing: 1px;
}

h1, h2, h3 {
	font-size: 22px;
	font-family: Arial;
	margin-bottom: 30px;
	line-height: 1;
}
h1 a, h2 a, h3 a, h1 a:visited, h2 a:visited, h3 a:visited {
	text-decoration: none;
}
.alignright {float:right; margin-left: 20px;}
.alignleft {float:left; margin-right: 20px;}
.heading_altFont {
	font-family: "Adobe Caslon Pro";
	font-size: 24px;
}

table {
	width: 980px;
	color: #606265;
}
table thead td {
	border-bottom: 4px solid #fff;
	font-size: 18px;
}
table tr {
}
table td {
	padding: 5px 30px 5px 30px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #f3ecea;
	vertical-align: middle;
}
.oddTD {
	background: #7f5d5d;
	color: #fff;
}
.tabellePreis {font-size: 18px; text-align: center; padding: 5px 0 5px 0;}

#mainContent a, #mainContent a:visited {
	color: #7f5d5d;
}
#mainContent a:hover {
	color: #606265;
}
#mainContent ul {
	list-style-type: disc;
	margin-left: 15px;
}
#mainContent ul li {
	padding-left: 30px;
}
#mainContent ul li ul {
	list-style-type: circle;
}
#mainContent ul li ul li ul {
	list-style-type: square;
}

#footer, .push {height: 163px; clear:both;}
#footer {
	clear: both;
	background: url(img/footer.jpg) center;
	position: relative;
	margin-top: -163px;
	
}
#footerContent {
	width: 980px;
	margin-left: auto; margin-right: auto;
}
#footerContent_text {
	position: absolute;
	margin: 127px 0 0 335px;
	color: #606265;
	font-size: 10px;
}
#footerContent_text span, #footerContent_text a, #footerContent_text a:visited {
	color: #b9b9b9;
}
#footerContent_text a:hover {text-decoration: none;}

#footerContent_nav {
	position: absolute;
	margin: 85px 0 0 684px;
}
#footerContent_nav li {
	float:left;
	width: auto !important;
	padding-left: 40px;
}
#footerContent_nav li a, #footerContent_nav li a:visited {
	color: #7f5d5d;
	text-decoration: none;
}
#footerContent_nav li a:hover {text-decoration: underline;}


#overlayController {
	width: 100%; height: 100%;
	display: none;
	position: absolute;
	background: url(img/blank.png) no-repeat;
	z-index: 00;
}


/* Foldable Tables */

.foldableIcon {
	width: 20px !important; height: 20px;
	float: left;
	background: none;
	margin: 9px 10px 0 0;
}
.foldableIcon_folded {
	background: url(img/foldableIcons.jpg) 0 0 no-repeat;
}
.foldableIcon_unfolded {
	background: url(img/foldableIcons.jpg) -20px 0 no-repeat;
}

.bilderrahmen img {
	padding: 10px; background: #caa69f;
}
.wp-caption-text {
	text-align: center;
	font-weight: bold;
}