/* Falcon Stylesheet Datei */

/*
 * muß für style.css eingetragen sein, erster CSS-Eintrag wird sonst verschluckt !!!
 */
.blabla {
  font-weight: bold;
}



a.menu_entry {
  font-size: 16;
  font-weight: bold;
  border-style: dashed;
  color: black;
  border-style: outset;
  padding: 2;
  text-decoration: blink;
  border : 2px dotted;
}

a.menu_entry:hover {
  text-decoration: none;
  color : red;
}

table.menu_table {
  background-color: #FF9900;
  padding: 0;
  border: 0px  solid Black;
}

td.top_and_left_area {
  background-color : #FF9900;
}

td.menu_entry {
  padding: 5;
  text-align : center;
}

td.selected_menu_entry {
  font-size: 16;
  font-weight: bold;
  padding: 5;
  text-align : center;
  background-color: Black;
  color: #ff9900;
}


/*
 * Links
 */
p.link_entry {
  padding: 8px;
  border-style: solid;
  border-width: 1;
}

a.link_url {
  font-weight: bold;
}

/*
 * mit folgenden Einstellungen werden die Kommentar-Texte im Bereich Finance Analysis eingestellt
 */
li.comment {
  list-style: none outside;
  margin: 2;
  padding: 4;
  border: 2;
  background: #efefef;
  border-style: outset;
  font-size: 12;
  color: black
}

div.download {
  font-size: 11;
  color: #52ad19;
  border-style: outset;
  background: #efefef;
  padding: 2;
}

div.last_updated {
  font-size: 14;
  color: #000000;
  border-style: outset;
  background: #52ad19;
  width: 240;
  padding: 20;
}


/*
 * global font-family settings
 */
file, input, select, textarea, option, b, p, td, body, li, ul {
  /* font-family: Verdana, Helvetica, sans-serif */
  /* font-family: Times New Roman, Times */
  /* font-family: Avantgarde, Arial */
  /* font-family: Wingdings */
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  color:white;
}


/*
 * Mouse-Over Effekt für Links
 */
a {
  text-decoration: none;
}
a:hooover {
  text-decoration: underline;
}


body { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }

a:link { color:white; }
a:visited { color:white; }
a:active {
  color:white;
  font-style:bold;
}

