/* www.steinadler-ritzl.de - 00_display.css */

body {
  background-color:#404040;
  font-family:Verdana,Arial,Helvetica,'Sans Serif';
  font-size:9pt;
  color:#c0c0c0;
}

td {
  font-family:Verdana,Arial,Helvetica,'Sans Serif';
  font-size:9pt;
  color:#c0c0c0;
  vertical-align:top;
  white-space:nowrap;
}

td.ft-hd {
  font-family:Verdana,Arial,Helvetica,'Sans Serif';
  font-size:9pt;
  font-weight:bold; 
  text-align:center;  /* for old browser CSS 1.0 */
  alignment:center;   /* CSS 2.0 */
}

td.ft {
  font-family:Verdana,Arial,Helvetica,'Sans Serif';
  font-size:9pt;
  text-align:center;  /* for old browser CSS 1.0 */
  alignment:center;   /* CSS 2.0 */
}

td.ft-l {
  font-family:Verdana,Arial,Helvetica,'Sans Serif';
  font-size:9pt;
  text-align:right;  /* for old browser CSS 1.0 */
  alignment:right;   /* CSS 2.0 */
}

td.ft-r {
  font-family:Verdana,Arial,Helvetica,'Sans Serif';
  font-size:9pt;
  text-align:left;  /* for old browser CSS 1.0 */
  alignment:left;   /* CSS 2.0 */
}

td.imp {
  font-family:Verdana,Arial,Helvetica,'Sans Serif';
  font-size:9pt;
  text-align:left;  /* for old browser CSS 1.0 */
  alignment:left;   /* CSS 2.0 */
}

h1 {
  font-size:18pt;
  font-weight:bold;
  color:#c0c0c0;
}  	

h2 {
  font-size:16pt;
  font-weight:bold;
  color:#c0c0c0;
}  	

.h3 {
  font-size:14pt;
  font-weight:bold;
  color:#c0c0c0;
}  	

.bold {
  font-family:Verdana,Arial,Helvetica,'Sans Serif';
  font-size:9pt;
  font-weight:bold; 
  color:#c0c0c0;
}

.loc {
  font-family:Verdana,Arial,Helvetica,'Sans Serif';
  font-size:9pt;
  color:#80c080;
}

.spacer {
  font-family:Verdana,Arial,Helvetica,'Sans Serif';
  font-size:6pt;
  color:#80c080;
}

/* definition for links */
a:link {
  font-family:Verdana,Arial,Helvetica,'Sans Serif'; 
  font-size:9pt; 
  font-weight:bold; 
  color:#ffc080; 
  text-decoration:none; 
}
a:visited {
  font-family:Verdana,Arial,Helvetica,'Sans Serif'; 
  font-size:9pt; 
  font-weight:bold; 
  color:#ffc080; 
  text-decoration:none; 
}
a:hover { 
  font-family:Verdana,Arial,Helvetica,'Sans Serif'; 
  font-size:9pt; 
  font-weight:bold; 
  color:#80c080; 
  text-decoration:none; 
}

a:active { 
  font-family:Verdana,Arial,Helvetica,'Sans Serif'; 
  font-size:9pt; 
  font-weight:bold; 
  color:#80c080; 
  text-decoration:none; 
}
a:focus { 
  font-family:Verdana,Arial,Helvetica,'Sans Serif'; 
  font-size:9pt; 
  font-weight:bold; 
  color:#80c080; 
  text-decoration:none; 
}

/* definition for links to machines*/
a.machine:link {
  font-family:Verdana,Arial,Helvetica,'Sans Serif'; 
  font-size:9pt; 
  font-weight:bold; 
  color:#ffc080; 
  text-decoration:none; 
}
a.machine:visited {
  font-family:Verdana,Arial,Helvetica,'Sans Serif'; 
  font-size:9pt; 
  font-weight:bold; 
  color:#ffc080; 
  text-decoration:none; 
}
a.machine:hover { 
  font-family:Verdana,Arial,Helvetica,'Sans Serif'; 
  font-size:9pt; 
  font-weight:bold; 
  color:#80c080; 
  text-decoration:none; 
}

a.machine:active { 
  font-family:Verdana,Arial,Helvetica,'Sans Serif'; 
  font-size:9pt; 
  font-weight:bold; 
  color:#80c080; 
  text-decoration:none; 
}
a.machine:focus { 
  font-family:Verdana,Arial,Helvetica,'Sans Serif'; 
  font-size:9pt; 
  font-weight:bold; 
  color:#80c080; 
  text-decoration:none; 
}

