/* 
// -----------------------------------------------------------------------------
// Dokumentationshinweise:
// Programm     : style.css
// Programmtyp  : css-skript
// Autor        : HGZ/CS
// Erstellt am  : 2004 07 14
// Zweck        : css-Skript für a-cert.at
// Parameter    : keine
//              
//
// -----------------------------------------------------------------------------
// Allgmeine Regeln zur Programmbenutzung:
// Aufruf: erfolgt ueber Apache-Webserver
// -----------------------------------------------------------------------------
// Geaendert am : JJJJ MM TT
// Grund        :
// Aenderung    :
//
//
*/

/*URL-Link color:#003264; == dunkelblau*/
/*URL-Link color:#9a2a1f; == dunkelrot*/
a:link  { color:#9a2a1f; text-decoration: none; }
/*URL-hover, active, visited color:#636D9C; == dunkelblau aufgehellt*/
/*URL-hover, active, visited color:#e25f52; == dunkelrot aufgehellt*/
a:hover  { color:#e25f52; text-decoration: none; }
a:active  { color:#e25f52; text-decoration: none; }
a:visited  {color:#e25f52; text-decoration: none; }

/*wird auf Startseite für Subtitel verwendet*/
.menue	 {
 font-family: arial, sans-serif;
 font-size: 12px;
 color:#ffffff;
 margin-bottom: 0px;
 font-weight: 600;
 text-decoration: none;
 }
 
 /*eigene Klasse um ARGE DATEN und A-CERT hervorzuheben*/
 .acert	 {
 font-family: arial, sans-serif;
 font-size: 15 px;
 color:#008B98;
 margin-bottom: 0px;
 text-decoration: none;
   }
 
/*Titel color:#003264 == dunkelblau */ 
.titel	 {
 font-family: arial, sans-serif;
 font-size: 16px;
 color:#9a2a1f;
 margin-bottom: 0px ;
 font-weight: 600 ;
 text-decoration: none;
 }
 
/*wird auf Folgeseiten für Subtitel verwendet color:#003264 == dunkelblau */ 
.titel2	 {
 font-family: arial, sans-serif;
 font-size: 12px;
 color:#9a2a1f;
 margin-bottom: 0px;
 font-weight: bold;
 text-decoration: none;
 }

/*betonter längerer Text derzeit nur auf Startseite color:#003264 == blau? */
 .titel4	 {
 font-family: arial, sans-serif;
 font-size: 11px;
 line-height: 13px;
 color:#9a2a1f;
 margin-bottom: 0px;
 text-decoration: none;
 font-weight: 600;
 }


.std	 {
 font-family: arial, sans-serif;
 font-size: 12px;
 line-height: 16px;
 color: #1B1E2D;
 margin-bottom: 0px;
 text-decoration: none;
 }

/*ich kenne diese Klasse nicht CS*/
.fixed	 {
 font-family: Courier;
 font-size: 8px;
 line-height: 10px;
 color:#1B1E2D;
 margin-bottom: 0px;
 text-decoration: none; 
 }

/*nur für Formular*/
.required	 {
 font-family: arial, sans-serif;
 font-size: 10px;
 line-height: 11px;
 color:#990000;
 margin-bottom: 0pt;
 text-decoration: none;
 }

/*ich kenne diese Klasse nicht Ch*/
.formelements { 
 background-color: #ffffff; 
 color:#000000; 
 font-size:11px;
 font-family: arial, sans-serif;
 border:1px outset maroon;
 margin-top:2px; 
 }

/*definiert das Aussehen der Formularfelder*/
.ti500 { 
 background-color:#ffffff; 
 color:#000000; 
 font-size:11px;
 font-family: arial, sans-serif;
 border:1px outset maroon;
 height:15px; width:342px;
 margin-top:2px; 
 }

/*definiert den Formularbutton*/
.ui	 {
 color:#2A367B; background-color:#ffffff;
 font-family: arial, sans-serif;
 font-size: 11px; font-weight: bold;
 line-height: 8px;
 margin-top: 2px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 text-decoration: none;
 height:15px; 
 border:1px outset white; 
 }
 

.abstand5   {
 line-height: 5px;
 }

.abstand10   {
 line-height: 10px;
 }

  
/* Analyse, Farben aus der *_fixed-Datei */
.green	 {
 color: #009900;
 }

.red	 {
 color: #FF0033;
 }

.orange	 {
 color: #FF6600;
 }

.black	 {
 color: #000000;
 }


/* Steuerinformationen für Layout */

.abstand5   {
 line-height: 5px;
 }

.abstand10   {
 line-height: 10px;
 }

.abstand20   {
 line-height: 20px;
 }
 
 .bold	 {
 font-weight: bold ;
 }

.big	 {
 line-height: 100%;
 font-size: 200%;
 }

.small	 {
/* getestet für desc_intern */
 line-height: 110%;
 font-size: 80%;
 }

.high	 {
/* soll hochstellen produzieren, funktioniert nicht HGZ 04/04/14 */
 vertical-align: top;
 }

.low	 {
/* soll tiefstellen produzieren, funktioniert nicht HGZ 04/04/14 */
 vertical-align: bottom;
 }
