﻿/* Style (c) erstellt von Bernd Laubmann */
/* Meta-Angabe zur Wirksamkeit von CSS */
/* <link rel="stylesheet" type="text/css" href="style.css"> */

A:link       {text-decoration: none;}
A:visited {text-decoration: none;}
A:active   {text-decoration: overlined underlined; color: #FF0000;}
A:hover		{text-decoration: overline underline; color: #FF0000;}

p, td    {font-family: Verdana, Arial, Helvetica; font-size: 12px}
a    {font-family: Verdana, Arial, Helvetica; font-size: 12px; border:0px; font-weight: bold; color: #0000FF; border-width: 0px}
h1   {font-family: Verdana, Arial, Helvetica; font-size: 24px; font-weight: bold; color: #0000FF}
h2   {font-family: Verdana, Arial, Helvetica; font-size: 20px; color: #0000FF}
h3   {font-family: Verdana, Arial, Helvetica; font-size: 18px; color: #0000FF}
h4   {font-family: Verdana, Arial, Helvetica; font-size: 16px}
h5   {font-family: Verdana, Arial, Helvetica; font-size: 16px; color: #FF0000}   /* Format für Preis */
h6   {font-family: Verdana, Arial, Helvetica; font-size: 12px; font-weight: bold}
body {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    background-color: #FFFFFF;
	scrollbar-base-color:#C0C0FF;		/* Grundfarbe	*/
	scrollbar-face-color:#8080FF;		/* Oberfläche	*/
	scrollbar-arrow-color:#0000FF;  	/* Pfeile	*/
/*	scrollbar-3dlight-color:#0000FF;	/* 3D-Schatten	*/
/*	scrollbar-darkshadow-color:#0000FF;	/* Laufbereich	*/
/*	scrollbar-shadow-color:#0000FF;		/* Schatten rechts in Schaltflächen */
	  }

/* Eigene Grafik als Aufzählungszeichen */
ul { list-style-image:url(button_pfeil_rechts.gif) }