/*  Modified Eric Meyer's CSS Reset
---------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}

option {
	padding-left: 0.4em;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

fieldset,
img {
	border: 0 solid;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
}

.hide {
	position: absolute;
	top: -999em;
	left: -999em;
	visibility: hidden;
}

body {
	color: #4b4835;
}


/* Überschiften
 * ------------------------------------------------------------------------- */
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia;
	color: #899617;
	line-height: 35px;
	font-weight: normal;
	clear: both;
}

h1 {
	margin-left: 102px;
}

h1 a {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 244px;
	height: 142px;
	text-indent: -999em;
	background: #fff url("../img/logo.gif") no-repeat;
}

h3 {
	font-size: 30px;
	margin: -3px 0 28px 0;
	letter-spacing: -0.025em;
}
#bestellen2 h3 {
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
	letter-spacing: -0.007em;
	margin: 0 0 10px 0;
}

div#box h4 {
	margin: 0;
}

h5 {
	font-size: 20px;
	color: #899617;
	margin: -3px 0 0 0;
}


/* Texte, Absätze, Bilder
 * ------------------------------------------------------------------------- */
p {
	font-family: Verdana, Arial, sans-serif;
	margin: 0 0 28px 0;
	padding: 0;
	font-size: 14px;
	clear: both;
	line-height: 24px;
}

p.big {
	font-size: 16px;
}

div#box p {
	font-size: 11px;
}

div.clr {
	float: none;
	clear: both;
	height: 1px;
	overflow: hidden;
}

p img {
	float: left;
	margin-right: 25px;
}

div#footer p {
	font-size: 10px;
}

/* Listen
 * ------------------------------------------------------------------------- */
ul {
	margin: 15px 0 0 20px;
}

li {
	margin: 0;
	padding: 5px 0 0 15px;
}

/* Links
 * ------------------------------------------------------------------------- */

a {
	color: #86a03a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Head
 * ------------------------------------------------------------------------- */
div#head {
	background: url("../img/bg_main.png") repeat-x;
	height: 370px;
	overflow: hidden;
	text-align: center;
}

div#head div {
	width: 991px;
	background: url("../img/head_startseite.jpg") no-repeat;
	overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0;
}

div#head div a.language {
    display: block;
    position: absolute;
    margin: 4px 0 0 970px;
}


body#philosophie div#head div {
	background: url("../img/head_philosophie.jpg") no-repeat;
}

body#gesunder-schlaf div#head div {
	background: url("../img/head_gesunder_schlafen.jpg") no-repeat;
}

body#bio-babybett div#head div {
	background: url("../img/head_bio-babybett.jpg") no-repeat;
}

body#bestellen div#head div {
	background: url("../img/head_bestellung.jpg") no-repeat;
}

body#kontakt div#head div {
	background: url("../img/head_kontakt.jpg") no-repeat;
}

div#head img {
	float: left;
}

div#head h2 {
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -999em;
	display: block;
	height: 250px;
	width: 991px;
	overflow: hidden;
}

/* Navigation
 * ------------------------------------------------------------------------- */
div#sidebar {
	background: url("../img/navi_hintergrund.jpg") no-repeat 76px 0px;
	width: 376px;
	float: left;
	position: relative;
	margin: -196px 0 0 0;
	line-height: 37px;
	overflow: hidden;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	z-index: 999;
}

div#navi {
	margin: 0 0 0 76px;
	overflow: hidden;
}

div#navi ul {
	list-style-type: none;
	margin: 17px 0 0 12px;
	padding: 0 0 0 0;
	overflow: hidden;
}

div#navi li {
	margin: -3px 0 0 0;
	padding: 2px 0 3px 0;
	display: block;
	background: url("../img/trenner_navi.png") no-repeat 25px 0;
}

div#navi ul a,
div#navi ul a:visited,
div#navi ul a:active  {
	font-family: Georgia;
	color: #8f983c;
	font-size: 18px;
	text-decoration: none;
	margin: 0 0 0 50px;
}

div#navi ul a:hover,
div#navi ul li.active a {
	color: #571f1c;
}


/* Bett Box unter der Navigation
 * ------------------------------------------------------------------------- */
/**
 * Box1
 */
div#box {
	background: url("../img/navi_babybett.jpg") no-repeat;
	margin: 25px 0 0 -5px;
	padding: 0 0 0 55px;
	overflow: hidden;
}

a#github88a,
a#github99a {
	height: 315px;
	margin: 0;
	display: block;
	padding: 0;
	float: none;
	width: auto;
	text-decoration: none;
	border: none;
	outline: none;
}

div#box div.photo {
	margin: 0;
	padding: 0;
	width:auto;
	float: none;
}

* html div#box {
	height: 1%;
}

div#box p {
	margin: 5px 0 0 0;
	padding: 0 55px 0 0;
	line-height: 18px;
}

div#box img.buttonshop {
	margin: 73px 0 0 40px;
}

