/* Style (c) erstellt von Bernd Laubmann */
/* Meta-Angabe zur Wirksamkeit von CSS */
/* <link rel="stylesheet" type="text/css" href="style.css"> */

A:link, A:link CITE       {text-decoration: none;}
A:visited, A:visited CITE {text-decoration: none;}
A:active, A:active CITE   {text-decoration: underlined; color: #414141;}
A:hover, A:hover CITE     {text-decoration: underline; color: #414141;}

a,p,address,ul,li,dl,dd,pre,menu,ol,h1,h2,h3,h4,h5,h6,dir,div,td,th,blockquote,b,i
     {font-family: Verdana, Arial, Helvetica; font-size: 12px}

a    {font-weight: bold; color: #404040}
h1   {font-size: 24px; font-weight: bold; color: #303030}
h2   {font-size: 20px; color: #000000}
h3   {font-size: 18px; color: #000000}
h4   {font-size: 16px}
h5   {font-size: 16px; color: #FF0000}   /* Format für Preis */

body {	background-color: #FFFFFF;
	scrollbar-base-color:#C0C0FF;		/* Grundfarbe	*/
	scrollbar-face-color:#8080FF;		/* Oberfläche	*/
	scrollbar-arrow-color:#0000FF;  	/* Pfeile	*/
	  }

/* Eigene Grafik als Aufzählungszeichen */
ul { list-style-image:url(button_pfeil_rechts.gif) }