 /* DATEI: formate.css */

 /* CSS wird fuer www.laubsaege.de/kontakt definiert */

  a:link { font-family: arial; text-decoration:none; font-size:12px; color:#8080FF;}
  a:hover {font-family: arial; text-decoration:none; font-size:12px;color:#eeeeee}
  a:active { font-family: arial; text-decoration:none;  font-size:12px; color:#787878;}
  a:visited { font-family: arial; text-decoration:none; font-size:12px; color:#787878;}


 body {
  background-color:#333333;
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
 }

 /* Das  Logo */
 #logo {
  background-color:#333333;
  position: absolute;
  top:10px;
  left:5px;
  width:219px;
  height:54px;
 }

 /* Der Schriftzug ueber Linie1 */
 #titel {
  background-color:#333333;
  position: absolute;
  top:18px;
  left:600px;
  width:100px;
  height:20px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 20px;
  color:#D6D6D6;
 }

 /* Waagerechte Dekorationslinie */
 #line1 {
  position: absolute;
  top:45px;
  left:225px;
  width:580px;
  height:2px;
 }

 /* Senkrechte Dekorationslinie */
 #line2 {
  position: absolute;
  top:65px;
  left:200px;
  width:2px;
  height:300px;
 }

#navigation {
  position: absolute;
  top:80px;
  left:10px;
  width:157px;
  height:115px;
 }

 /* Das  Textfeld */
 #text {
  position: absolute;
  top:60px;
  left:240px;
  width:550px;
  height:300px;
 }
 


