
        A:link { text-decoration: none; color: #cc0033;border: 0; }
        A:visited {text-decoration: none; color: #cc0033;border: 0;}
        A:active { text-decoration: none; color: black;border: 0; }
        A:hover { text-decoration: none; color: black;border: 0;}

a.speziell:link {
  background-color: white;color: white;border: 0;}

a.speziell:visited {
  background-color: white;color: white;border: 0;}

a.speziell:hover {
  background-color: white;color: white;border: 0;}

a.speziell:active {
  background-color: white;color: white;border: 0;}


H1
        {
        text-transform: uppercase;
        letter-spacing: 5px;
        font-size:16px;
        color:#C03;
        }

 H2
        {
        font-size:12px;
        color:#C03;
        }


body {

         font-family: Arial, Helvetica, sans-serif;
          line-height: 20px;
          font-size: 12px;
          letter-spacing: 1px;
          margin: 0;
        text-align: center;
          padding: 0px;
          background-color: white;
          color: #E6E6E6;
        overflow: hidden;
        }

#inhalt {
  z-index:2;
  position:absolute;
  height:600px;
  width:800px;
  margin:-300px 0px 0px -400px;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 0px;
  overflow: hidden;
}

#balken {
z-index:3;
color: black;
background-color: #E6E6E6;
position:absolute;
width: 100%;
  margin: 250px 0px 0px -50%;
  top: 50%;
  left: 50%;
  text-align: center;
  padding: 0px;

}

#linie {
z-index:9;
background-color: #E6E6E6;
position:absolute;
width: 100%;
height: 3px;
margin: -230px 0px 0px -50%;
top: 50%;
left: 50%;
text-align: center;
padding: 0px;
overflow: hidden;
}


#text {

line-height: 25px;
color:black;
letter-spacing:0 px;
z-index:10;
position:absolute;
width: 660px;
height:405px;
margin: -190px 0px 0px -330px;
top: 50%;
left: 50%;
text-align: left;
padding: 0px;
overflow: auto;
}


