@charset "utf-8";
/* CSS Document */

* {
    box-sizing: border-box;
    font-family: 'font4', Arial, sans-serif;
    font-size: 1rem;
}

@font-face {
font-family: font1;
src: url('code_light.eot');
src: url('code_light.eot') format('eot'),
url('code_light.ttf') format('truetype');
}

@font-face {
font-family: font2;
src: url('code_bold.eot');
src: url('code_bold.eot') format('eot'),
url('code_bold.ttf') format('truetype');
}


@font-face {
font-family: font3;
src: url('tt0001m_.eot');
src: url('tt0001m_.eot') format('eot'),
url('tt0001m_.ttf') format('truetype');
}

@font-face {
    font-family: font4;
    src: url('Marvel-Regular.eot');
    src: url('Marvel-Regular.eot') format('eot'),
    url('Marvel-Regular.ttf') format('truetype');
    }

    @font-face {
        font-family: font5;
        src: url('Marvel-Italic.ttf');
        src: url('Marvel-Italic.ttf') format('eot'),
        url('Marvel-Italic.ttf') format('truetype');
        }


body    {
    padding: 0;
    margin: 0;
    background-color: rgb(255, 255, 255);
    font-family: 'font4', Arial, sans-serif;
    color:#222222;
	line-height:15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("ny_weich.png");
    
   


        }

header  {
 
}

.abstand {
    margin-bottom: 10px;
    margin-top: 20px;
}

.abstand_oben {
    margin-top: 5px;
    
}

.abstand_unten {
    margin-bottom: 5px;
    
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
 }
 

 .ueberschrift {
font-size: 25px;

 }

table.content {
border-collapse: collapse;
margin: 10px 0;
min-width: 200px;
background-color: rgb(236, 236, 236);
margin-left:auto;margin-right:auto;
border:1px solid #000000;
text-align:left;


}
 
table.content th{
padding: 10px 10px 5px 15px;
border-bottom: 1px solid #bbbaba;
}

.right {
    padding: 115px 15px 115px 115px;
    text-align: right;
    }
 
table.content td{
padding: 0px 0px 0px 0px;
background-color: rgb(0, 0, 0);
color:#ffffff;
max-width: 300px;
line-height:22px;

/*  border-bottom: 1px solid #bbbaba; */
}

.btn {
    font-family:  Verdana, Geneva, Tahoma, sans-serif, sans-serif;
    font-size: 0.9rem;
    color:#9b9b9b;
    background-image: -webkit-linear-gradient(top,#ffffff, #ebebeb);
    width: 90px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #bbbaba;
   
}

.btn:hover {
    
    color:#000000;
    transition: all ease 0.5s;
    font-size: 0.91rem;
    
}

.klein {
    font-size: 0.9rem;
    color: #ffffff;
}

a:link {
    color: #ffffff;
    
      }
      

      /* visited link */
a:visited {
        color: rgb(255, 255, 255);
      }
      
      /* mouse over link */
a:hover {
        color: hotpink;
      }
      
      /* selected link */
a:active {
        color: blue;
}