h1 { margin:0px; }
h2 { font-style:normal; }
div.ident { margin-top:4px; }
div {
	line-height:1.4em;
	word-spacing:0.15em;
}

/* "produkt" box */
div.box {
	padding:0px;
}
div.head {
	white-space:nowrap;
	padding:7px;
	margin:0px;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
	font-style: italic;
	float:left;
	border-bottom: 2px dotted #909090;
	border-right: 2px dotted #909090;
}
div.body {
	padding:5px;
	margin:0px;
}

/* extra links */
div.links {
	font-size:9px;
	font-weight:bold;
	padding:0px;
	white-space:nowrap;
	text-align:right;
	color:#909090;
	padding-top:3px;
}

/* layout table "produkte" right boxes */
table.x {
	border-spacing:0px;
	width:100%;
}
table.x td {
	padding:0px;
	margin:0px;
	vertical-align:top;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:15px;
}

/* box on the right */
div.sbox {
        position:relative;
	margin:0px;
	margin-left:10px;
        background:#bde2ff;
                  /* no-repeat bottom right url('../pix/lb_bottom_right.gif')*/
}
div.shead {
	padding:3px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
        background:#008dd5; 
}
div.shead a {
	color:#fff;
}
div.sbody {
	padding:4px;
}

/* box "merkmale" */
div.mbox {
  margin:15px; margin-right:0px;
  padding:7px;
}
div.mboxruler {
	border-top: 2px #909090 dotted; margin-top:7px; margin-bottom:5px;
}
div.mbox img {
	margin:0px;
	margin-left:5px;
}


div.tl { position:absolute; left:0px; top:0px; width:5px; height:5px; background: no-repeat top left  url('../pix/mb_top_left.gif'); }
div.tr { position:absolute; right:0px; top:0px; width:5px; height:5px; background: no-repeat top right url('../pix/mb_top_right.gif'); }
div.bl { position:absolute; left:0px; bottom:0px; width:5px; height:5px; background: no-repeat bottom left url('../pix/lb_bottom_left.gif'); }
div.br { position:absolute; right:0px; bottom:0px; width:5px; height:5px; background: no-repeat bottom right url('../pix/lb_bottom_right.gif'); }
