*:focus {outline: 0;}

body
{
	margin: 0;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}


/* HEADER */

#startscreen
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	text-align: center;
	background-color: #BCCD0B;
}

#header
{	
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 200px;
	z-index: 1000;
}

.labiocare
{
	position: absolute;
	top: 100px;
	left: 50px;
	width: 350px;
	height: 70px;
	background-image: url(../img/labiocare.png);
	background-repeat: no-repeat;
}

.deco
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 400px;
	height: 200px;
	background-image: url(../img/deco.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.neu
{
	position: absolute;
	top: 110px;
	right: 160px;
	width: 128px;
	height: 128px;
	background-image: url(../img/neu.png);
	background-repeat: no-repeat;
}

.show
{
	display: block !important;
}

/* MENUES */

#topmenu
{
	position: absolute;
	top: 220px;
	left: 0px;
	height: 24px;
	font: bold 11px Calibri, Arial, sans-serif;
	white-space: nowrap;
	z-index: 1500;
}

#topmenu a
{
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px 0 15px;
}

#topmenu a.last
{
	padding-right: 0px;
}

#topmenu a:hover, #submenu a:hover
{
	color: #e20279;
}

#mainnav
{
	float: left;
	height: 24px;
	padding-left: 35px;
	background-color: #BCCD0B;
	color: #ffffff;
}

#langmenu
{
	margin-top: 6px;
	float: left;
}

#langmenu a
{
	color: #BCCD0B;	
}

#langmenu a.active
{
	color: #e20279;	
}

#submenu
{
	position: absolute;
	top: 270px;
	font: 20px Times, serif;
	display: none;
}

#submenu div
{
	float: left;
	margin-right: 10px;
}

#submenu span
{
	font: bold 11px Calibri, Arial, sans-serif;
	color: #666;
}

#submenu a
{
	text-decoration: none;
	padding-right: 5px;
}

#submenu a:hover
{
	color: #999999;
}

#submenu *.basic { color: #0082da; }
#submenu *.pearl { color: #f2116d; }
#submenu *.sun { color: #ec6c30; }
#submenu *.goldencoral { color: #FF6C41; }

#submenu *.repair { color: #e2001a; }
#submenu *.volume { color: #5e6162; }
#submenu *.glamourgirl { color: #EE8AD2; }
#submenu *.glamourlady { color: #96223E; }


/* CONTENT */

#content
{
	position: absolute;
	top: 230px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	font: 1em Calibri, Arial, sans-serif;
	color: #999999;
	overflow: hidden;
}

#content p
{
	font-size: .8em;
	padding: 0px;
	margin: 5px 0px 15px 0px;
}

#content a
{
	color: #999999;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#content ul
{
	font-size: .8em;
	-webkit-padding-start: 20px;
}

#content li
{
	margin-bottom: 3px;
}

#content p.small
{
	font-size: .7em;
	/*font-style: italic;*/
}

.content
{
	position: absolute;
	top: 70px;
	left: 50px;
	bottom: 0px;
	width: 50%;
	overflow: auto;
}

.pcontent /* larger for product display */
{
	position: absolute;
	top: 100px;
	left: 50px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	white-space: nowrap;
}

.pimg
{
	float: left;
	margin-right: 25px;
	/* cursor: pointer; */
}

.phead
{
	font-family: Times, serif;
}

.ptext
{
	margin-top: 133px;
	padding-right: 50px;
	overflow: auto;
	white-space: normal;
}

.hoch
{
	margin-top: 120px;
}

#welcome
{
	position: absolute;
	top: 60px;
	left: 50px;
	width: 0px;
	overflow: hidden;
	white-space: nowrap;
}

#showcase
{
	display: none;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Calibri, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #BCCD0B;
}

h1 { font-size: 2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }

h2.basic { color: #0082da; }
h2.pearl { color: #f2116d; }
h2.sun { color: #ec6c30; }
h2.goldencoral { color: #FF6C41; }

h2.repair { color: #e2001a; }
h2.volume { color: #5e6162; }
h2.glamourgirl { color: #EE8AD2; }
h2.glamourlady { color: #96223E; }







h1.welcome { font-size: 12pt; font-weight: bold; }


/* CONTACT FORM */

#contact
{
	color: #999999;
	font: .8em Calibri, Arial, sans-serif;
	margin-left: -5px;
}

#contact td.label
{
	vertical-align: top;
	padding-top: 5px;
}

.k-input
{
	width: 220px;
	height: 25px;
	background-image: url(../img/form-bg.jpg);
	background-repeat: no-repeat;
	border: 0;
	padding: 0 15px 0 15px;
}

.k-text
{
	width: 220px;
	height: 185px;
	background-image: url(../img/form-bg-txt.jpg);
	background-repeat: no-repeat;
	border: 0px;
	padding: 15px 15px 0 15px;
	resize: none;
}
