/* CSS-Script für die Planetenkrieger Homepage */
/* by Kerstin Roggenkamp */

body
    {
       background-color:#000000;
    }

p,ul,ol,li,div,td,blockquote
    {
    color:#000000;
    font-family:Arial,Helvetia,sans-serif;
        /*font-size:11pt;*/
    }

h1
    {
    color:#0099ff;
    font-size:22pt;
    font-weight:300;
     text-align:center;
    text-decoration:none;
    font-family:Arial,Helvetia,sans-serif;
    }

h2
     {
     color:#000000;
     font-size:22pt;
     font-weight:300;
     text-align:center;
    text-decoration:none;
    font-family:Arial,Helvetia,sans-serif;
    }

h3
    {
    color:#000000;
    font-size:15pt;
     text-align:center;
    text-decoration:none;
    font-family:Arial,Helvetia,sans-serif;
    }

.blau
     {
     color:#0099ff;
     font-family:Arial,Helvetia,sans-serif;
     }

.unten
      {font size:7pt;}

.klein
      {
      font-size:smaller;
      }

.text
     {
     font-family:Arial,Helvetia,sans-serif;
     }

.menue
      {
      font-size:9pt;
      font-weight:lighter;
      }

a:link
      {
      text-decoration:none;
      color:#000099;
      font-size:11pt;
      font-weight:bold;
      font-family:Arial,Helvetia,sans-serif;
      }

a:visited
         {
         text-decoration:none;
         color:#006699;
         font-size:11pt;
         font-weight:bold;
         font-family:Arial,Helvetia,sans-serif;
         }

a:active
        {
        text-decoration:none;
        color:#0066ff;
        font-family:Arial,Helvetia,sans-serif;
        }

a:hover
       {
       text-decoration:none;
       font-weight:bold;
       font-size:11pt;
       color:#00ccff;
       font-family:Arial,Helvetia,sans-serif;
       }

#rahmblau
         {
         border: 1px solid #6666ff;
         padding: 6px;
         }

#link
           {
           border: 1px solid #6666ff;
           background-image:url(nepstars2.jpg);
           text-align:center;
           padding: 6px;

           }

/*Tabellenrahmen*/

#rahmleft
         {
         border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #6666cc;
        }
#rahmright
         {
         border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #6666cc;
        }

div.navi
	{
	position:absolute;
         top: 130px;
         left: 30px;
         width: 130px;

                  }

body
      {
      background-image:url(backlinks01.jpg);
      SCROLLBAR-FACE-COLOR: #ccccff;
      SCROLLBAR-HIGHLIGHT-COLOR: #cccccc;
      SCROLLBAR-SHADOW-COLOR: #ffffff;
      SCROLLBAR-3DLIGHT-COLOR: #000000;
      SCROLLBAR-ARROW-COLOR: #0099ff;
      SCROLLBAR-TRACK-COLOR: #99ccff;
      SCROLLBAR-DARKSHADOW-COLOR: #000000;
      }