@import url('reset.css');
@import url('webfonts.css');
@import url('print.css') print;

/***

***/

/*****/

body {
	background: 
	 url(../img/layout/bg/index.jpg) no-repeat center left fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";	
	font-family: Arial, Helvetica, sans-serif, sans;
	color: #e6e6eb;
	font-size: 100.01%;
	}


p {
	margin-top: 11px;
	}

a {
	text-decoration: none;
	color: #e6e6eb;
	}
a:hover {
	color: #99a0ad;
	text-decoration: underline;
	}
a:focus {
	outline: 1px #99a0ad dotted;
	}

b, strong {
	font-weight: bold;
	}
i, em {
	font-style: italic;
	}
tr, td {
	vertical-align: top;
	}

/*****/

#container {
	width: 964px; margin: 0 auto;
	}

/*****/

#contentbereich {
	/* background: url(../img/layout/bg_contentbereich.png) repeat-y; */
	padding-top: 160px;
	overflow: hidden;	
	}

/*****/

#content {
	float: left; margin-left: 192px;
	margin-top: 40px;
	width: 550px;
	font-size: 90%;
	background: no-repeat;
	}
	
#content h1 {
	color: #e6e6eb;
		padding-top: 60px;
	font-size: 105%;
	text-align: left;
	margin-bottom: 1em;
	}
#content p, #content ul {
	font-size: 90%;
	text-align: justify;
	margin-bottom: 1em;
	line-height: 1.5em;
	}

#content ul {
	text-align: left;
	}
#content ul li {
	background: url(../img/addi/bullit.gif) no-repeat 0 7px;
	padding-left: 15px;
	margin-bottom: 6px;
	}
	
/*****/

#address {
	float: left; margin-left: 192px;
	padding-top: 20px;
	width: 550px;
	font-size: 90%;
	background: no-repeat;
	}
	
#address p  {
	font-size: 90%;
	text-align: center;
	line-height: 1.5em;
	}

#address a {
		font-size: 88%;
	text-align: right;
	}
	
	
/*****/

#footer {
	float: left; margin-left: 192px;
		padding-top: 15px;
	width: 550px;
	font-size: 90%;
		text-align: right;
	background: no-repeat;
	}
	
#footer p  {
	font-size: 90%;
	text-align: right;
	line-height: 1.5em;
	}

#footer a {
		font-size: 88%;
	text-align: right;
	}
	
	
	


/*****/

#features {
	float: left; 
	width: 220px;
	margin: 51px 0 0 56px;
	font-size: 90%;
	font-family:"Times New Roman", Times, serif;
	}
.feature {
	margin-bottom: 30px;
	}

.feature p {
	font-size: 80%;
	line-height: 1.3em;
	}
.feature .tel {
	width: 27px;
	display: block;
	float: left;
	overflow: hidden;
	}
	
	/*****/

	
#spacer {
position: relative; width: 964px; overflow: hidden;
left: 50%; margin-left: -482px; 
height: 370px;
	}


/*****/


#logo, #navigation {
	position: absolute; left: 50%;
	}

#logo {
	top: 63px; margin-left: -450px;
	z-index: 10;
	}

#navigation {
	top: 87px; margin-left: -385px; padding: 0 0 27px 210px;
	font-family: "Times New Roman", Times, serif;
	text-transform:uppercase;
	background: url(../img/layout/bg_navigation.png) no-repeat;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
body#index #navigation { background-position: -720px 100%; }
body#produkte #navigation { background-position: -564px 100%; }
body#schoenheit #navigation { background-position: -441px 100%; }
body#qualitaet #navigation { background-position: -310px 100%; }
body#kontakt #navigation { background-position: -198px 100%; }
body#impressum #navigation { background-position: -198px 100%; }

	
#navigation ul li {
	float: left;
	margin-right: 33px;
	}
#navigation ul li.letztes {
	margin-left: 0;
	}
#navigation a {
	color: #043034;
	text-decoration: none;
	}	
#navigation li.aktiv a {
	color: #cf052e;
	text-decoration: none;
	}

/*****/

#schmuckbild {
	position: absolute; left: 50%; top: 198px; margin-left: -320px;
	width: 286px; height: 108px;
	background-image: url(../img/layout/bg_content/index.png)
	}

/*****/

#kontaktformular input, #kontaktformular textarea {
	font-family: Arial, Helvetica, sans-serif, sans;
	font-size: 12px;
	width: 100%;
	border: 1px #e6e6eb solid;
	padding: 3px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	}

#kontaktformular input:focus, #kontaktformular textarea:focus {
	background: #99a0ad ;
	color: #fff;
	}

#kontaktformular input[type=submit] {
	padding: 9px;
	width: 100%;
	background: #99a0ad ;
	color: #fff;
	font-weight: bold;
	}
	
#kontaktformular input[type=submit]:focus {
	background: maroon;
	}
		
/*****/

.SYSerror {
	border-bottom: 1px maroon solid;
	color: e6e6eb;
	background: url(../img/icons/warning.png) no-repeat 5px 2px;
	padding: 0 0 6px 30px;
	}
	
.floatbreaker {
	clear: both;
	}

.rahmen {
	border: 1px #595959 solid;
	}

.rechts {
	float: right; margin: 3px 0 15px 15px;
	}

.links {
	float: left; margin: 3px 15px 15px 0;
	}

a.rArr {
	background: url(../img/addi/rArr.gif) no-repeat 0px 4px;
	padding-left: 9px;
	}
a.rArr.external {
	background: url(../img/addi/icon_ext.gif) no-repeat 0 3px;
	padding-left: 12px;
	}
a.rArr.mailto {
	background: url(../img/addi/icon_email.gif) no-repeat 0 5px;
	padding-left: 15px;
	}
a.rArr.mailto img {
	vertical-align: middle;
	}
a.pdf {
	background: url(../img/addi/icon_pdf.gif) no-repeat 0 2px;
	padding-left: 18px;
	}
	
#hinweisIE6, #hinweisIE7 { display: none; position: absolute; top: 0px; left: 0px; width: 100%; background: red; color: white; text-align: center; padding: 5px 0; font-size: 80%; font-weight: bold; }
#hinweisIE6 a, #hinweisIE7 a {color: white; }
#hinweisNoscript { position: absolute; top: 0px; left: 0px; width: 100%; background: red; color: white; text-align: center; padding: 5px 0; font-size: 80%; font-weight: bold; 
}
