/* CSS Document */

* { font-family: Arial, Verdana, Helvetica, sans-serif }

.bg
{
	background-image: url(Bilder/flyco_04.jpg);
	width:100%; height:119px;
	background-repeat: repeat-x;
}

.klein  { text-decoration: none; font-size: 8pt;  }
.wichtig { color: #990000; text-decoration: none; font-size: 9pt; font-weight: bold; }

a:link { color: #000000; text-decoration: none; font-weight: normal; font-size: 9pt; }
a:visited { color: #000000;  text-decoration: none; font-weight: normal; font-size: 9pt; }
a:hover { color: #e2001a;  text-decoration: none; font-weight: normal; font-size: 9pt; }
a:active { color: #e2001a; text-decoration: none; font-weight: normal; font-size: 9pt; }


a.navi:link { color: #000000; text-decoration: none;  font-size: 9pt; font-weight: normal; }
a.navi:visited { color: #000000; text-decoration: none;  font-weight: normal;  }
a.navi:hover { color: #e2001a; text-decoration: none; font-weight: normal;   }
a.navi:active { color: #e2001a; text-decoration: none;  font-weight: normal;  }

a.navi2:link { color: #FFFFFF; text-decoration: none;  font-size: 9pt; font-weight: normal; }
a.navi2:visited { color: #FFFFFF; text-decoration: none;  font-weight: normal;  }
a.navi2:hover { color: #e2001a; text-decoration: none; font-weight: normal;   }
a.navi2:active { color: #e2001a; text-decoration: none;  font-weight: normal;  }


a.subnavi:link { color: #e2001a; text-decoration: none; font-size: 9pt; font-weight: bold; }
a.subnavi:visited { color: #e2001a; text-decoration: none; font-size: 9pt; font-weight: bold;}
a.subnavi:hover { color: #000000; text-decoration: none; font-size: 9pt; font-weight: bold;  }
a.subnavi:active { color: #000000; text-decoration: none; font-size: 9pt; font-weight: bold;  }

body { 
  margin-top:0; margin-left:0; 
  scrollbar-arrow-color:#000000;
  scrollbar-base-color:#e6ebd5;
  scrollbar-shadow-color:#0f0f0f;
  scrollbar-face-color:#DBE2C2;
  scrollbar-highlight-color:#333333;
  scrollbar-dark-shadow-color:#0f0f0f;
  scrollbar-3d-light-color:#0f0f0f; }
  
td, p, pre { color: #111111; font-size: 9pt; }

input, textarea, option, select   
{
			   background-color: #FFFFFF;
               border-style:solid;
			   border: 1px #000000 solid;
			   color: #000000;
			   font-size: 7pt; 
			   font-weight: normal; 
			   cursor:hand;
}

form input.button 
{ 
			   background-color:#b3d496;
			   font-size: 7pt; 
   			   font-weight: bold; 
			   padding: 0.1em; 
}
