/* Styles für generelles Layout des Fan-Portals */
/* <![CDATA[ */
body
    {
    margin:0;
    background-color:#C0C0FF; /* Hintergrundfarbe */
    font-size:12pt;
    font-family:arial, sans-serif;
    }

h1
    {
    font-size:16pt;
    line-height:90%;
    color:#000099;
    }

p
  {
  font-size:12pt;
  }

a:link     { color:#FFFFFF; text-decoration:none; }
a:visited  { color:#FFFFFF; text-decoration:none; }
a:focus    { color:#FFFFFF; text-decoration:none; }
a:hover    { color:#FFFFFF; text-decoration:none; }
a:active   { color:#FFFFFF; text-decoration:none; }

div#info
    {
    position: fixed;
    bottom:0px;
    width:243px;
    height:16px;
    padding:2px 2px;
    margin-left:0px;
    border-top:1px dotted #000000;
    background-color:#C8C8FF;
    text-align:center;
    font-size:8pt;
    color:#112211;
    }



/* ]]> */