a.artprocms:link {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: Blue;
}
a.artprocms:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : Blue; 
	
}
a.artprocms:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: blue;
	BACKGROUND-COLOR: #708090;
	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: #ffffff;
	font-size: 13pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #279F4C; /* wichtig für PGM*/
}

.apc_tabelle_ueberschrift{
	background-color: #279F4C;
	padding: 3px;
	width: 600px;
}

.apc_tabelle{
	border: 1px solid #279F4C;
	background-color: #F2F2F2;
	padding: 2px;
	width: 600px;
}

.apc_abtrennung{
	border-bottom: 0px solid #279F4C;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 600px;
}
.apc_bildobenunten{
	padding-top: 10px;
	padding-bottom: 10px;
}


/* Grossbildfenster */

.apc_schliessen{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}

.apc_hintergrund{
	
}

/* -------- TUMBNAILVIEWER --------------------------------*/
		
#thumbBox{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #279F4C;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #1A532B;	
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


