/* 
// -----------------------------------------------------------------------------
// Dokumentationshinweise:
// Programm     : style.css
// Programmtyp  : css-skript
// Autor        : CS/TZ
// Erstellt am  : 2003 10 28
// Zweck        : css-Skript für test.argedaten_intern
// Parameter    : keine
//              
//
// -----------------------------------------------------------------------------
// Allgmeine Regeln zur Programmbenutzung:
// Aufruf: erfolgt ueber Apache-Webserver
// -----------------------------------------------------------------------------
// Geaendert am : JJJJ MM TT
// Grund        :
// Aenderung    :
//
//
*/

/*Defaultangaben für links*/
a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover   { text-decoration: underline; }
a:active  { text-decoration: none; }


.standard	 {
 font-family: arial, sans-serif;
 font-size: 12px;
 line-height: 120%;
 color: #000000;
 margin-top: 0;
 margin-bottom: 0;
 text-decoration: none; 
 }

.standard-	 {
 font-family: arial, sans-serif;
 font-size: 10px;
 line-height: 14px;
 color:#000000;
 margin-bottom: 0pt;
 text-decoration: none;
 }
  
 .standard9	 {
 font-family: Helvetica, sans-serif;
 font-size: 9px;
 line-height: 10px;
 color:#000000;
 margin-bottom: 0px;
 text-decoration: none; 
 }
 
.menue	 {
 font-family: Helvetica, sans-serif;
 font-size: 13px;
 color:#990000;
 margin-bottom: 0px;
 font-weight: 600;
 text-decoration: none;
 }

.titel	 {
 font-family: Helvetica, sans-serif;
 font-size: 15px;
 line-height: 17px;
 color:#646464;
 margin-bottom: 0px;
 text-decoration: none;
 font-weight: bold;
 }

 .titel2	 {
 font-family: Helvetica, sans-serif;
 font-size: 14px;
 line-height: 16px;
 color:#646464;
 margin-bottom: 0px;
 text-decoration: none;
 font-weight: bold;
 }
  
 .titel3	 {
 font-family: arial, sans-serif;
 font-size: 12px;
 line-height: 14px;
 color: #20252E;
 margin-bottom: 0px;
 margin-top: 0px;
 text-decoration: none;
 font-weight: bold; 
 }
 
  .titel4	 {
 font-family: arial, sans-serif;
 font-size: 12px;
 line-height: 14px;
 color: #990000;
 margin-bottom: 0px;
 margin-top: 0px;
 text-decoration: none;
 }
 
.ui	 {
 color:#990000; 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; 
 }

.url	 {
 font-family: Arial, sans-serif;
 font-size: 16px;
 color: #ff9900;
 margin-bottom: 5px;
 margin-top: 1px;
 font-weight: 700; 
 text-decoration: none;
 }

 .required	 {
 font-family: arial, sans-serif;
 font-size: 10px;
 line-height: 11px;
 color: #990000;
 margin-bottom: 0pt;
 text-decoration: none;
 }


/* 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;
 }

.big	 {
 line-height: 100%;
 font-size: 200%;
 }

.bold	 {
 font-weight: bold ;
 }

.small	 {
/* getestet für desc_intern */
/* ist bei eingestellter Brwosermindestgröße nicht wirksam */
 line-height: 110%;
 font-size: 80%;
 }

.high	 {
/* soll hochstellen produzieren, funktioniert nicht HGZ 04/404/14 */
 vertical-align: top;
 }

.low	 {
/* soll tiefstellen produzieren, funktioniert nicht HGZ 04/404/14 */
 vertical-align: bottom;
 }

/* 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; 
 background-color: #ffffff; 
 color: #000000; 
 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;
 background-color: #ffffff; 
 color: #000000; 
 border:1px outset maroon;
 height: 15px; 
 width: 350px;
 margin-top:2px; 
 }

/* Texteingabe Login */
.ti-150-log { 
 background-color:#ffffff;  
 color:#000000; 
 font-size:11px;
 font-family: arial, sans-serif; 
 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; 
 }



