/*******************************************************************
	Copyright by Ute Schröder
	Letzte Änderung: 23.06.2008, UTF-8
*******************************************************************/

body {
	margin: 0;
	padding: 0;
	font: small Arial, sans-serif;
	line-height: 1.35em;
	color: #58585a;
	background: #fff7e2;
	}

* {
	margin: 0;
	padding: 0;
	}

p {
	margin: 1em 0;
	}

a {
	outline: none;
	}

/* Layout allgemein
*******************************************************************/

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 1em 0;
	background: url(img/bg.jpg) no-repeat 0 0 #fff;
	}

#header {
	width: 371px;
	height: 151px;
	text-indent: -3000px;
	background: url(img/header_dog-en-vogue.jpg) no-repeat 0 0;
	}

h3 {
	width: 534px;
	height: 28px;
	margin: 19px 0 20px 218px;
	text-indent: -3000px;
	background: url(img/text_halsbaender-windhunde.gif) no-repeat 0 0;
	}

#text {
	width: 220px;
	margin-left: 105px;
	padding: 1px 0; /* margin von p und h3 soll sich in allen Browsern addieren */
	}

#shop {
	position: absolute;
	left: 430px;
	top: 523px;
	width: 200px;
	margin-left: 315px;
	}

#footer {
	width: 650px;
	margin: 1em auto 0 auto;
	padding-right: 150px;
	font-size: 86%;
	text-align: center;
	}

/* Abschnitte
*******************************************************************/

/* Text */

#text {
	text-align: justify;
	}

img {
	float: right;
	margin-right: 273px;
	border: none;
	}

#text em {
	display: block;
	font-weight: bold;
	font-style: normal;
	}

/* "zum Shop"-Bereich */

#lifestyle-shop {
	display: block;
	width: 173px;
	height: 32px;
	margin: 150px 0 15px 0;
	text-indent: -3000px;
	background: url(img/goto-shop.jpg) no-repeat 0 0;
	}

#shop ul {
	list-style: none;
	}

#shop li {
	padding: 1px 0 1px 40px;
	background: url(img/bullet.gif) no-repeat 0 0;
	}

#shop li a {
	font-size: 116%;
	text-decoration: none;
	color: #878889;
	}

#shop li a:hover {
	color: #333;
	}

#shop span {
	display: block;
	margin: 7px 0 0 40px;
	}

/* Footer */

#en {
	padding: 5px 0 5px 40px;
	text-decoration: none;
	color: #666;
	background: url(img/flag-en.gif) no-repeat 0 0;
	}
