<!--

 /* 20.11.2006 16:15 (c) ati Technische Systeme und Dienstleistungen, www.ati-online.de */

 /*******************************************************************/
 /* Standard                                                        */
 /*******************************************************************/
 
 body { 
 	width: 98%;
 	margin: 0px;
 	padding: 0px;
 	border: none;
 	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
 	font-size: 9pt;
 	line-height: 1.4em;
 	color: #000000; 
 	text-align: center;
  background-color: #EEEEEE;
  }
  
 input, 
 select,
 textarea,
 table,
 p,
 h1,
 form {
  text-align: left;
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
  }
  
 h1 {
  font-weight: bold;
  }
  
 select {
  font-size: 10pt;
  }
  
 textarea {
  width: 100%;
  }
 
 ul {
  list-style-type: disc;
  }
 
 li {
  margin-top: 7px;
  }
 
 img {
  border: none;
  }
  
 
 /*******************************************************************/
 /* Kopf                                                            */
 /*******************************************************************/
 
 #kopf {
  width: 810px;
  height: 100px;
  margin: 0px auto;
  background-color: #FFFFFF;
  }


 /*******************************************************************/
 /* Rahmen                                                          */
 /*******************************************************************/
 
 #rahmen {
  width: 810px; 
  margin: 0px auto;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  background: url(/stocker/bilder/hintergrund.jpg) 0px 107px no-repeat;
  }
 

 /*******************************************************************/
 /* Inhalt                                                          */
 /*******************************************************************/
 
 #inhalt {
  width: 100%;
  height: 480px;
  margin: 0px;
  padding-bottom: 20px;
  margin-top: 5px;
  text-align: left;
  vertical-align: top;
  }


 /*******************************************************************/
 /* Links                                                           */
 /*******************************************************************/
 
 a:link,
 a:visited,
 a:hover {
  margin: 0px;
  padding: 0px;
  text-decoration: underline;
  font-weight: bold;
  color: #990000;
  }
 
 a:visited {
  color: #990099;
  }
   

 /*******************************************************************/
 /* Sonstiges                                                       */
 /*******************************************************************/
 
 /* Löschen von "float"
    FF hat Probleme mit <div style="clear:both;"></div>
    <div style="clear:both;">&nbsp;</div> verursacht zu viel Abstand */
 .floatclear {
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
  line-height: 1px;
  font-size: 1px;
  clear: both;
  }
 
 .copyright {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 8pt;
  line-height: 3.0em;
  }
  
 .copyright a {
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  }
  
-->
