body {
   font-family       : 'Trebuchet MS', 'Tahoma';
   background-color  : #6B767C;
   font-size         : 11px;
   margin            : 0px;
}

table, td, span {
   font-family       : 'Tahoma';
   font-size         : 11px;
}

/* Empty */
.empty {
   font-size         : 4px;
}

/* Normaler Text */
.text {
   color             : #000000;
   font-size         : 13px;
}

/* Footer */
.footer {
   color             : #000000;
   font-size         : 11px;
}

/* Überschriften */
.title {
   color             : #000000;
   font-size         : 16px;
   font-weight       : bold;
}

/* Überschriften */
.header {
   color             : #00B9C7;
   font-size         : 24px;
}

/* Alarm z.B. Warnungen */
.alert {
   color             : #FF0000;
}

/* Menüleiste, oben, quer, inaktiv, standard */
.menuleiste {
   color             : #00B9C7;
   font-size         : 12px;
   font-weight       : bold;
}

a.menuleiste {
   color             ; #00B9C7;
   text-decoration   : none;
}

a.menuleiste:hover {
   color             : #1263AD;
   text-decoration   : none;
}

a {
   color             : #75AF22;
   text-decoration   : none;
}

a:visited {
   color             : #75AF22;
   text-decoration   : none;
}

a:link {
   color             : #75AF22;
   text-decoration   : none;
}

a:hover {
   color             : #FF9600;
   text-decoration   : none;
}