html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

html, body {
   background: #C3CAF5;
   height:100%; color:#000000; background-image:url('../layout/bg-introseite.gif');background-repeat: repeat-x;background-position:50%;
   }
a {
   font-size:13px;
   color:#333333;
   text-decoration:underline;
   }
  a:visited {
   font-size:13px;
   color:#666666;
   text-decoration:underline;
   }
  a:hover {
   font-size:13px;
   color:#000000;
   text-decoration:underline;
   }
p {
   font-size:13px;
   color:#333333;
   }
