
body{
    
    background-color: #262626;
    
}

div#speedometercrop{
    height: 200px;
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(0, 0, 0);
}

div#speedometercrop img{
    margin-top: -100px;
    
}

div#duistopcrop{
    height: 200px;
    overflow: hidden;
    border-top-style: solid;
    border-top-color: rgb(137, 137, 137);
    border-bottom-style: solid;
    border-bottom-color: rgb(137, 137, 137);
}

div#duistopcrop img{
    margin-top: -30%;
    
    
}

div.grad{
    
    height: 20px;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 1%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(1%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 1%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

p{
    color: #dbdbdb;
    text-shadow: 1px 1px 5px #000;
    
}

b{
    color: #c10a0a;
}


p#head{
    
   
    
    margin-left: 10%;
    margin-right: 10%;
    
    margin-top: 5%;
    margin-bottom: 2%;
    
    
    font-family: Adler;
    font-size: 24px;
}

p#info{
    
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2%;
    font-family: tahoma;

}

p#quote{
    
}


div#info{
    color: #dbdbdb;
    text-shadow: 1px 1px 5px #000;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2%;
    font-family: tahoma;
}