/***************************************************************************
 *
 * file:   style.print.css
 *
 * descr.: CSS Design file for printer-like devices
 *
 * Copyright (C) 2004 by SISS.biz, Schmidt und Kueting GbR
 * info@siss.biz
 *
 **************************************************************************/
/* Defaults */
body { font-family: "Arial", Geneva, sans-serif; font-size: 1em; }

hr         { display: none; }
hr#id-line { display: block; }


/* Header */
#id-head h1,
#id-head h2 { margin: 0px; padding: 0px; page-break-after:avoid; }
#id-head h2 { font-size: 1.4em; }

/* Navigation bar */
#id-nav-txt            { margin-bottom: 20px; font-size: 24px; font-weight: bold; }
#id-quick-menu         { display: none; }

#id-frame { border-collapse: collapse; }

/* Menu */
#id-menu { display: none; }

/* Side Menu */
#id-secmenu { display: none; }

/* Product size table */
div.sizebox { margin-bottom: 1em; }

/* Anker */
a { color: #000; text-decoration: none; }

/* Content */
#id-content        { font-family: "Verdana", Arial, Geneva, sans-serif; }
#id-content h1,
#id-content h2,
#id-content h3,
#id-content h4,
#id-content h5,
#id-content h6     { margin: 0px; padding: 0px; page-break-after: avoid; }
#id-content h2     { font-size: 1.4em; font-style: italic; font-weight: 600; }
#id-content h2 sup { }
#id-content h3     { font-family: "Times New Roman", Times, serif; font-size: 1.2em; font-weight: normal; }
#id-content h4     { font-family: "Arial Narrow", Geneva, sans-serif; font-size: 1.1em; font-weight: normal; }
#id-content p      { margin: 0px; padding: 0px 0px 20px 0px; }
#id-content img    { display: none; }

#id-tail a { display: none; }

