@charset "utf-8";

  body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:100.00%;
    color:#444;
  }

  h1,h2,h3,h4,h5,h6 {
    font-family:Arial, "Times New Roman", Times, serif;
    font-weight:normal;
    color:#222;
    margin:0 0 0.25em 0;
  }

  h1 { font-size:250%; }
  h2 { font-size:160%; }
  h3 { font-size:150%; }
  h4 { font-size:133.33%; }
  h5 { font-size:116.67%; }
  h6 { font-size:116.67%; }

  a { color:#FFCC00; background:transparent; text-decoration:none; font-weight: bold; }
  a:visited  { color:#FFCC00; font-weight: bold; }
  a:focus { text-decoration:underline; color:#FFCC00; background: transparent; }
  a:hover,
  a:active { color:#FFCC00; text-decoration:underline; }

#errorgrafik {
	margin: 0 auto;
	padding-top: 50px;
	background-image: url(error_404.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 500px;
	width: 800px;
}
