
td, p                    {
                         font-family: Verdana, Arial, sans-serif;
                         font-size: 11px;
                         line-height: 1.6em;
                         text-align: left;
                         text-decoration: none;
                         color: #000;
                         }

h1                       {
                         font-size: 18px;
                         font-weight:bold;
                         color: #000080;
						 line-height: 1.8em;
                         }
						 
h2						 {
						 font-size: 13px;
						 font-weight:bold;
						 color: #303030;
						 }
						 

td.category              {
                         font-size:12px;
                         line-height: 1.6em;
                         color: #000080;
                         font-weight:bold;
                         text-align:left;
						 font-variant:small-caps;
                         }
						 


td.productitem   		 {
						 font-size:14px;
                         line-height: 1.3em;
                         color: #333333;
                         font-weight:none;
                         text-align:left;
						 }


						 
td.item                  {
                         font-size: 11px;
                         line-height: 1.1em;
                         text-align: left;
                         color: #808080;
                         font-weight:normal;
                         /* padding-left: 10px;  Führt zu Problemen beim Firefox */ 
                         }

						 
/* Kleine Schrift

td.cat                   {
                         font-size:10px;
                         line-height: 1.8em;
                         color: #C0C0C0;
                         font-weight:none;
                         text-align:left;
                         }
						 
					

td.subcat                {
                         font-size: 11px;
                         line-height: 1.1em;
                         text-align: left;
                         color: #808080;
                         font-weight:normal;
                         text-align:left;
                         /* padding-left: 10px;  Führt zu Problemen beim Firefox  
                         }

*/

p.errortext				{
						color: #CC0000;
						font-weight:bold;
						font-size:10px;
						}

.statusbar               {
                         width:222px;
                         font-size:10px;
                         color: #CC0000;
						 line-height: 1.2em;
                         }


a:link, a:visited        { color: #333333; text-decoration:none }
a:active                 { color:#0000DD; text-decoration:none; }
a:hover                  { color: #990000; text-decoration:none; font-weight:bold }

a:link IMG, a:visited IMG, a:hover IMG
                         {border: 0px;}
                         
#content a:hover          { color: #990000; text-decoration:none; font-weight:bold; }
#content a:link           { color: #333333; text-decoration:underline; font-weight:bold; }
#content a:visited        { color: #333333; text-decoration:underline; font-weight:bold; }
#content a:active         { color:#0000DD; text-decoration:none; }


/* Testweise: Bei Hovering gesamtes TD ausfüllen
         (a:hover color sollte dann FFFFFF sein!

td a:hover {
  background-color:#C0C0C0;
  display:block;
}

*/

/* Mainframe */
div              {
                         overflow:auto;
                         height:95%;
                         padding-right:15px;
                         scrollbar-face-color: #fff;
                         scrollbar-shadow-color: #000080;
                         scrollbar-highlight-color: #FFFFFF;
                         scrollbar-3dlight-color: #fff;
                         scrollbar-darkshadow-color: #fff;
                         scrollbar-track-color: #fff;
                         scrollbar-arrow-color: #0000C0;
                 }
				 
input, textarea	{
						border: 1px solid #0000C0; 
						font-family: "Tahoma";
						font-size: 13px;
						
				}

textarea		{
						border: 1px solid #0000C0; 
						font-family: "Tahoma";
						font-size: 11px;
						overflow:auto;

					}


