/* ============================================ */
/* Body und Linkfarben
*/
body
{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
}


a:link    { color: #2F5400; text-decoration: none; }
a:visited { color: #2F5400; text-decoration: none; }
a:active  { color: #2F5400; text-decoration: none; }
a:hover   { color: #2F5400; text-decoration: none; }


/* Elemente verbergen */
table.navi { display: none; }
div#logo   { display: none; }
div#printbutton { display: none; }
div#footer      { display: none; }
h1#noprint-h1   { display: none; }
p#noprint-p1    { display: none; }
h3#noprint-h3   { display: none; }


/* SW-Logo für Druck */
div#print-logo
{
	float: right;
}

/* Footer mit Quellenangabe (aus rechtlichen Gründen sicherheitshalber einbauen) */
div#print-footer
{
	text-align: center;
	border-top: 1px solid black;
	font-size: 80%;
	line-heigt: 170%;
	padding-top: 0.5em;
}

td.artikel-gerade
{
	padding: 0.5em;
}
td.artikel-ungerade
{
	padding: 0.5em;
}


/* ============================================ */
/* Inhalt
 */
div#content
{
	width: 550px;
	margin: auto;
	font-size: 80%;
	line-height: 170%;
}


/* ============================================ */
/* Schriftarten und Schriftgrößen
 */

h1
{
	color: black;
	margin-left: 0px;
	margin-top: 1.5em;
	margin-bottom: 2em;
	font-size: 175%;
	line-height: 150%;
}

h2
{
}

h3
{
	margin-top: 1.5em;
	margin-bottom:  0.1em;
	padding-bottom: 0.1em;
	font-size: 120%;
}


/* ============================================ */
/* Spezielle Formate
 */
table.kundendaten
{
	margin-top: 2.0em;
}

table.kundennummer
{
	margin-top: 1em;
}

table.artikel
{
	margin-top: 1em;
	width: 100%;
}

table.anmerkung
{
}

td.feld-links, td.kundennummer
{
	vertical-align: top;
	width: 7.9em;
	font-weight: bold;
	line-height: 130%;
}

td.daten
{
	vertical-align: top;
	line-height: 120%;
}
td.feld-telfax
{
	vertical-align: top;
	text-align: left;
	padding-left: 2em;
	line-height: 120%;
	font-weight: bold;
}
td.feld-kundennummer
{
	vertical-align: top;
	padding-bottom: 0.25em;
	line-height: 130%;
}

td.artikel-anzahl
{
	vertical-align: top;
	text-align: center;
}

td.preis
{
	vertical-align: top;
	text-align: right;
}

td.artikel-head
{
	border-bottom: 1px solid black;
}

td.artikel-versand
{
	border-top: 1px solid black;
}

td.artikel-gesamtpreis
{
	border-bottom: 3px double black;
}


div.subheader
{
	border-bottom: 2px solid #2F5400;
	padding-bottom: 0px;
	margin-bottom:  12px;
}

p.subheader
{
	font-size: 130%;
	margin-left:     0px;
	padding-left:    5px;
	padding-bottom:  0px;
	margin-bottom:   0px;
	margin-top:    0.5em;
	color: #2F5400;
}


/* ============================================ */
/* Abstände 
 */
.nospacetop
{
	padding-top: 0px;
	margin-top:  0px;
}

.nospacebottom
{
	padding-bottom: 0px;
	margin-bottom:  0px;
}


div.hr
{
	width: 570px;
	height: 1em;
	border-top: 2px solid #2F5400;
	margin-top: 1em;
	margin-bottom: 0px;
	margin-left: -10px;
	padding: 0px;
}
