body, html, table/* gilt für alle */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-style: normal; /* kursiv */
	font-variant: normal; /* Kapitälchen */
	font-weight: normal; /* fett */
	font-stretch: normal; /* Schriftlaufweite */
	/*line-height: 14pt; */
	text-decoration: none; /* unterstrichen */
	color: #000000;
}

h1
{
	font-weight: normal;
	color: #993333;
	font-size: 1.6em;
}

h4
{
	font-weight: normal;
	color: #993333;
}


.titel 
{
	font-style: normal; /* kursiv */
	font-variant: normal; /* Kapitälchen */
	/*font-size: */
	font-weight: bold; /* fett */
	font-stretch: normal; /* Schriftlaufweite */
	text-decoration: none; /* unterstrichen */
	color: #993333;
}

.kuenstler
{
	font-style: normal; /* kursiv */
	font-variant: normal; /* Kapitälchen */
	font-size: 1em;
	font-weight: normal; /* fett */
	font-stretch: normal; /* Schriftlaufweite */
	text-decoration: none; /* unterstrichen */
	text-transform:uppercase;
	color: #993333;
}

.kuenstler a {
	/*background: url(pictures/pfeil3.png) left no-repeat;/*
	/*padding-left: 13px;*/
	color: #993333;
	font-weight: normal;
	font-style: normal;
	text-decoration:none; 
}

.kuenstler a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration:underline; 
}

.rot
{
	color: #993333;
} 

a {
	color: #0066FF;
	font-weight: normal;
	font-style: normal;
	text-decoration:none; 
  }

a:hover {  
	/*color: white;*/
	font-weight: normal;
	font-style: normal;
	text-decoration:underline; 
}
