

body {
    background-color : #000000;
    color : white;
  }


p {
    color: white;
    font-size: 0.7em;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  }


a:link {
    color : white;
  }

/* noch nicht besuchte Ziele */





a:visited {
    color : white;
  }

/* besuchte Ziele */





a:hover {
    color : white;
    font-weight : bold;
  }

/* Verweise bei "MouseOver" */





a:active {
    color : white;
    font-style : italic;
    font-weight : bold;
  }

/* Angeklickte Verweise */




a:focus {
    color : white;
    font-style : italic;
  }

/* Verweise, die Fokus erhalten */




.txt07 {
    color: white;
    font-size: 0.7em;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-weight: bold;
    text-decoration: none;
  }


.txt12 {
    color: white;
    font-size: 1.2em;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-weight: bold;
    line-height: 1em;
    text-decoration: none;
  }


#adress {
    float : right;
    right: 100;
  }


#flash {
    height: 220px;
    width: 600px;
    left: 50px;
    top: 50px;
    position: absolute;
  }


#menue {
    color : white;
    left : 15px;
    position : absolute;
    top : 50px;
  }


#logo {
    align : center;
    left : 40px;
    top : 60px;
  }


img {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
  }

