html {}

body {width: 400px;
      margin: 0 auto;
      padding: 10px;
      font-family: helvetica, arial, tahoma, sans-serif;
      font-size: 100.1%;
      color: #000000;}
      

a:link {
    color: rgb(200,200,200);
    text-decoration:none;
}


a:visited {
    color: rgb(200,200,200);
}


a:hover {
    color: rgb(200,200,200);
}

a:active {
    color: rgb(200,200,200);
}

#abstand {height: 50%;
          margin-bottom: -14em;
          width: 1px;
          float: left;
}

#content {height: 28em;
          clear: left;
          position: relative;
          width: 33em;
          margin: 0 auto;
}



#kreis {
    background-color: rgb(100,100,100);
    width: 400px;
    height: 400px;
    border: 1px solid rgb(200,200,200);
    text-align: center;
    border-radius: 200px;
    min-height: 10em;
    display: table-cell;
    vertical-align: middle
}

#nils{
    font-size: 50px;
    top: 1000px;
    color: rgb(200,200,000);
}

#mail{
    font-size: 37px;
    color: rgb(200,200,200);
}




