/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                                                       *
 *  Description:              CSS FILE für Druckansicht                  *
 *                                                                       *
 *                                                                       *
 *  File Name:                print.php                                  *
 *  Date:                     2004-09-09                                 *
 *                                                                       *
 *  Programming language:     PHP                                        *
 *                                                                       *
 *  Author:                   (c) Christoph Wolter                       *
 *                                                                       *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 
/* CSS for Forms */
input.eingabe
   { border-style:solid;font-size:12px;border-color:#999999; border-width:1px}

input.dropdown
   { border-style:solid;font-size:12px;border-color:#CCCCCC; border-width:1px}


textarea
   { border-style:solid;font-size:12px;border-color:#CCCCCC; border-width:1px}


/*CSS for Content */

td.header1
	{
	font-family:Arial,sans-serif;
	font-size:16px;
	font-weight:bold;
	}

td.header2
	{
	font-family:Arial,sans-serif;
    font-size:14px;
    font-weight:bold;
	}
	
td.text
	{
	font-family:Arial,sans-serif;
	font-size:12px;
    vertical-align:top;
	}
	
td.textjustify
	{
	font-family:Arial,sans-serif;
	font-size:12px;
	text-align:justify;
    vertical-align:top;
	}
  
a.link
    {
    font-family:Arial,sans-serif;
    color:#666666;
    font-size:12px;
    text-decoration:none;
    }

