/* Global
================================================*/

body {
	font: 80%/140% Arial,Helvetica,sans-serif;
	background: #6C5A56 url(../images/bg-body.gif) repeat-x;
	margin:0;
	padding:0;
}
hr {
	clear: both;
	height: 1px;
	border: 0;
	visibility: hidden;
}

/* Layout
================================================*/

h1 {
	width: 760px;
	height: 153px;
	display: block;
	text-indent: -9999px;
	padding: 0;
	margin: 1em 0;
	background: url(../images/titel.gif) no-repeat center center;
}
#wrapper {
	width: 760px;
	background: transparent url(../images/home-image.jpg) no-repeat;
}
#content {
	margin-left: 280px;
	width: 470px;
}
#book {
	width: 155px;
	float: left;
}
#box {
	background: transparent url(../images/bg-box.gif) no-repeat;
	width: 384px;
	padding: 5px 10px 0 20px;
	height: 120px;
	margin-top: 2em;
}
#footer {
	clear: both;
	margin-left: 30px;
	width: 725px;
}

/* Misc
================================================*/

p {
	color: #d0cbc9;
}
strong {
	color: #f3d8e8;
}
#box strong {
	color: #ff9acc;
}
#box p {
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 140%;
	margin: .5em 0 0 0;
}
#footer p {
	font-size: .8em;
	color: #afa7a3;
	margin-bottom: 2em;
}

/* Images
================================================*/

img {
	margin: 0 2em 1em 0;
	border: 0;
	float: left;
}

/* Lists
================================================*/

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul {margin: 0;}

#content ul {
	margin: 1em 0;
	border-bottom: 1px solid #867571;
}
#content ul li {
	padding-left: 15px;
	background: url(../images/bg-li.gif) no-repeat;
	color: #d0cbc9;
	line-height: 20px;
	border-top: 1px solid #867571;
}


/* Buttons
================================================*/

ul#bestel {
	margin: 0 0 3em 255px;
	padding: 0;
	border: 0;
}
ul#ontdek {
	margin: 2em 0 2em 150px;
	padding: 0;
	border: 0;
}

ul#bestel li, ul#bestel li a,
ul#ontdek li, ul#ontdek li a {
	display: block;
	height: 31px;
	text-indent: -9999px;
	text-decoration: none;
	border: 0;
	padding: 0;
}

ul#bestel li a {
	width: 162px;
	background: url(../images/b-bestel.gif) no-repeat;
}

ul#ontdek li a {
	width: 113px;
	background: url(../images/b-ontdek.gif) no-repeat;
}

/* Links
================================================*/
#footer a:link,
#footer a:visited,
#content a:link,
#content a:visited {
	color: #ff9acc;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 0;
	margin: 0 -2px;
	border-bottom: 1px dotted #ff9acc;
}
#footer a:visited,
#content a:visited {
	color: #d3a0be;
	border-bottom: 1px dotted #d3a0be;}

#footer a:focus,
#footer a:hover,
#content a:focus,
#content a:hover {
	border-bottom: 1px dotted #ff9acc;
}

#content #book a,
#content ul#bestel li a, #content ul#ontdek li a {
	border: 0;
}
