/* ------------------------------------------------------------------ */
/* default.css , v 1.00 , 2003/01/01                                  */
/* ------------------------------------------------------------------ */
/* TXT2GMS - Textbased Global Management System ( Text to GMS )       */
/* Copyright (C) 2003 by J. Kerchel                                   */
/* http://www.kerchel.de/                                             */
/* ------------------------------------------------------------------ */
/* Default CSS file                                                   */
/* ------------------------------------------------------------------ */

body { color : #000000; background-color : #FFFFFF; }

p,tr,th,td { font-family : Verdana,Arial,Helvetica,sans-serif; font-size : 9pt; color : #000000; }

form, input { font-family : Arial; font-size : 9; height : 18; margin : 0; }

.smaller { font-size :  7pt; }
.small   { font-size :  8pt; }
.normal  { font-size :  9pt; }
.big     { font-size : 10pt; }
.bigger  { font-size : 12pt; }
.biggest { font-size : 14pt; }

.head       { font-size : 12pt; }
.menutitle  { font-size :  9pt; color : #000080; background-color : #E0E0F0; }
.menu       { font-size :  8pt; color : #000080; background-color : #F0F0F0; }
.menugraf   { font-size :  8pt; color : #000080; }
.maintitle  { font-size :  9pt; color : #000000; background-color : #E0E0F0; }
.main       { font-size :  9pt; }
.mainsub    { font-size :  8pt; color : #000000; background-color : #F0F0F0; }
.newstitle  { font-size :  9pt; color : #800000; background-color : #F0E0E0; }
.news       { font-size :  8pt; color : #800000; background-color : #F0F0F0; }
.foot       { font-size :  8pt; }
.separator  { font-size :  8pt; color : #000000; background-color : #000000; }
.linkstitle { font-size :  9pt; color : #000000; background-color : #E0F0E0; }
.linkssub   { font-size :  8pt; color : #000000; background-color : #E0F0E0; }

a:link    { color : #C00000; text-decoration : none;      }
a:visited { color : #0000C0; text-decoration : none;      }
a:active  { color : #00C000; text-decoration : none;      }
a:hover   {                  text-decoration : underline; }

a.menu:link    { color : #000080; text-decoration : none; }
a.menu:visited { color : #000080; text-decoration : none; }
a.menu:active  { color : #000080; text-decoration : none; }
a.menu:hover   { color : #000080; text-decoration : none; }

a.menugraf:link    { color : #000080; text-decoration : none; }
a.menugraf:visited { color : #000080; text-decoration : none; }
a.menugraf:active  { color : #000080; text-decoration : none; }
a.menugraf:hover   { color : #000080; text-decoration : underline; }

a.news:link    { color : #800000; text-decoration : underline; }
a.news:visited { color : #800000; text-decoration : underline; }
a.news:active  { color : #800000; text-decoration : underline; }
a.news:hover   { color : #800000; text-decoration : underline; }

a.newstitle:link    { color : #800000; text-decoration : underline; }
a.newstitle:visited { color : #800000; text-decoration : underline; }
a.newstitle:active  { color : #800000; text-decoration : underline; }
a.newstitle:hover   { color : #800000; text-decoration : underline; }
