* { /*hiermit werden die Browsereigenen Einstellungen auf null gesetzt*/
          margin: 0;
          padding: 0;
}
body {
          font-size: 62.5%; /*Basisschrift auf 10px gesetzt, z.B. 12px sind dann 1.2em*/
          font-family: Arial, Helvetica, sans-serif;
}

p {
          font-size:1.0em;
          line-height: 1.5em;
          margin: 1.5em 0em;
}

h1 {
          font-weight:bold;
          font-size:2.4em;
          line-height: 1.25em;
          margin: 1.25em 0;
}

h2 {
          font-weight:normal;
          font-size:2.4em;
          line-height: 1.25em;
          margin: 1.25em 0;
}

h3 {
          font-size:1.8em;
          font-weight:bold;
          line-height: 1.333em;
          margin: 1.333em 0;
}

h4 {
          font-size:1.8em;
          font-weight:normal;
          line-height: 1.333em;
          margin: 1.333em 0;
}

h5 {
          font-size:1.4em;
          font-weight:bold;
          line-height: 1.2857;
          margin: 1.2857em 0em;
}

h6 {
          font-size:1.4em;
          font-weight:normal;
          line-height: 1.2857;
          margin: 1.2857em 0em;
}

a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #666666;
    text-decoration:none;
}
a:hover {
	color: #000000;
}
a:active {
	color: #999999;
    text-decoration:none;
}
	
.copright {
          font-family: Geneva, Arial, Helvetica, san-serif;
          font-size: 10px;
          text-decoration: none;
          color: #666666
}
