/* PRODUZENTENGALERIE STYLE SHEET */
/* edited by JTA 20031015 */
/***************************************************/

/* GLOBAL ELEMENTS */
/***********************************/

body {
	text-align:center;
	margin:0;
	padding:0;
	font:12px arial,helvetica,sans-serif;
	color:#4C4C4C;
	line-height:1.2;
	text-align:left;
	}

.standardsAlert { display: none; }

p {
	margin:0px;
	line-height:1.2;
	padding-bottom: 1em;
	color:#000;
	} 	

img {border-width:0;border-style:none; }

/* STRUCTURE */
/***********************************/
#frame {
	width:360px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	}

#contentheader {
	text-align: right;
	width: 100%;
	background: #fff;
	margin-top: 0px;
	}
	
#footer {
	float:left;
	text-align: left;
	width: 100%;
	background: #fff;
	margin-top: 10px;
	clear:both;
	}

/* TEXT */
/***********************************/
.bold { font-weight: bold;}

.contact {
	float:right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:12px;
	color:#4C4C4C;
	margin-top:2px;
	margin-bottom:4px;
	padding: 2px 0px 4px 0px;
	width: 360px;
	border-top:2px solid #E8E3EA;
	border-bottom:50px solid #E8E3EA;
	}

.contact a:link, .contact a:visited, .contact a:active {
	color:#4C4C4C;
	text-decoration: none;
	}

.contact a:hover  {
	color:#fff;
	text-decoration: none;
	background-color: #4C4C4C;
	}

.link a:link, .link a:visited, .link a:active {
	color:#4C4C4C;
	text-decoration: none;
	}

.link a:hover  {
	color:#fff;
	text-decoration: none;
	background-color: #4C4C4C;
	}
	
/* A LA CARTE: MARGINS */
/***********************************/
.mline {
	display:block;
	width:100%;
	margin-bottom:8px;
	margin-top:30px;
	border-bottom:2px solid #E8E3EA;
	}

.mexhibition {margin-top:24px;}
.m6 {margin-top:6px;}

.mlinecontent {
	display:block;
	width:100%;
	margin-bottom:2px;
	margin-top:4px;
	border-bottom:2px solid #E8E3EA;
	}

/* IMAGE POP-UP */
/***********************************/
.image_info {
	text-align:center;
	float:right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height:12px;
	color:#4C4C4C;
	margin-top:10px;
	margin-bottom:30px;
	width: 100%;
	}

.image_info a:link, .image_info a:visited, .image_info a:active {
	color:#4C4C4C;
	text-decoration: none;
	}

.image_info a:hover  {
	color:#fff;
	text-decoration: none;
	background-color: #4C4C4C;
	}

