@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

body {
	border-top: 8px solid #ffa0b6;
}

strong {
  font-weight: bold;
}

div#wrapper {
  position: absolute;
  left: 50%;
  width: 606px;
  margin-left: -303px;
  top: 100px;
}

div#pic {
  
}

div#startclaim, div#logo {
  position: absolute;
  left: 450px;
  top: 194px;
}

div#sortiment {
	visibility: hidden;
  position: absolute;
  left: 465px;
  top: 300px;
}

div#footer {
  color: #ffa0b6;
  font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
  font-size: 10px;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  text-align: center;
  
  position: absolute;
  left: 100px;
  top: 430px;
	width: 600px;
}

a:link, a:visited, a:hover {
  color: #ffa0b6;
  text-decoration: none;
}

/* ----------------------------------------------------- JS enabled browsers */

.js div#startclaim, .js div#logo, .js div#sortiment { 
  display: none;
}

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

