<!--
html		{ 	
			margin-left:50px;
			margin-right:50px;	
			margin-top:15px;
			margin-bottom:15px;
		}
body		{ 	
			background-image:url(./hobelbg.jpg);
			background-repeat:repeat;
			background-attachment:fixed;
			margin-left:50px;
			margin-right:50px;	
			margin-top:15px;
			margin-bottom:15px;
			text-decoration:none;
			color: #000000;
			font-family:verdana, helvetica, sans-serif;
			font-size:10pt;
			font-weight:normal;
 		}
h1		{
			margin-left:10px;
			margin-right:10px;
			font-family:verdana, helvetica, sans-serif;
			font-size:14pt;
			font-weight:bold;
		}
h2		{
			margin-left:10px;
			margin-right:10px;
			font-family:verdana, helvetica, sans-serif;
			font-size:14pt;
			font-weight:normal;
		}
h3 		{
			margin-left:20px;
			margin-right:10px;
			font-family:verdana, helvetica, sans-serif;
			font-size:12pt;
			font-weight:bold;
		}
h4		{
			margin-left:20px;
			margin-right:10px;
			font-family:verdana, helvetica, sans-serif;
			font-size:11pt;
			font-weight:normal;
		}
p		{
		 	text-indent:0.2cm;
			margin-left:20px;
			margin-right:20px;
		}
pre		{ 	
			margin-left:50px;
			margin-right:50px;	
			margin-top:15px;
			margin-bottom:15px;
			text-decoration:none;
			color: #000000;
			font-family:verdana, helvetica, sans-serif;
			font-size:10pt;
			font-weight:normal;
 		}
.indent		{
		 	text-indent:0.2cm;
			margin-left:20px;
			margin-right:20px;
		}
.noindent	{
		 	text-indent:0.0cm;
			margin-left:20px;
			margin-right:20px;
		}
.exdent	{
		 	text-indent:-140px;
			margin-left:160px;
			margin-right:20px;
		}
.right	{
		 	text-align:right;
			margin-left:20px;
			margin-right:20px;
		}
.cited		{
		 	font-style:italic;
			font-size:10pt;
		}
.ref		{
			font-family:verdana, helvetica, sans-serif;
			font-size:10pt;
			font-weight:normal;
		}
.h4margin	{
		 	text-indent:0.0cm;
			margin-left:20px;
			margin-right:10px;
		}
ul		{
			list-style-type:disc;
			list-style-position:outside;
			margin-left:20px;
			margin-right:20px;
		}
ol		{
			list-style-position:outside;
			margin-left:20px;
			margin-right:20px;
		}
dl		{
		 	text-indent:0.2cm;
			margin-left:20px;
			margin-right:20px;
		}
table		{
			border-collapse:collapse; 
			border-spacing:0px; 
			font-size:10pt;
			font-weight:normal;
			white-space:normal;
			vertical-align:middle;
			text-align:left;
			float:none;
			margin-left:5px;
			margin-right:5px;
			margin-top:5px;
			margin-bottom:5px;
			padding:0px;
/*			width:100%;  */
		}
table td	{
			white-space:normal;
			padding-left:10px;
			padding-right:10px;
			padding-top:5px;
			padding-bottom:5px;
			vertical-align:middle;
		}
table.links	{
			background-color:transparent;
			border-style:solid;
			border-color:#000000;
			border-collapse:collapse;
			border-spacing:1px;
			border-width:1px;
			font-size:10pt;
			font-weight:normal;
			white-space:nowrap;
			vertical-align:middle;
			text-align:left;
			float:none;
			margin-left:5px;
			margin-right:5px;
			margin-top:5px;
			margin-bottom:5px;
			padding:0px;
			width:100%;
		}
table.links td	{
			white-space:normal;
			padding-left:10px;
			vertical-align:middle;
		}
table.links img	{
			border:none;
			vertical-align:middle;
			margin-top:5px;
			margin-left:10px;
			margin-bottom:5px;
			margin-right:10px;
		}
