a {  
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; font-style: normal; 
 font-weight: normal; 
 color: #000000; 
 text-decoration: underline;
}

a:visited {
 text-decoration: underline;
 color: #000000;
}

a:hover { 
 color: #000000;
}

a.bullet {  
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; font-style: normal; 
 font-weight: normal; 
 color: #000000; 
 text-decoration: none;
}

a.bullet:visited {
 text-decoration: none;
 color: #000000;
}

a.bullet:hover { 
 text-decoration: underline;
 color: #000000;
}

H1 {
 font-family: Verdana, Helvetica;
 font-size : 13pt;
 text-decoration: none;
 color:	#000000;
}

H2 {
 font-family : verdana, arial, helvetica;
 font-size : 13pt;
 font-weight: normal;
 color:	#000000;
}

H3 {
 font-family : verdana, arial, helvetica;
 font-size : 10pt;
 font-weight: normal;
 color:	#000000;
}


/*
 * Normale INPUT o.l.
 */


input, textarea { 
 FONT-FAMILY: verdana; 
 FONT-SIZE: 10px; 
 /* background-color: #ffffff; */
}

select { 
 FONT-FAMILY: verdana; 
 FONT-SIZE: 10px; 
 color: #000000;
 background-color: #ffffff;
}


input.kunde { 
 FONT-FAMILY: verdana; 
 FONT-SIZE: 10px; 
 background-color: #fcfcfc;
}
	
td {  
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; font-style: normal; 
 font-weight: normal; 
 color: #000000
}

td.noshade
{
  background-color: RGB(252, 252, 252);
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-wight: normal;
  color: RGB(0, 0, 0);
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  
  border-left:   1px solid RGB(255,255,255);
  border-top:    1px solid RGB(255,255,255);
  
  border-right:  1px solid RGB(235,235,235);
  border-bottom: 1px solid RGB(235,235,235);
}

td.shade
{
  background-color: RGB(245, 245, 245);
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-wight: normal;
  color: RGB(0, 0, 0);
  text-decoration: none;
  text-align: left;
  vertical-align: top;

  border-left:   1px solid RGB(255,255,255);
  border-top:    1px solid RGB(255,255,255);
  
  border-right:  1px solid RGB(235,235,235);
  border-bottom: 1px solid RGB(235,235,235);
}

td.shadeTop
{
  background: url("/images/shadeTop.gif");
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: RGB(0,0,0);
  text-decoration: none;
  border-bottom: 1px solid RGB(0, 0, 0);
}

table.shade
{
  border: 1px solid RGB(0,0,0);
}

BODY {  
/*
		 SCROLLBAR-BASE-COLOR:	 #ffd039;
		 SCROLLBAR-ARROW-COLOR:	 #000000;
		 */
}

hr { 

 margin-right: 0; 
 width: 100%; 
 height: 1px; 
 /*background-color: #000;*/ 
 border-top: 0px solid #FFF;
 border-left: 0px solid #FFF;
 border-right: 0px solid #FFF;
 border-bottom: 1px dotted RGB(212,212,212);
}
