/* schriftstil,abstände */

body
{
  margin-top: 10px;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 10px;

  background-image: url(../images/hintergrund.gif);
  background-color:#008000;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
}

/* scrollbar ab ie5.5 */

body
{
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color:#FF0000;
}

/* links */

 a:link { text-decoration:none; font-family:Arial; color:#FFFFFF; }
 a:visited { text-decoration:none; font-family:Arial; color:#FFFFFF; }
 a:active {text-decoration:none; font-family:Arial; color:#FFFFFF; }
 a:hover { text-decoration:none; font-family:Arial; color:#FF0000; }

/* text */

#title
{
 text-decoration:none;
 font-family:Arial;
 font-size:40pt;
 color:#FF0000;
}

#text1
{
 text-decoration:none;
 font-family:Arial;
 font-size:12pt;
 color:#FFFFFF;
}

#text2
{
 text-decoration:none;
 font-family:Arial;
 font-size:10pt;
 color:#FFFFFF;
}
