/* 
// -----------------------------------------------------------------------------
// Dokumentationshinweise:
// Programm     : style.css
// Programmtyp  : css-skript
// Autor        : HGZ
// Erstellt am  : 2004 05 04
// Zweck        : css-Skript für e-rating.at
// Parameter    : keine
//
// -----------------------------------------------------------------------------
// Allgmeine Regeln zur Programmbenutzung:
// Aufruf: erfolgt ueber Apache-Webserver
// -----------------------------------------------------------------------------
// Geaendert am : JJJJ MM TT
// Grund        :
// Aenderung    :
//
*/


/* Defaultangaben für links */
/* Leit-/Signalschriftfarbe, Links, Button-Text, ... $projekt['color_24'] */
a:link    { color: #800000; text-decoration: none; } 
/* link 'hover' $projekt['color_26'] */
a:hover   { color: #A80000; text-decoration: none; }
/* link 'active' (bekannt) $projekt['color_27'] */
a:active  { color: #CE0000; text-decoration: none; }
/* link 'visited' $projekt['color_28'] */
a:visited { color: #CE0000; text-decoration: none; }

/* entspricht $class['std'] */
.standard	 {
 font-family: arial, sans-serif;
 font-size: 12px;
 line-height: 15px;
/* entspricht Default-Schriftfarbe $projekt['color_0'] */
 color: #000000;
 margin-top: 0;
 margin-bottom: 0;
 text-decoration: none; 
 }

.bg-menue {
 background-image: url(/images/bg-menue.gif); 
 background-position: fixed; 
 }

/* Text horizontales Menue entspricht $class['m_horizontal'] */
.menue	 {
 font-family: arial, sans-serif; 
 font-size: 13px; 
/* Menütextfarbe $projekt['color_21'] */
 color: #FFFFFF; 
 font-weight: 600; 
 text-decoration: none;
 }

/* abweichende Linkdefinition horizontales Menue entspricht $class['m_horizontal'] */
a.menue	 {
/* Menütextfarbe $projekt['color_21'] */
 color: #FFFFFF; 
 }

/* Texttitel entspricht $class['titel'] */
.titel	 {
 font-family: arial, sans-serif;
 font-size: 16px;
 line-height: 16px;
/* entspricht betonter Text, Titel, Subtitel, oder Submenü, der Abstrakt $projekt['color_22'] */
 color: #646464;
 margin-bottom: 0px;
 text-decoration: none;
 font-weight: 600 ;
 }

/* Hilfetitel entspricht $class['helptitle'] */
.helptitel	 {
 font-family: arial, sans-serif;
 font-size: 16px;
 line-height: 16px;
/* entspricht betonter Text, Titel, Subtitel, oder Submenü, der Abstrakt $projekt['color_22'] */
 color: #646464;
 margin-bottom: 0px;
 text-decoration: none;
 font-weight: 600 ;
 }

/* Texttitel entspricht $class['subtitle'] */
 .titel2	 {
 font-family: arial, sans-serif;
 font-size: 13px;
 line-height: 16px;
/* entspricht betonter Text, Titel, Subtitel, oder Submenü, der Abstrakt $projekt['color_22'] */
 color: #646464;
 margin-bottom: 0px;
 text-decoration: none;
 font-weight: bold;
 }


/* Definition Button-Element entspricht $class['button'] */
.ui	 {
 font-family: arial, sans-serif; 
 font-size: 11px; 
 font-weight: bold;
 color: #990000; 
/* entspricht Formular Button $projekt['color_11'] */
 background-color: #FFFFFF;
 line-height: 8px;
 margin-top: 2px; 
 margin-bottom: 0px; 
 margin-left: 0px; 
 margin-right: 0px;
 text-decoration: none;
 height: 15px; 
 border: 1px outset white; 
 }


/* Definition "required" Text in Formular $class['required'] */
.required	 {
 font-family: arial, sans-serif;
 font-size: 10px;
 line-height: 11px;
/* Leit-/Signalschriftfarbe, Links, Button-Text, ... $projekt['color_24'] */
 color: #800000;
 margin-bottom: 0pt;
 text-decoration: none;
 }

/* Definition Formulardaten $class['form'] */
.form	 {
 font-family: arial, sans-serif;
 font-size: 10px;
 line-height: 11px;
 color: #990000;
 margin-bottom: 0px;
 text-decoration: none;
 }

a.form	 {
 font-family: arial, sans-serif;
 font-size: 12px;
 line-height: 13px;
 color: #990000;
 margin-bottom: 0px;
 text-decoration: none;
 }



/* Farben aus der xxx_fixed-Datei für Bewertungen */

/* Analyse liefert den richtigen Wert $class['good'] */
.green	 {
/* (grün) entspricht $projekt['color_42'] */
 color: #009900;
 }

/* Analyse liefert den fehlerhaften Wert $class['bad'] */
.red	 {
/* (rot) entspricht $projekt['color_43'] */
 color: #FF0033;
 }

/* Analyse liefert einen problematischen Wert (orange) $class['dirty'] */
.orange	 {
/* (orange) entspricht $projekt['color_44'] */
 color: #FF6600;
 }

/* e-cms-Leitfarbe (ist in allen Projekten ident zu halten, dient für Werbung) $class['cms'] */
.cms	 {
/* entspricht $projekt['color_49'] */
 color: #0033CC;
 }
 

/* Steuerinformationen für Layout */

.abstand5   {
 line-height: 5px;
 }

.abstand10   {
 line-height: 10px;
 }

.bold	 {
 font-weight: bold;
 }

.big	 {
 line-height: 100%;
 font-size: 200%;
 }

/* getestet für desc_intern */
.small	 {
 line-height: 110%;
 font-size: 80%;
 }

/* Horizontale Linie */
.hr	 {
 font-family: arial, sans-serif;
 font-size: 2px;
 color: #990000;
 margin-bottom: 0px;
 margin-top: 0px;
 font-weight: bold;
 text-decoration: none;
 }

/* Texteingabe Login */
.ti-log { 
 font-family: arial, sans-serif; 
 color: #000000; 
 background-color: #ffffff; 
 font-size: 11px;
 border: 1px outset maroon;
 height: 15px; 
 width: 150px;
 margin-top: 2px; 
 }

/* Texteingabe Suchfeld e-rating */
.ti-350 { 
 font-family: arial, sans-serif; 
 font-size: 11px;
 color: #000000; 
 background-color: #ffffff; 
 border:1px outset maroon;
 height: 15px; 
 width: 350px;
 margin-top:2px; 
 }

/* Texteingabe Login */
.ti-150-log { 
 font-family: arial, sans-serif; 
 font-size: 11px;
 color:#000000; 
 background-color: #ffffff;  
 border: 1px outset maroon;
 height: 15px; 
 width: 150px;
 margin-top: 2px; 
 }

/* Passworteingabe Login */
.pi-150-log { 
 background-color: #ffffff; 
 color: #000000; 
 font-size: 13px;
 font-family: arial, sans-serif; 
 border: 1px outset maroon;
 height: 15px; 
 width: 150px;
 margin-top: 2px; 
 }
