

/**************************************************************************
 *
 * DATEI: style.css
 *
 * AUTOR: Christoph Jablonski
 * ZWECK: Stylesheets für die gesamte Seite
 *
 * HISTORIE:
 *
 * 2004-12-02  v4.00  Datei von Sonne-Kontrollzentrum übernommen und angepaßt
 *
 **************************************************************************/


/* Grundeinstellungen */
body { margin-top:10px;
       margin-bottom:10px;
       background-color:#FFF7F7;
       background-image:url(images/paper.gif);
       font-family:Arial,Helvetica,sans-serif;
       font-size:9pt;
       color:#000084; }

/* Standard-Text */
p,ol,ul,li,div,td,th,.txt { font-family:Arial,Helvetica,sans-serif; font-size:9pt; color:#000084; }
li                        { margin-top:12px; }

/* Standard-Links */
a:link    { color:#000084; text-decoration:underline; }
a:visited { color:#000084; text-decoration:underline; }
a:active  { color:#FF8400; text-decoration:underline; }

/* Hauptmenue aktiv */
.msh    { font-size:11pt; font-weight:bold; color:#FF8400; }

/* Hauptmenue inaktiv */
.msn           { font-size:11pt; font-weight:bold; color:#FFF7F7; }
a.msn:link     { color:#FFF7F7; text-decoration:none; }
a.msn:visited  { color:#FFF7F7; text-decoration:none; }
a.msn:active   { color:#FFF7F7; text-decoration:none; }

/* Untermenue */
.sub           { font-size:9pt;  font-weight:bold; }
a.sub:link     { color:#000084; text-decoration:none; }
a.sub:visited  { color:#000084; text-decoration:none; }
a.sub:active   { color:#FF8400; text-decoration:none; }

/* Tour */
.tour          { font-weight:bold; }
a.tour:link    { color:#000084; text-decoration:none; }
a.tour:visited { color:#000084; text-decoration:none; }
a.tour:active  { color:#FF8400; text-decoration:none; }

/* Fusszeile */
.footer { font-size:8pt; text-align:right; }

/* Fehlermeldung */
.error  { font-size:11pt; font-weight:bold; }

/* Titelseite Schlagwoerter: orange */
.oran   { font-weight:bold; color:#FF8400; }

/* Titelseite Schlagwoerter: blau */
.blue   { font-weight:bold; color:#000084; }

/* Willkommenseite: Newsticker */
.news   { font-size:8pt; }

/* Referenzen: Adresse */
.adr    { font-size:8pt; font-weight:bold; }

/* Textkoerper: Hauptueberschrift */
.haupt  { font-size:14pt; font-weight:bold; }

/* Textkoerper: Nebenueberschrift */
.neben  { font-size:9pt;  font-weight:bold; }

/* Textkoerper: Tabellen */
.rahmen      { border-width:thin;
               border-style:dotted;
	       border-color:#FF8400; }
th.rahmen    { border-width:0px;
	       background-color:#FF8400;
               color:#FFF7F7;
	       padding-left:5px;
	       padding-right:5px }
td.rahmen    { border-width:0px;
	       border-top-width:thin;
               border-top-style:dotted;
	       border-top-color:#FF8484;
	       padding-left:5px;
	       padding-right:5px }
td.rahmenlos { border-width:0px;
	       padding-left:5px;
	       padding-right:5px;
	       padding-bottom:10px; }
