/* 
// -----------------------------------------------------------------------------
// Dokumentationshinweise:
// Programm     : style.css
// Programmtyp  : css-skript
// Autor        : TZ
// Erstellt am  : 2003 10 28
// Zweck        : css-Skript für Nitsch-Portal
// Parameter    : keine
//
// -----------------------------------------------------------------------------
// Allgmeine Regeln zur Programmbenutzung:
// Aufruf: erfolgt ueber Apache-Webserver
// -----------------------------------------------------------------------------
// Geaendert am : JJJJ MM TT
// Grund        :
// Aenderung    :
//
*/

/*Defaultangaben für links*/
a:link    { color:#646464; text-decoration: none; }
a:visited { color:#646464; text-decoration: none; }
a:hover   { color:#646464; text-decoration: none; }
a:active  { color:#646464; text-decoration: none; }

.abstand5   {
  line-height: 5px;
}

.abstand10   {
  line-height: 10px;
}


.menu	 { 
  font-family: Arial, sans-serif; 
  font-size: 12px;  
  color:#646464;	
  margin-bottom: 0pt; 
  text-decoration: none;  
  font-weight: bold;
  letter-spacing: 3pt;
}

.submenu	{
  font-family: Arial, sans-serif;
  font-size: 11px;
  color:#646464;
  margin-bottom:0pt;
  text-decoration: none;
  letter-spacing: 1pt;
}

.platzhalter  {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#ffffff;
}

/* title */
.titel  {
  font-family: Arial,Arial, sans-serif; 
  font-size: 12px; line-height: 
  12px; color:#000000;	margin-bottom:7pt; 
  font-weight: bold;
  letter-spacing: 1pt; 
}

/* subtitle */
.titel2   {
  font-family: Arial,Arial, sans-serif; 
  font-size: 12px; line-height: 
  12px; color:#646464;	margin-bottom:7pt; 
  font-weight: bold;
  letter-spacing: 1pt; 
}

.titel3   {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#646464;
  margin-bottom:0pt;
  text-decoration: none;
}

.titel4   { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  line-height: 14px; 
  color:#000000;
  margin-bottom:7pt;
}

.standard	 { 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  line-height: 17px; 
  color:#000000;	
  margin-bottom:0px;
}

.standard-	 { 
  font-family: Arial, sans-serif; 
  font-size: 10px; 
  line-height: 14px; 
  color: #646464;	
  margin-bottom: 0px;
  text-decoration: none; 
}

.tabelle	{ 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  line-height: 18px; 
  color:#000000;	
  margin-bottom:0pt;
}


.required	 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 11px;
  color:#ff0000;
  margin-bottom: 0pt;
  text-decoration: none;
}
 
.ti20   { 
  background-color:#ffffff; 
  color:#ff0000; 
  font-size:11px;
  font-family: Helvetica,sans-serif; 
  border:1px outset gray;
  height:17px; width:20px;
  margin-top:2px; 
} 

.vergriffen   { 
  color:#ff0000; 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  line-height: 18px;  
} 

.ti   { 
  background-color:#ffffff; 
  color:#000000; 
  font-size:11px;
  font-family: Helvetica,sans-serif; 
  border:1px outset gray;
  height:16px; width:400px;
  margin-top:2px; 
} 

.ti250   { 
  background-color:#ffffff; 
  color:#000000; 
  font-size:11px;
  font-family: Helvetica,sans-serif; 
  border:1px outset gray;
  height:16px; width:300px;
  margin-bottom:2px; 
} 

.inputarea   { 
  background-color:#ffffff; 
  color:#000000; 
  font-size:11px;
  font-family: Helvetica,sans-serif; 
  border:1px outset gray;
  height:200px; width:455px;
  margin-top:2px; 
} 

.select   { 
  background-color:#ffffff; 
  color:#000000; 
  font-size:11px;
  font-family: Helvetica,sans-serif; 
  border:1px solid gray;
  line-height: 8px;
  text-decoration: none;
  margin-top:2px; 
} 

.ui	{
  color:#646464; background-color:#FFFFFF;
  font-family: Helvetica, 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 gray; 
}
 
/* online-kommentar */
.comment  { 
  color:#ffffff; 
  font-family: Arial, sans-serif; 
  font-size: 11px; 
  line-height: 18px;  
}  

/* Analyse, Farben aus der *_fixed-Datei */
.green   {
 color: #009900;
 }

.red	 {
 color: #FF0000;
 }

.orange {
 color: #FF6600;
 }

.black  {
 color: #000000;
 }

.big	 {
 line-height: 100%;
 font-size: 200%;
 }

.bold	 {
 font-weight: bold ;
 }

/* getestet für desc_intern */
/* ist bei eingestellter Browsermindestgröße nicht wirksam */
.small	 {
 line-height: 110%;
 font-size: 80%;
 }


