/* Print-Standard-CSS für Kaffee - Braunes Gold */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
}
html, body {
    font-size: 12px;
}
img {
   border: 0;
}
p, ul {
   font-size: 12px;
   line-height: 16px;
   color: #000000;
   margin: 5px 0px 15px 10px;
}
span.standart {
   font-size: 12px;
   line-height: 16px
}
span.normal, td {
   font-size: 12px;
}
ol {
   list-style-position:inside;
}
ul {
	list-style-image:url(../images/graphics/liste.gif);
	list-style-type: disc;
	margin: 5px 0px 0px 40px;
}
h1 {
	font-size: 19px;
	color: #663300;
	margin: 5px 0px 10px 5px;
	border-bottom: 2px solid #663300;
	text-indent: 2px;
	line-height: 30px;
}
h2 {
   font-size: 13px;
   color: #663300;
   margin: 15px 60px -5px 240px;
}
td.white {
  color: #FFFFFF;
  font-size: 12px;
}
