
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                                                                       *
 *  Description:              CSS FILE                                   *
 *                                                                       *
 *                                                                       *
 *  File Name:                style.php                                  *
 *  Date:                     2004-09-09                                 *
 *                                                                       *
 *  Programming language:     PHP                                        *
 *                                                                       *
 *  Author:                   (c) Christoph Wolter                       *
 *                                                                       *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* CSS for header */
a.menuitem
    {
    font-family:Arial,sans-serif;
    color:#666666;
    font-size:12px;
    text-decoration:none;
    }
a.menuitem:hover
    {
    text-decoration:underline;
    color:#990000;
    }

td.menusep
   {
     font-family:Arial,sans-serif;
     color:#666666;
     font-size:16px;
     text-align: center;
     vertical-align:middle;
   }

/* CSS for Forms */
input.eingabe
   { border-style:solid;font-size:12px;border-color:#999999; border-width:1px}

select.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 leftmenu */
a.leftmenu
    {
    font-family:Arial,sans-serif;
    color:#666666;
    font-size:11px;
    text-decoration:none;
    }
a.leftmenu:hover
    {
    text-decoration:underline;
    color:#990000;
    }
    

/*CSS for Content */
a.link
    {
    font-family:Arial,sans-serif;
    color:#666666;
    font-size:12px;
    text-decoration:none;
    }
a.link:hover
    {
    text-decoration:underline;
    color:#990000;
    }

td.header1
	{
	font-family:Arial,sans-serif;
	font-size:16px;
	background-image:url(./fade500h.jpg);
    background-repeat:repeat-y;
    background-position:left;
	}


td.header_products
	{
	font-family:Arial,sans-serif;
  background-image:url(../products/head.jpg);
    background-repeat:norepeat;
    background-position:left;
	}


td.header2
	{
	font-family:Arial,sans-serif;
    font-size:14px;
    background-image:url(./fade300h.jpg);
    background-repeat:repeat-y;
    background-position:left;
	}
	
td.text
	{
	font-family:Arial,sans-serif;
	font-size:12px;
  vertical-align:top;
	}
	
ul.text
	{
	font-family:Arial,sans-serif;
	font-size:12px;
  vertical-align:top;
	}
	
li.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;
	}

td.error
	{
	font-family:Arial,sans-serif;
	font-size:12px;
  vertical-align:top;
  color: #FF6666;
	}
 
/* CSS for footer */
    
td.footer
   {
     font-family:Arial,sans-serif;
     color:#666666;
     font-size:10px;
     text-align: center;
   }

a.footerlink
   {
     font-family:Arial,sans-serif;
     color:#666666;
     font-size:10px;
     text-align: center;
     text-decoration:none
   }

a.footerlink:hover
    {
    text-decoration:underline;
    color:#990000;
    }

