/* css Definitionen für http://www.trifilm.de/ */
/* Copyright Florian v. Behr  und Ulrike Stopfel*/

/*Hintergrund dunkelgrau*/
body        {
        background-color: #676767;
                }


/*Links Trifilm-Teracotta farben*/



a:hover         {
                        font-size: 12px;
                        font-family: Arial, Helvetica, sans-serif;
                        color: #FF4200;
                        text-decoration: underline;
                        }

a:link                 {
                        font-size: 12px;
                        font-family: Arial, Helvetica, sans-serif;
                        color: #DB5729;
                        text-decoration: none;
                        }

a:visited         {
                        font-size: 12px;
                        font-family: Arial, Helvetica, sans-serif;
                        color: #DFA692;
                        text-decoration: none;
                        }

table.gesamt    {
                border-width: 1px;
                border-style: solid;
                border-color: #DB5729;
                background-color: #000000;
                margin-left: 0px;
                margin-right: 0px;
                margin-top: 0px;
                margin-bottom: 0px;
                                                }

/*Die Zelle mit dem Text*/

td
  {

   font-size: 12px;
   font-family: Arial, Helvetica, sans-serif;
   color: #ffffff;
   background-color: #676767;

 }
.hi{font-size:4px;color:#ffffff}
.dick{font-size: 16px;font-weight: bold;}
.titel{font-size: 14px;font-weight: bold;}
.willtitel{font-size:16px;font-weight: bold;color: #DB5729;}
.willtext{font-size: 14px}
.klein{font-size: 10px;}
.down
     {
     background-color: #000000;
     margin-top: 20px;
     margin-bottom: 20px;

     }
