 /* DATEI: formate.css */

 /* CSS wird fuer www.laubsaege.de/ausstellung 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;
 }

 /* Schriftzug ueber Linie1 */
 #titel {
  background-color:#333333;
  position: absolute;
  top:18px;
  left:600px;
  width:200px;
  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:250px;
 }

 /* Titel1 */
 #titel1 {
  position: absolute;
  top:65px;
  left:240px;
  width:194px;
  height:72px;
 }
 
 /* Titel2 */
 #titel2 {
  position: absolute;
  top:170px;
  left:240px;
  width:194px;
  height:72px;
 }
 
 /* Titel3 */
 #titel3 {
  position: absolute;
  top:275px;
  left:240px;
  width:194px;
  height:72px;
 }
 
 /* Titel4 */
 #titel4 {
  position: absolute;
  top:380px;
  left:240px;
  width:194px;
  height:72px;
 }
 
  /* Titel5 */
 #titel5 {
  position: absolute;
  top:485px;
  left:240px;
  width:194px;
  height:72px;
 }
 
 /* Titel6 */
 #titel6 {
  position: absolute;
  top:590px;
  left:240px;
  width:194px;
  height:72px;
 }
 
/* Textfeld1 */
 #text1 {
  position: absolute;
  top:65px;
  left:444px;
  width:400px;
  height:72px;
  font-family: Verdena,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color:#D6D6D6;
 }

 /* Textfeld2 */
 #text2 {
  position: absolute;
  top:170px;
  left:444px;
  width:400px;
  height:72px;
  font-family: Verdena,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color:#D6D6D6;
 }

 /* Textfeld3 */
 #text3 {
  position: absolute;
  top:275px;
  left:444px;
  width:400px;
  height:72px;
  font-family: Verdena,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color:#D6D6D6;
 }

 /* Textfeld4 */
 #text4 {
  position: absolute;
  top:380px;
  left:444px;
  width:400px;
  height:72px;
  font-family: Verdena,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color:#D6D6D6;
 }

 /* Textfeld5 */
 #text5 {
  position: absolute;
  top:485px;
  left:444px;
  width:400px;
  height:72px;
  font-family: Verdena,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color:#D6D6D6;
 }

 /* Textfeld6 */
 #text6 {
  position: absolute;
  top:590px;
  left:444px;
  width:400px;
  height:72px;
   font-family: Verdena,Arial,Helvetica,sans-serif;
  font-size: 14px;
  color:#D6D6D6;
}

