* {
	border:none;
	margin:0;
	padding:0;
}

body {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding:20px;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin:0 0 1em 0;
}

a {
	color:#000;
	text-decoration:none;
}

ul {
	list-style-type:square;
	margin-left:20px;
}

#header,
#rechts,
#nav,
#ticker,
.noprint,
.footlink,
hr {
	display:none;
}

/* Meldungen */
.box {
	margin-bottom:16px;
}

.box .message {
	clear:both;
	overflow:hidden;
	margin-bottom:16px;
	width:100%;
}

.box .separator {
	border-bottom:1px solid #002463;
	margin-bottom:8px;
	padding-bottom:16px;
}

.box .message img {
	border:1px solid #002463;
	float:left;
	margin:5px 0 0 20px;
}

#mitte .box .message .content {
	background:none;
	float:left;
	margin:0;
	padding:0;
	width:355px;
}

/* Produkte */
.product_list h1, .product_list h2,
.product_list h3, .product_list h4 {
	margin:1em 0;
}

.produkt {
	position:static;
	clear:both;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 2px 0px;
	width:470px;
}
.produkt .name {
	display:block;
	float:left;
	width:90px;
	color:#1B3D76;
	font-weight:bold;
	
	padding:1px 0px 1px 5px;
}
.produkt .beschreibung {
	display:block;
	float:left;
	color:#000;
	padding:1px 0px 1px 10px;
}

.produkt {
	border-bottom:1px solid #ccc;
}

.level1 .name {
	padding-left:15px;
}

.level2 .name {
	padding-left:30px;
}



