body {
	background: #D4D6D7 url('../img/bgimage.png') center 0pt repeat-x;
	font: 13px Arial,Helvetica,sans-serif;
	text-align: center;
}

.wrapper {
	width:960px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	height:100%;
}

h1 {
	color: #383636;
	font-size: 35px;
	font-weight: normal;
	line-height:40px;
	font-family: 'Glegoo', serif;
}

h2 {
	color: #383636;
	font-size: 26px;
	font-weight: 300;
	text-align: left;
	font-family: 'Glegoo', serif;
	padding: 0 0 5px 0;
}

h3 {
	color: #383636;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	font-family: 'Glegoo', serif;
	padding: 0 0 5px 0;
}

p {
	color: #626364;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

a {
	color: #847344;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.bigLink {
	font-size: 20px;
	line-height:40px;
	font-family: 'Glegoo', serif;
}


div.logo {
	padding:0 0 50px 0;
}

div.hdStar {
	width:34px;
	height:31px;
	background: transparent url('../img/hd-star.png') no-repeat;
	display: inline;
}

a.button {
	box-shadow: 5px 5px 13px rgba(44, 54, 58, 0.36);
	background-color: #393939;
    border: 0 none;
    cursor: pointer;
    display: inline;
    font-weight: lighter;
    margin: 0;
    overflow: visible;
    padding: 10px 30px;
    text-decoration: none;
    width: auto;
	text-align: center;
    white-space: nowrap;
	font-size: 20px;
	font-family: 'Glegoo', serif;
	color:#ffffff;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

a.button:hover {
	color: #a4693c;
}

div.buttonLogo {
	background: transparent url('../img/logo-mini.png') no-repeat;
	width:97px;
	height:73px;
	display: inline-block;
	position:absolute;
	top:-14px;
}

div.divider {
	height:1px;
	border-top: #bbbcbd 1px solid;
	background-color: #dddfe0;
	clear: both;
	margin: 15px 0;
}

div.infoContainer {
	margin: 20px 0 0 0;
	padding:0;
	background-color: #EBEBEC;
    border:#c0c2c1 1px solid;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	height:140px;
	box-shadow: -5px 5px 13px rgba(44, 54, 58, 0.36);

}

#info1 {
	cursor: pointer;
	width:318px;
	height:100%;
	float:left;
	border-right:#c0c2c1 1px solid;
	background: transparent url('../img/bg-info.png') center 0pt;
}

#info2 {
	
	cursor: pointer;
	width:319px;
	height:100%;
	float:left;
	border-right:#c0c2c1 1px solid;
	background: transparent url('../img/bg-info.png') center 0pt;
}

#info3 {
	cursor: pointer;
	width:319px;
	height:100%;
	float:left;
	background: transparent url('../img/bg-info.png') center 0pt;
}

div.infoText {
	opacity: 0.5;
}

div.infoText p {
	font-size: 14px;
	font-family: 'Glegoo', serif;
}

#info1 div.infoText {
	background: transparent url('../img/brushIngo1.png') 30px 15px no-repeat;
}
#info2 div.infoText {
	border-left:#f1f1ef 1px solid;
	background: transparent url('../img/brushIngo2.png') 30px 15px no-repeat;
}
#info3 div.infoText {
	border-left:#f1f1ef 1px solid;
	background: transparent url('../img/brushIngo3.png') 30px 15px no-repeat;
}

#info1 div.active, #info2 div.active, #info3 div.active {
	background-color: #EBEBEC !important;
	opacity: 1;
}

div.infoComplete {
	text-align: left;
	margin: 0;
	padding:50px 100px 30px 100px;
	background-color: #EBEBEC;
    border-left:#c0c2c1 1px solid;
	border-right:#c0c2c1 1px solid;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	min-height: 220px;
	box-shadow: -5px 5px 13px rgba(44, 54, 58, 0.36);
}

div.infoText {
	height:100%;
	padding:20px 30px 0 100px;
}

div.left50 {
	width: 43%;
	float:left;
	padding: 0 30px;
}
div.right50 {
	width: 43%;
	float:right;
	padding: 0 30px;
}

.clear {
	clear:both;
}

.brush {
	clear: both;
	height:252px;
	width: 1000px;
	margin-top: 50px;
	text-align: center;
	background: transparent url('../img/schatten-pinsel-big.png') no-repeat 200px 150px;
}

div.brushCenter {
	display: inline-block;
	width:auto;
	margin: 0 auto;
}

div.brushpart {
	display: inline;
	float:left;
	cursor: pointer;
	position: relative;
}



#navi {
	width:100%;
	height:54px;
}

div.naviTopBar {
	height: 17px;
	background-color: #323232;
}

div.naviTopTopBar {
	width:0px;
	height: 2px;
	position: absolute;
	top: 0px;
	right:0px;
	background-color: #a4693c;
}