div#box p.buttons {
	margin: 4px 0 0 -4px;
	padding: 0;
}

div#box p.buttons a,
div#box p.buttons a:active,
div#box p.buttons a:visited,
div#box p.buttons a:hover {
	text-decoration: none;
}

div#box a {
	color: #8f983c;
}

/**
 * Box2
 */
div#box2 {
	margin: 10px 0 0 -5px;
	padding: 83px 0 0 30px;
	overflow: hidden;
}

div#box2 dl {
	background: url("../img/bg_container_top.png") no-repeat;
}

div#box2 dt {
	padding: 32px 40px 0 20px;
	font-family: Georgia, Times, serif;
	font-size: 20px;
	color: #899617;
}

div#box2 dt.flower {
	background: url("../img/icon_logo.png") no-repeat 180px 0;
}

div#box2 dd {
	background: url("../img/bg_container_bottom.png") no-repeat bottom left;
	padding: 0 40px 20px 20px;
	color: #878466;
	font-size: 11px;
	line-height: 18px;
}

div#box2 dd p {
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
}


/* Content
 * ------------------------------------------------------------------------- */
div#content_wrapper {
	margin: 0 auto 0 auto;
	width: 991px;
	position: relative;
	z-index: 0;
}

div#content_wrapper div#content {
	width: 584px;
	float: right;
	overflow: hidden;
}

div#content_wrapper:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}

div.photo {
	float: left;
	margin: 0 30px 20px 0;
}


/* Teaser
 * ------------------------------------------------------------------------- */
dl.teaser {
	display: block;
	padding: 0;
	overflow: hidden;
	height: 1%;
	margin-bottom: 18px;
}

dl.teaser dt {
	display: block;
	height: 40px;
	line-height: 50px;
	text-indent: 58px;
	overflow: hidden;
	background: url("../img/bg_teaser_top.jpg") no-repeat;
	padding: 0;
	margin: 0;
	font-family: Georgia;
	font-size: 22px;
	color: #899617;
}

dl.teaser dd {
	display: block;
	background: url("../img/bg_teaser_bottom.jpg") no-repeat left bottom;
	padding: 0 0 20px 0;
}

dl.teaser p {
	margin:  0 0 0 15px;
	padding: 0 0 0 45px;
	line-height: 22px;
}

div.teaser {
	margin: 0 0 0 0;
	background: url("../img/bg_teaser_bottom.jpg") no-repeat left bottom;
	padding: 0;
	border: 0;
}

div.teaser ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: url("../img/bg_teaser_top2.jpg") no-repeat left top;
	padding: 0 0 20px 0;
}

div.teaser ul li {
	background: url("../img/liststyle.gif") no-repeat;
	font-size: 14px;
	line-height: 22px;
	font-family: Verdana, Arial, sans-serif;
	padding: 3px 44px;
	margin: 18px 14px;
}


/* Bestellformulare
 * ------------------------------------------------------------------------- */
/**
 * Allgemein
 */

div.product,
div.highlight,
div.bestaetigung {
	overflow: hidden;
	display: block;
	background: url("../img/bg_teaser_bottom.jpg") no-repeat left bottom;
	padding: 0;
	margin: 0;
	margin-bottom: 18px;
}

.checkout img,
.checkout a
.form_navi img,
.form_navi a {
	margin: 0;
	padding: 0;
}

div.bestaetigung {
	background: url("../img/bg_teaser_bottom2.jpg") no-repeat left bottom;
}

div.product dl,
div.highlight fieldset,
div.bestaetigung div.inner,
div.highlight div.inner {
	display: block;
	overflow: hidden;
	background: url("../img/bg_teaser_top2.jpg") no-repeat;
}


form h3 {
	margin: 0 0 15px 0;
}

/**
 * Produkt und Bestätigungsseite
 */
* html div.product dl,
* html div.bestaetigung dl {
	height: 1%;
}

div.product dl dt,
div.bestaetigung dl dt {
	display: block;
	float: left;
	width: 163px;
}

div.product dl dt img,
div.bestaetigung dl dt img {
	padding: 10px 9px;
    margin-bottom: 6px;
}

div.product dl dd,
div.bestaetigung dl dd {
	display: block;
	width: 379px;
	float: left;
}

div.product dl dd h4,
div.bestaetigung dl dd h4,
div.highlight dl.left dt,
div.highlight dl.right dt {
	font-size: 22px;
	padding: 12px 0 0 0;
	margin: 0;
	color: #899617;
	letter-spacing: -0.02em;
}

/**
 * Produktseite
 */
div.product p {
	display: block;
	border-bottom: 1px solid #d0cdb2;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 13px;
}

div.product p.warenkorb {
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	border: 0;
	border-top: 1px solid #fff;
	padding: 10px 0 20px 0;
}

div.product p.warenkorb a {
	margin: 0 0 0 10px;
}