table.notes	{
			border-style:solid;
			border-width:0px;
			background-color:transparent;
			width:100%;
		}
table.notes td	{
			padding:0px;
			vertical-align:top;
		}
.center		{
			text-align:center;
		}
.invalid	{
			background-color:#aaaaaa;
		}
.lowkey		{
			background-color:#bbbbbb;
		}
.headerbox	{
			border-collapse:collapse;
			border-style:solid;
			border-width:0px;
			border-spacing:0px;
			padding:0px;
			margin:10px;
			white-space:nowrap;
			width:100px;
			text-align:center;
			table-layout:auto;
		}
/* Fuer Bilder mit Unterschriften allgemein (floating) */
.captionpic	{
			margin:10px;
			padding:10px;
			border-style:none;
			border-color:black;
			border-width:0px;
			float:left;
			text-align:center;
		}
/* Fuer Werkzeugmarkierungen */
.captionmark	{
			min-height:400px;
			border-style:none;
			border-color:black;
			border-width:0px;
			float:left;
			text-align:center;
		}
/* Fuer Werkzeuge und deren Links */
.captiontool	{
			min-height:250px;
			border-style:none;
			border-color:black;
			border-width:0px;
			margin:10px;
			float:left;
			text-align:center;
		}
/* Fuer Anzeigen etc. */
.captionadd	{
			min-height:500px;
			border-style:none;
			border-color:black;
			border-width:0px;
			float:left;
			text-align:center;
		}
/* Fuer Buecher, Kataloge etc. */
.captionbook	{
			min-height:150px;
			border-style:none;
			border-color:black;
			border-width:0px;
			float:left;
			text-align:center;
			margin:10px;
		}
.td_eng		{
			padding:5px;
			text-align:left;
			vertical-align:top;
		}
.td_engh		{
			font-weight:bold;
			padding:5px;
			text-align:left;
			vertical-align:top;
		}

table.headerimg	{
			border-style:none;
			padding:0px;
			text-align:center;
			table-layout:auto;
		}
table.imgtxt	{
			border-style:solid;
			border-width:0px;
			border-color:#ff0000;
			padding:0px;
			text-align:center;
			table-layout:auto;
			margin:10px;
		}
table.toc	{
			background-repeat:repeat;
			background-position:center;
			border-style:solid;
			border-width:1px;
			border-color:#ff0000;
			padding:150px;
			margin:10px;
			vertical-align:top;
			text-align:center;
			table-layout:auto;
			text-decoration:none;
			background-color:#EEEEEE;
			color: #000000;
			font-family:verdana, helvetica, sans-serif;
			font-size:10pt;
			font-weight:bold;
		}
div.toc		{
			border-style:solid;
			border-width:0px;
			border-color:#ff0000;
			padding:0px;
			vertical-align:top;
			text-align:left;
			table-layout:auto;
			text-decoration:none;
			background-color:transparent;
			color: #000000;
			font-family:verdana, helvetica, sans-serif;
			font-size:10pt;
			font-weight:bold;
		}
img		{
			margin:10px;
			vertical-align:middle;
		}
hr		{
			width:60%;
			color:#000000;
			background-color:#000000;
			border:none;
			height:1px;
			text-align:center;
		}
a:link		{
			border-style:none;
			color:#000000;
			text-decoration:underline;
		}
a:active	{
			color:#000000;
			text-decoration:underline;
		}
a:visited	{
			color:#666666;
			text-decoration:underline;
		}
a:hover		{
			color:#888888;
			text-decoration:underline;
		}
a.toc:link	{color: #333333; text-decoration: none}
a.toc:active	{color: #333333; text-decoration: none}
a.toc:visited	{color: #666666; text-decoration: none}
a.toc:hover	{color: #666666; text-decoration: underline}
a.fnf:hover	{color: #000000; text-decoration: none}
a.fnt		{
			position: relative;
			top: -5px;
			font-weight:bold;
			font-size:80%;
			text-decoration: none;
		}
a.fnf		{
			position: relative;
			top: -5px;
			font-weight:bold;
			font-size:80%;
			text-decoration: none;
		}

