/*  *****************************  *//*  -- Allgemeine Formatierung --  *//*  *****************************  */body, table, tr, td {  font-family: "Arial";  font-size: 12px;  color: #000000;  }/*  *****************************  *//*     -- Textformatierung --      *//*  *****************************  */h1 {  font-size: 12px;	margin-left: 8;	border-width:0cm;	border-style:outset;	border-color:yellow;	margin-top: 0;	margin-bottom: 0;	background-color: #808080;  }h2 {  font-size: 14px;  margin-left: 14;  border-width:0.03cm;  border-style:outset;  border-color:yellow;  margin-top: 0;  margin-bottom: 0;  }h3 {  font-size: 12px;	margin-left: 20;	border-width:0cm;	border-style:outset;	border-color:yellow;	margin-top: 0;	margin-bottom: 0;  }h4 {	font-size: 14px;	background-color:FFCC00;	border-width:0.08cm;	border-style:outset;	border-color:#CCCCCC;	margin-top: 0;	margin-bottom: 0;		}h5 {	font-size: 14px;	background-color:CCCCCC;	margin-left: 6;	border-width:0.03cm;	border-style:outset;	border-color:yellow;	margin-top: 0;	margin-bottom: 0;	}h6 {	font-size: 9px;	margin-left: 8;	border-width:0cm;	border-style:outset;	border-color:yellow;	margin-top: 0;	margin-bottom: 0;	}.small {  font-size: 12px;  color:#000000;  }.mini {  font-size: 10px;  color:#000000;  }.minimini {  font-size: 8px;  color:#000000;  }/*  *****************************  *//*      -- Linkformatierung --     *//*  *****************************  */a {  font-family: "Arial";  color: #000000;  font-size: 12px;  text-decoration: none;  }a:link {  font-family: "Arial";  color: #800000;  font-size: 12px;  text-decoration: none;  }a:visited {  font-family: "Arial";  color: #424242;  font-size: 12px;  text-decoration: none;  }a:active {  font-family: "Arial";  color: #424242;  font-size: 12px;  text-decoration: none;  }a:hover {  font-family: "Arial";  color: #0000FF;  font-size: 12px;  text-decoration: underline overline;  }/*  *****************************  *//*        -- Sonstiges --          *//*  *****************************  */input, textarea, select {  font-family: "Arial;  font-size: 8px;  color: #000000;  border-width: 1;  border-color: #000000;  border-style: solid;  background: #ffffff;}
