a.artprocms:link {
	font-size: 11pt;
	color: Blue;
}
a.artprocms:visited {
	font-size: 11pt;
	color:#000000;
	
}
a.artprocms:hover {
	font-size: 11pt;
	color: #fff2ac;
	BACKGROUND-COLOR: #CC0000;
	TEXT-DECORATION: none
}


/* 
Die Class apc_ueberschrift wird vom CMS-Programm ausgelesen
Unterstützt werden: color, font-family, font-size, font-style, font-weight, background-color, text-decoration
Hinweis: Möglichst für jeden Style eine neue Zeile benutzen
*/	
.apc_ueberschrift{
	color: #000000;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: transparent; /* wichtig für PGM*/
	border-bottom: 1px solid #CC0000;
}

.apc_tabelle_ueberschrift{
   background-color: #transparent;	
	padding: 3px;	
	width: 550px;
}

.apc_tabelle{
	border: 0px solid #CC0000;
	background-color: transparent;
	padding: 2px;
	width: 550px;
}

.apc_abtrennung{   	
	border-bottom: 2px solid #CC0000;	
	margin-top: 15px;
	margin-bottom: 15px;
	width: 550px;
}


/* Grossbildfenster */

.apc_schliessen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}

.apc_hintergrund{
	
}
