/*für die Künstlernamen auf deren Seiten im Kopf (dicke rote Schrift)*/
.normalred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold; 
	color: #FF0000;
	text-align: center
}

/*Standardschrift mittig*/
.smalltext9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: center; 
	color: #000000
}

/*Standardschrift linksbündig*/
.smalltext9_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: left; 
	color: #000000
}

/*Standardschrift mittig*/
.smalltext9_justify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align:justify;
	color: #000000
}

/*Bildunterschriften  mittig gesetzt*/
.smalltext8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: center; 
	color: #000000
}

/*Bildunterschriften linksbündig*/
.smalltext8_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #000000
}

/*verwendet für links wie "view work" oder besondere Auszeichnungen in rot, Standardschrift in rot*/
.smallred9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal; 
	color: #FF0000;
	text-align: center
}

.smallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal; 
	text-align: center;
	color: #FF0000;
}

/*selten verwendet, ist halt die Standardschrift in 12 pt*/
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal; 
	color: #000000;
	text-align: center
}

.blockred8 {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal; 
	color: #FF0000;
	text-align: justify
}

a.normaltext:link {
	text-decoration: underline
}

a.normaltext:hover {
	text-decoration: underline
}

a.normaltext:active {
	text-decoration: underline
}

a.normaltext:visited {
	text-decoration: underline
}

a.smalltext:link {
	text-decoration: underline;
}

a.smalltext:hover {
	text-decoration: underline
}

a.smalltext:active {
	text-decoration: underline
}

a.smalltext:visited{
text-decoration: underline
}

a.smalltext8:link {
	text-decoration: underline
}

a.smalltext8:hover {
	text-decoration: underline
}

a.smalltext8:active {
	text-decoration: underline
}

a.smalltext8:visited{
	text-decoration: underline
}

a.smalltext9:link {
	text-decoration: underline;
	color: #000000;
}

a.smalltext9:hover {
	text-decoration: underline;
	color: #FF0000;
}

a.smalltext9:active {
	text-decoration: underline;
	color: #000000;
}

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

navilink {
	text-decoration: none
}

a.navilink:link {
	text-decoration: none
}

a.navilink:hover {
	text-decoration: none
}

a.navilink:active {
	text-decoration: none
}

a.navilink:visited {
	text-decoration: none
}
.smalltext9_justify {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: justify; 
	color: #000000
}

.pressheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight:bold;
	text-align: center; 
	color: #000000
}.normalredkursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	color: #FF0000;
	text-align: center;
	text-decoration: none;
}
