body {
	height: 100%;
	background: #f9f9f9;
	font: 12px/140% 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: #111;
	margin: 20px;
}
a {
	/* color: #03c; */
	color: #D71375;
}
a:hover {
	/*color: #FF44BF; */
	text-decoration:none;
}
p {
	margin: 15px 0;
}
dl#amazon_items h3 {
	border-bottom-color:#FF98D9;
	border-bottom-style:solid;
	border-bottom-width:1px;
	text-decoration:none;
	margin-top:40px;
}
dl#amazon_items h3 a {
	text-decoration:none;
}

dl#preise {
	clear: both; 
	margin: 15px 0 0 0;
}

dl#preise dt{ 
 margin:4px 0 15px;
 float: left; 
 clear: left; 
 width: 120px; 
 color: gray; 
 } 

dl#preise dt:after { 
content: ":"; 
} 

dl#preise dd { 

	margin:0 0 15px;
	color:#D71375;
	font-family:Tahoma;
	font-size:20px;
/*	font-style: italic;
	overflow: hidden;
    padding:6px;
	display: inline;*/
}

.amazon_price{
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	/* border:1px solid; */
	color:#D71375;
	font-family:Tahoma;
	font-size:20px;
	font-style: italic;
	overflow: hidden;
	padding:6px;
	display: inline;
}


img {
	border: 0;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #bbb;
	margin: 15px 0;
}
#wrapper {
	width: 1000px;
	margin: auto;
	background: #fff;
	padding: 0 0 1px 0;
/*	border-bottom: 10px solid #000; */
}
#top {
	background: #FFC4D8;
	padding: 10px 0 10px 0;
}
#top h1 {
	margin: 10px 20px;
	font: normal 27px Georgia, Times, serif;
	float: left;
}
#top h1 a {
	color: #fff;
	text-decoration: none;
}
#top form {
	float: right;
	margin: 12px 20px 8px 0;
}
#navigation {
	margin: 10px 20px 10px 20px;
	}
#menu {
	background: #ffffff;
	padding: 5px 20px;
	font-weight: bold;
	color: #222;
	border-bottom:1px solid #FF98D9;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#menu ul li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
#left_side {
	width: 470px;
	padding: 10px 15px 10px 15px;
	float: left;
}

#right_side {
	width: 470px;
	padding: 10px 15px 10px 15px;
	float: left;
	text-align: justify;
}

#footer {
	/*border-top: 1px solid #ccc;*/
	font-size: 11px;
	text-align: center;
	padding: 10px 0 5px 0;
	margin: 20px 20px 0px 20px;
}

h2 {
	font-size: 18px;
	margin: 20px 0;
	border-bottom: 1px solid #FF98D9;
	padding-bottom: 5px;
	display: block;
	color: #888888;
}

h2#amazon {
	background: url('/img/amazon.gif') right no-repeat;
}

.adsense {
	margin: 20px 0;
}

/*
dl {
	margin: 0 0 40px 0;
}

dt {
	font: bold 14px/140% 'Lucida Grande', Arial, Helvetica, sans-serif;
	margin: 20px 0 5px 0;
}
dd {
	margin: 0;
}
*/



dl#amazon_items dt {
	margin: 0px 0 15px 0;
	text-align:justify;
}
dl#amazon_items dd.image {
	float: left;
	margin: 0 15px 5px 0;
	border: 0px solid #ddd;
	background: #fff;
	padding: 5px 10px;
}
dl#amazon_items dd.review {
	margin: 0 0 35px 0;
}



