/*zentrale formate: body tags*/
body {
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  font-family:Arial,Helvetica,Verdana;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
	font-stretch:normal;
  word-spacing:normal;
  letter-spacing:normal;
  text-decoration:none;
  text-transform:none;
  color:#000000;
  font-size:8pt;
  background-color:#ffffff;
  border:none;
    }

/*unbesuchte links*/
a:link {
  font-size:8pt;
  color:#000000;
      	}

/*besuchte links*/
a:visited {
  font-size:8pt;
  color:#000000;
      		}

/*aktive links*/
a:active {
  font-size:8pt;
  color:#000000;
					}

/*hover effekt*/
a:hover {
  text-decoration:underline;
  font-size:8pt;
  color:#000000;
					}

/*text*/
#content {
  font-size:8pt;
  				}
  				
/*info*/
#info {
  font-size:8pt;
  color:#cccccc;
  				}
  				
/*kopftext*/
#headcnt {
  font-size:8pt;
  font-weight:bold;
  				}
  				
  				
/*fuß*/
#sub {
  font-size:8pt;
  				}
  				
/*fuß*/
#sublink {
  font-size:8pt;
  				}

/*outlines*/
#outline {
 	border-color:#000000;
  border-style:solid;
  border-width:1px;
  background-color:#ffffff;
						}

/*formularfelder*/
#button {
 	border-color:#000000;
  border-style:solid;
  border-width:1px;
  background-color:#ffffff;
  font-size:8pt;
						}

/*headline*/
#headline {
  color:#000000;
  font-size:8pt;
  				}
  				
/* -------------- headline 1 ---------------------------------------------------------------------------------------- */
h1
  {
  color:#000000;
  font-size:14pt;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- headline 2 ---------------------------------------------------------------------------------------- */
h2 {
   color:#000000;
   font-size:10pt;
   }
/* ------------------------------------------------------------------------------------------------------------------ */
