/* DATEI: hmt_dok.css*/
body  {
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	background-color : e8e8e8;
	color:#404040;
	font-family:Arial,Helvetica,Verdana,sans-serif;
}

span {
	line-height:140%;
	font-size: 0.8em;
}

/* 10px = 10 Pixel, Wert aenderbar*/
h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  {
	font-family : Arial,sans-serif;
	text-align : left;
}

/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar*/
p.e1  {
	margin-left : 1cm;
}

p.e2  {
	margin-left : 2cm;
}

h1.e0  {
	font-size : 18pt;
}

h1.e1  {
	font-size : 18pt;
	margin-left : 1cm;
}

h1.e2  {
	font-size : 18pt;
	margin-left : 2cm;
}

h1.e3  {
	font-size : 18pt;
	margin-left : 3cm;
}

h2  {
	font-size : 16pt;
}

/* 16pt = 16 Punkt, Wert aenderbar*/
h3,h3.xmp,h3.xpl,h3.inf,h3.tip  {
	font-size : 11pt;
}

/* 11pt = 11 Punkt, Wert aenderbar*/
h4  {
	font-size : 10pt;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
p,ul,ol,li,div,td,th,address,nobr,b,i  {
	font-size : 9pt;
}

/* 10pt = 10 Punkt, Wert aenderbar*/
pre  {
	font-family : Courier New,Courier;
	font-size : 10pt;
	color : #0000C0;
}

/* #0000C0 = blau, Wert aenderbar*/
td.xmpcode  {
	border-width : 1pt;
	border-style : solid;
	border-color : #999999;
	background-color : #FFFFE0;
}

/* #EEEEEE = helles Grau, Wert aenderbar*/
.qbar  {
	background-color : #FFFFE0;
	font-size : 9pt;
	font-family : Arial,sans-serif;
}

/* #000000 = schwarz, Wert aenderbar*/
<!-- a:link  {
	color : #0033ff;
	text-decoration : underline;
}

a:visited  {
	color : #0000ff;
	text-decoration : underline;
}

a:active  {
	color : #ff3333;
	text-decoration : none;
}
 -->
h2.e1  {
	margin-left : 1cm;
}

h2.e2  {
	margin-left : 2cm;
}

p  {
	font-family : Arial,sans-serif;
	text-align : left;
	margin-top : 0pt;
}

td.header  {
	text-align : center;
	font-size : 7pt;
}

p.2pt  {
	font-size : 2 pt;
}

p.4pt  {
	font-size : 4 pt;
}

p.6pt  {
	font-size : 6pt;
}

td.rtop  {
	text-align : right;
	valign : top;
}

p.center  {
	text-align : center;
}

p.right {
	text-align : right;
}

td.plart  {
	text-align : center;
}

td.preis  {
	text-align : right;
}

h4.e1  {
	margin-left : 1cm;
}

a.ohne  {
	text-decoration : none;
}

th.center,td.center,h3.center  {
	text-align : center;
}

p.bold  {
	font-weight : bold;
}

#6pt  {
	font-size : 6pt;
	font-style : normal;
}

#blau  {
	color : #3399ff;
}

#bold  {
	font-weight : bold;
	font-style : normal;
}

a:link { text-decoration:underline; font-weight:bold; color:#0033ff; }
a:visited { text-decoration:underline; font-weight:bold; color:#3333ff; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }
