/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#outer_page {
	width: 752px;
}
.header {
	padding-bottom: 15px;
}
.clear {
	clear: both;
}
.links {
	float: left;
	width: 585px;
}
.rechts {
	float: left;
	width: 165px;
}
.box {
	width: 178px;
	height: 221px;
	border: 1px solid #C1C1C1;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
	display: inline;
	position: relative;
}
.box .image {
	width: 156px;
	height: 156px;
	position: relative;
	padding: 11px;
}
.box .produktbeschreibung {
	width: 170px;
	border-top: 1px solid #C1C1C1;
	background-color: #E3ECF4;
	padding: 4px;
	margin: 0;
}
.box .produktbeschreibung .artikel {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0; 
	padding: 0;
}
.box .produktbeschreibung .beschreibung {
	color: #275486;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.neuer_artikel {
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	background-color: #FA333D;
	color: #FFF;
	padding: 1px 3px;
}
.artikel_preis {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #70A5CD;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px;
}
.boxlink {
	/* transparenter Hintergrund fuer IEs */
	background: transparent url('http://static.werkenntwen.de/images/sprite.gif') repeat 0 0;
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	display: block;
}
h4 {
	background-image: url(../gfx/spalte_headline_bg.jpg);
	background-repeat: no-repeat;
	height: 22px;
	padding: 5px 10px;
	color: #FFF;
}
h5 {
	margin-bottom: 3px;
}
.rechts td {
	padding: 2px 0;
	color: #275486;
	font-size: 11px;
}
	.rechts td a {
		color: #275486;
		text-decoration: none;
		font-size: 11px;
	}
	.rechts td a:hover {
		text-decoration: underline;
	}
/*** Gleiches bei wkw kann später weg***/
h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 11px 0;
}
p {
	line-height: 17px;
	margin: 18px 0;
}

