/* globale Einstellungen */
body {
   margin: 0px;
   padding: 0px;
   font-size: 1.2em; /* sicherstellen, dass Anwender die Schrift ändern kann*/
   font-family: Arial, Verdana, sans-serif;
   background-color: #ffffff;
   background-image: url("/gfx/clogo.jpg");
   background-position: 50% 0%;
   background-repeat: no-repeat;
   background-attachment: fixed;
   color: #202020;
}

/* Content-Bereich (Allgemein) */

h1 {
   font-size: 26pt;
   color: #0000c0;
}

h2 {
   font-size: 24pt;
   color: #0000c0;
   margin-bottom: 5px;
}

h3 {
   font-size: 22pt;
   color: #0000c0;
}

h4 {
   font-size: 20pt;
   color: #0000c0;
}

img {
   border: 0px;
}

#content{
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  margin-top: 360px;
  text-align: center;
}