/*  

  CSS - Datei für SEITE EMPFEHLEN                                                                                      
                                                                                            
  CSS-Steuerdatei                                                                           
  eingebunden mit: <LINK HREF="formate.css" REL="STYLESHEET" TYPE="text/css">               
  anschliessendes folgendes Script: <SCRIPT><!-- @import url(formate.css); //--></SCRIPT>   

*/



/* Einstellungen für den Body und Scrollbar ---------------------- */

BODY 
{
	/*legt Hintergrundfarbe fest*/
	background: #535353;		

	/*unterdrückt eine leere Scrolleiste im IE*/
	overflow: auto;

	/*Scrollbar Pfeil im Scrollbare */
	scrollbar-arrow-color: #E50000;

	/* Linker Schattenrand */
	scrollbar-base-color: #c8c8c8;
	
	/* Grundfarbe Scrollbar */
	scrollbar-face-color: #D4D0C8;

	/* Gleitfläche und Teile des linken Randes */
	scrollbar-highlight-color: #FFFFFF;

	/* Recher Rand */
	scrollbar-shadow-color: #B4B4B4;

	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}



/* Linkbehandlung  ----------------------------------------------- */

A 
{
	color:#000000; font-weight:normal; text-decoration:none; font-size: 10px;
}

A:link 
{
	color:#000000; font-weight:normal; text-decoration:none; font-size: 10px;	
	
}  

A:visited 
{
	color:#000000; font-weight:normal; text-decoration:none; font-size: 10px;
}  

A:active 
{
	font-weight:normal; color:#000000; text-decoration:none; font-size: 10px;
}  

A:hover 
{
	text-decoration:underline; font-weight:normal; color:#000000; font-size: 10px;
}



/* Tabellenelemente ------------------------------------------------ */

td
{
	background: #ffffff; color: #000000; font-size: 11px; font-family: verdana,arial,helv,helvetica,sans-serif; font-weight:normal;
}


/* Fehlermeldungen  ------------------------------------------------- */
.red
{
	color: #ffffff; font-size: 10px; font-family: verdana,arial,helv,helvetica,sans-serif; font-weight:normal;
}


/* Eingabefelder  -------------------------------------------------- */
.eing1
{
	font-family: verdana,arial,helv,helvetica,sans-serif; font-size: 11px; width: 160
}


/* Textfeld  ------------------------------------------------------ */
.multifeld1
{
	font-family: verdana,arial,helv,helvetica,sans-serif; font-size: 11px; width: 360
}

/* Titelzeile ------------------------------------------------------ */
.titelzeile
{
	background: #C0C0C0; color:#000000; font-size: 10px; verdana,arial,helv,helvetica,sans-serif; font-weight:normal;
}


/* Einstellungen für den Hauptrahmen !!!!!!!!!!!! ------------------- */

.hauptrahmentm
{ 
	border-bottom-width: 1px; border-bottom-style: solid;
	border-top-width: 1px; border-top-style: solid; border-left-width: 1px;
	border-left-style: solid; border-right-width: 1px;
	border-right-style: solid; border-color: #FCCF4A; 
}

/* Button auf weissem Hintergrund grauer Rahmen ---*/
.buttonbw
{
	background-color: #2053A4;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: 1px #FCCF4A solid;
}


/* Einstellungen für obere und untere Abstandstabellen ------------------- */

.abstandtab
{
	background: #535353;
}


/* Einstellung kleine Schrift -------------------------------------- */

.tdklein
{
	font-size: 10px;
}



/* Einstellungen NLprof-Scripte werden im Quelltext generiert ------- */

.error_nlprof 
{
	color:red;
	font-weight:bold;
}

.ok_nlprof 
{
	color:white;
	font-weight:bold;
}

.star_nlprof 
{
	color:red;
	font-weight:bold;
}