 /* DATEI: formate.css */

 /* CSS wird fuer www.laubsaege.de startseite 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:37px;
  left:100px;
  width:219px;
  height:54px;
 }

 #titel {
  background-color:#333333;
  position: absolute;
  top:72px;
  left:305px;
  width:381px;
  height:14px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color:#8080FF;
 }

 #design {
  background-color:#333333;
  position: absolute;
  top:92px;
  left:305px;
  width:381px;
  height:14px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  color:#787878;
 }

 #line1 {
  position: absolute;
  top:65px;
  left:1px;
  width:95px;
  height:2px;
 }

 #line2 {
  position: absolute;
  top:1px;
  left:295px;
  width:2px;
  height:35px;
 }

 #line3 {
  position: absolute;
  top:90px;
  left:295px;
  width:2px;
  height:200px
 }

 #line4 {
  position: absolute;
  top:88px;
  left:660px;
  width:150px;
  height:2px
 }

 #line5 {
  position: absolute;
  top:90px;
  left:140px;
  width:2px;
  height:330px;
 }

 #line6 {
  position: absolute;
  top:120px;
  left:660px;
  width:2px;
  height:400px;
 }

 #line7 {
  position: absolute;
  top:340px;
  left:105px;
  width:700px;
  height:2px;
 }

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

 /* Infokasten mit Rahmen */
 #info {
  position: absolute;
  top:136px;
  left:344px;
  width:287px;
  height:170px;
  border-width:2px;
  border-style:solid;
  border-color:#8080FF;
  padding:0.5em;
  text-align:left;
 }

 /* Zitat von Tschechow */
 #zitat {
  position: absolute;
  top:399px;
  left:152px;
  width:452px;
  height:38px;
  font-family: Courier New,Courier,mono;
  font-size: 14px;
  color:#B9B9B9;
 }
 