div.product p.warenkorb input {
	padding: 2px 3px;
	border: 1px solid #d0cdb2;
    -webkit-border-radius: 5px; /* Safari */
    -moz-border-radius: 5px; /* Firefox & Co. */
    -o-border-radius: 5px; /* Opera */
    border-radius: 5px;
    width: 22px;
    text-align: center;
    font-size: 14px;
}

div.checkout {
	margin: 6px 0 0 0;
	padding-top: 10px;
	border-top: 1px solid #d0d69a;
	overflow: hidden;
}

* html div.checkout {
	height: 1%;
}

div.checkout img,
p.form_navi img {
	margin-left: -5px;
}

div.checkout p {
	display: block;
	float: left;
	font-size: 12px;
	color: #6f6b4d;
}

div.checkout p.left {
	text-align: left;
	width: 70%;
}

div.checkout p.right {
	text-align: right;
	width: 29.9%;
}

div.checkout input {
	width: auto;
	height: auto;
}

div.checkout strong {
	color: #6f6b4d;
	font-size: 16px;
	letter-spacing: -0.02em;
}


/**
 * Eingabe und Bestätigungsseite
 */
div.highlight {
	margin: 0 0 28px 0;
}

fieldset {
	padding: 17px 21px;
	display: block;
}

fieldset p {
	padding: 0;
	margin: 0 0 9px 0;
}

fieldset label {
	display: block;
	color: #6f6b4d;
	margin-bottom: 2px;
}

fieldset input,
textarea {
	border: 1px solid #a3a876;
	padding: 3px;
	height: 15px;
	width: 337px;
	background-color: #fff;
}

textarea{
	height: 150px;
}

fieldset input:focus,
textarea:focus {
	background-color: #f7f8eb;
}

fieldset p.error input,
p.error textarea {
	background-color: #fbdecf;
	border: 1px solid #c7591d;
	float: left;
}

fieldset p.error input:focus,
p.error textarea:focus {
	background-color: #f7e9e2;
}

p.error strong {
	font-weight: normal;
	color: #c7591d;
	margin-left: 10px;
	padding-left: 20px;
	background: url("../img/icon_error.png") no-repeat 0 5px;
	display: block;
	float: left;
	line-height: 20px;
}

p.error {
	overflow: hidden;
}

* html p.error {
	height: 1%;
}

.highlight img {
	float: none;
	margin: 0;
}

.angaben img {
	float: left;
}

p.paypal {
	display: block;
	margin-top: 20px;
}

input#form_captcha {
	width: 213px;
	margin-left: 10px;
}

p.captcha img {
	margin-right: 17px;
}

p.form_navi {
	overflow: hidden;
}

* html p.form_navi {
	height: 1%;
}

form img.next,
div.checkout img.next,
form input.next {
	float: right;
	margin-right: 0;
}

form img.back {
	float: left;
}

p.summe {
	display: block;
	padding: 8px 0 23px 164px;
	margin: 0;
}


div.bestaetigung dl {
	margin: 0;
	overflow: hidden;
}

* html div.bestaetigung div.inner,
div.inner {
	height: 1%;
}
div.highlight div.inner {
	padding: 0 19px;
}

div.bestaetigung div.inner dl dd {
	height: auto;
}

div.bestaetigung div.inner dl dd p {
	margin-bottom: 10px;
}

div.trenner {
	height: 1px;
	background-color: #fff;
	border-top: 1px solid #d0cdb2;
	clear: both;
	margin: 0 10px;
	overflow: hidden;
}

div.bestaetigung p.summe {
	clear:both;
}

div.highlight dl {
	margin-top: 10px;
	margin-left: -4px
}

div.highlight dl dd {
	margin-top: 10px;
}


div.highlight dl.left,
div.highlight dl.right {
	float: left;
	width: 49.9%
}


/* Foot
 * ------------------------------------------------------------------------- */
div#footer {
	margin-top: 90px;
	color: #ceda7c;
	font-size: 11px;
	text-align: center;
	height: 139px;
	background: url("../img/foot_hintergrund.gif") repeat-x;
	font-family: Verdana, Arial, sans-serif;
}

div#footer ul {
	display: block;
	width: 740px;
	padding: 37px 0 0 0;
	margin: 0 auto;
	overflow: hidden;
	height: 25px;
}

div#footer ul li {
	display: block;
	margin-left: -1px;
	background: url("../img/trenner_footer.jpg") left 2px no-repeat;
	padding: 0 11px;
	float: left;
	height: 25px;
}

div#footer p {
	clear: both;
	padding: 0;
	margin: 0;
}

div#footer ul a,
div#footer p a:visited,
div#footer p a:active {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}

div#footer p a {
	color: #ceda7c;
	text-decoration: none;
}


/* Bilder
 * ------------------------------------------------------------------------- */

img {
	border: 0;
}

#large_box {
	width: 800px;
	height: 600px;
}