/* DATEI: formate.css */

/* http://www.rescue-team.istheiss.de */
/* author: Daniel Lingemann */


body
  {
   background-color:#FFFFFF;
   font-family:Verdana,Arial,Tahoma,Sans-Serif;
   font-size:12px;
   color:#000000;
   margin-top:0px;
   margin-left:20px;
   margin-right:0px;
  }


h1,h2
  {
   font-family:Verdana,Arial,Tahoma,Sans-Serif;
   color:#000000;
  }


hr
  {
   color:#000000;
  }


table
  {
   font-family:Verdana,Arial,Tahoma,Sans-Serif;
   font-size:12px;
   color:#000000;
  }



p
  {
   font-family:Verdana,Arial,Tahoma,Sans-Serif;
   font-size:12px;
   color:#000000;
   margin-top:8px;
   margin-right:20px;
  }




a:link { text-decoration:none; font-weight:none; color:#B89D68; }
a:visited { text-decoration:none; font-weight:none; color:#B89D68; }
a:hover { text-decoration:none; font-weight:none; color:#6F531D; }
a:active { text-decoration:none; font-weight:none; color:#B89D68; }