div.navElements  {
	position: relative;
	margin: 0 auto;
	text-align: right;
	padding-right: 20px;
}

div.navElements div {
	display: inline-block;
	padding:12px 0 5px 0;
}

div.navElements div.active {
	background: transparent url('../img/nav-indicator.png') no-repeat center -7px ;
	/* border-left:#323234 1px solid; */
}

div.navElements a {
	color: #383636;
	font-size: 16px;
	font-family: 'Glegoo', serif;
	padding:0 10px;
	
}

div.navElements div.active, div.navElements a:hover {
	text-shadow: 0 0 5px #FFFFFF, 0 0 10px #FFFFFF, 0 0 15px #FFFFFF, 0 0 20px #FFFFFF, 0 0 25px #FFFFFF, 0 0 30px #FFFFFF, 0 0 35px #FFFFFF, 0 0 40px #FFFFFF, 0 0 45px #FFFFFF;
	text-decoration: none;
}

div.brushAnimation {
	width:960px;
	height:233px;
	overflow: hidden;
	position: relative;
	margin-top:50px;
}

div.brushAnimation div {
	position: absolute;
	top:0px;
	left:0px;
	display:none;
}

div.Warenkorb {
	position: absolute;
	top:100px;
	right:20px;
	width:250px;
	box-shadow: 5px 5px 13px rgba(44, 54, 58, 0.36);
	background: transparent url('../img/bg-typeSelector.png');
    border: 0 none;
    font-weight: lighter;
    margin: 0;
    padding: 15px 20px 5px 20px;
	color:#000000;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	text-align: center;
	display:none;
}


#brushselectorNav {
	position:relative;
}

#brushselectorNav a {
	font-size: 14px;
	font-family: 'Glegoo',serif;
	font-size: 16px;
	padding: 0 20px 30px 20px;
	width:200px;
}

#brushselectorNav a.active {
	background: transparent url('../img/star-small-gold.png') center 25px no-repeat;
	
}

div.brushselectorNavSP {
	min-width:140px;
	float:left;
}

div.exlpanationTyp {
	position:absolute;
	top:290px;
	left:480px;
	width:160px;
	background: transparent url('../img/explainBG.png');
	z-index: 1;
	text-align: center;
	padding: 10px 15px 15px 20px;
	border: #c0c2c1 1px solid;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px;
	box-shadow: -5px 5px 13px rgba(44, 54, 58, 0.36);
	display: none;
}

div.exlpanationTyp h3 {
	background: transparent url('../img/explainHeader.png') top center no-repeat;
	text-align: center;
	padding-top: 25px;
	font-size: 14px;
}

div.exlpanationTyp p {
	font-size: 12px;
	line-height: normal;
}

#loadTypAnsicht {
	position: relative;
}



/*carousell*/

div.carousellArrow {
	position: absolute;
	top:210px;
	height:77px;
	overflow: hidden;
	
}

div.carousellArrow input {
	width: 91px;
	height: 77px;
}

div.carousellArrow.left:hover, div.carousellArrow.right:hover {
	background-position: 0 -77px;
}

div.carousellArrow.left {
	left:0px;
	background: transparent url('../img/scroll-left.png') no-repeat 0 0;
}
div.carousellArrow.right {
	right:0px;
	background: transparent url('../img/scroll-right.png') no-repeat 0 0;
}

/* Gravur */
div.gravur1 {
	position: absolute;
	top: 93px;
	left:5px;
	width:150px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
    color: #eaeaea;
    text-shadow: 0 -1px 1px #000000, 0 1px 1px #666666;
}
div.gravur1.linkshaender {
	-webkit-transform: rotate(180deg); 
	-moz-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

div.gravur1.Lidschatten {
	font-size: 13px;
	left:-15px;
	top: 93px;
}
div.gravur1.Lippen {
	font-size: 11px;
	left:0px;
	top: 92px;
}

div.img_flip div.gravur1.Lippen {
	left:-35px;
}

div.gravur2 {
	position: absolute;
	top: 71px;
	left:5px;
	width:70px;
	height: 70px;
	overflow:hidden;
	text-align: center;
	font-size: 12px;
    color: #eaeaea;
    text-shadow: 0 -1px 1px #000000, 0 1px 1px #666666;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: none;
}

div.img_flip div.gravur2 {
	left:82px;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

div.gravur2:hover, div.gravur3:hover {
	overflow: visible;
}

div.gravur3 {
	position: absolute;
	top: 83px;
	left:120px;
	width:47px;
	height: 47px;
	overflow:hidden;
	text-align: center;
	font-size: 18px;
    color: #eaeaea;
    text-shadow: 0 -1px 1px #000000, 0 1px 1px #666666;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: none;
}
div.img_flip div.gravur3 {
	left:0px;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

div.gravur3.auto {
	width: auto;
}