

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchresult {
margin-bottom:20px;
}
.searchresult span.title {
display:block;
font-weight:bold;
}
.searchresult span.description {
display:block;
}
.searchresult span.linkpath {
display:block;
font-size:smaller;
line-height:1.3em;
} 

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSLinkContainer
	{
	background-color: #eee;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSFile, div.ZMSLinkElement 
	{ 
	background-color: #F8F8F8;
	margin: 4px;
	}

div.ZMSFile.none, div.ZMSLinkElement.none 
	{
	background-color: transparent;
	border: 2px dashed #eee;
	}

div.ZMSFile.floatleft, div.ZMSLinkElement.floatleft 
	{ 
	float:left;
	width:50%
	}

div.ZMSFile.floatright, div.ZMSLinkElement.floatright 
	{ 
	float:right;
	width:50%
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title 
	{
	font-size:x-small;
	white-space:nowrap;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, 
div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited 
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text 
	{
	font-size:xx-small;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description 
	{
	font-size:x-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color: #F8F8F8;
	margin: 4px;
}

div.ZMSGraphic.left {
	text-align:left;
}

div.ZMSGraphic.right {
	text-align:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.ZMSGraphic.floatleft {
	float:left;
}

div.ZMSGraphic.floatright {
	float:right;
}

div.ZMSGraphic.center {
	text-align:center;
}

div.graphic.alignleft {
	float:left;
	text-align:right;
}

div.graphic.alignright {
	float:right;
	text-align:right;
}

div.ZMSGraphic div.text {
	padding: 4px;
}

/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic {
	width:100% !important; 
}
div.ZMSGraphic.right div.graphic img {
	display:inline !important;
}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
}

a.download img.download {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/download.gif);
}

a.superzoom img.superzoom {
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/superzoom.gif);
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTables
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable th {
	background-color:#DDEFFC; 
}

table.ZMSTable td {
	background-color:#EEEEEE; 
}

body.print table.ZMSTable th, 
body.print table.ZMSTable td {
	background-color:transparent; 
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div#teaser
	{
	width:150px;
	font-size:x-small;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement img.title
	{
	border: none;
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 2px;
	display: block;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.fpmcollection.com/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj exhibitionInfo
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.exhibitionInfo {
	margin:5px 0px 0px 0px;
	padding:0px;
	}

div.exhibitionInfo p.eArtists{
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	}

div.exhibitionInfo div.eDetails {
	margin:15px 0px 21px 0px;
	padding:0px;
	}

div.exhibitionInfo div.eDetails p.eDate{
	margin:0px;
	padding:0px;
	}


div.exhibitionInfo div.eDetails p.eAddress {
	margin:0px 0px 0px 0px;
	padding:0px;
	}

div.exhibitionInfo div.eDatails p.eAddress span.eLocation{
	
	}

div.exhibitionInfo div.eDetails p.eTimes {
	margin:0px 0px 0px 0px;
	padding:0px;
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj fpmExhibition
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

p.exhibit {
	margin:0;
	padding:0;
	margin-top:10px !important;
	margin-top:-1px;
	position:relative;
	}
	
/* IE 7 */
*:first-child+html p.exhibit {
	margin-top:-1px !important;
	}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.fpmcollection.com/common/css/common/scripts/jquery/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(http://www.fpmcollection.com/common/css/common/scripts/jquery/images/prev.gif) left 50% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(http://www.fpmcollection.com/common/css/common/scripts/jquery/images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
	color: #bbbdc0;
	/* font-weight:bold; */
	text-decoration: none;
	}

#nextLinkText{
padding-left: 20px;
	}

#prevLinkText{
	padding-right: 20px;
	}
/*** END : next / previous text links ***/


/*** START : added padding when navbar is on top ***/

.ontop #imageData {
	padding-top: 5px;
	}
/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; color:#cfd0c2;}
#imageData #caption{ font-weight: normal; color:#bbbdc0;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj fpmSculpture
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

p.fpmSculpture {
	margin:0;
	margin-top:5px;
	padding:0;
	position:relative;
	}

h2 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
	}

#largeImg {
	border: solid 0px #ccc;
	/* width: 550px; */
	/* height: 400px; */
	padding: 5px;
	}

.thumbs a:link, .thumbs a:visited{
	border: none;
	}

.thumbs img {
	border: solid 0px #ccc;
	/* width: 100px; */
	/* height: 100px; */
	padding: 4px;
	}

.thumbs img:hover {
	border-color: #FF9900;
	}



/* jQuery lightBox plugin - Gallery style */
#gallery {
	margin-top:20px;
	background-color: #F3F3F2;
	padding: 5px;
	width: 500px;
	}

#gallery ul {
	list-style: none;
	margin-left:0px !important;
	}

/* IE 7.0 only */
*:first-child+html #gallery ul {
	margin-left:5px !important;
	}


#gallery ul li {
	display: inline;
	}

#Content #gallery ul li {
	background:none;
	}

#gallery ul img {
	border: 5px solid #E7E7E6;
	border-width: 5px 5px 20px;
	}

#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}

#gallery ul a:hover {
	color: #fff;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj fpmImage
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

p.exhibit {
	margin:0;
	padding:0;
	margin-top:10px !important;
	margin-top:-1px;
	position:relative;
	}
	
/* IE 7 */
*:first-child+html p.exhibit {
	margin-top:-1px !important;
	}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.fpmcollection.com/common/css/common/scripts/jquery/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#prevLink { left: 0; float: left;}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover { background: url(http://www.fpmcollection.com/common/css/common/scripts/jquery/images/prev.gif) left 50% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(http://www.fpmcollection.com/common/css/common/scripts/jquery/images/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
	color: #bbbdc0;
	/* font-weight:bold; */
	text-decoration: none;
	}

#nextLinkText{
padding-left: 20px;
	}

#prevLinkText{
	padding-right: 20px;
	}
/*** END : next / previous text links ***/


/*** START : added padding when navbar is on top ***/

.ontop #imageData {
	padding-top: 5px;
	}
/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; color:#cfd0c2;}
#imageData #caption{ font-weight: normal; color:#bbbdc0;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [WAI] Misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSObject.new, div.ZMSObject.modified {
  border: 2px dashed blue;
  background-color: #F0F0FF;
} 
div.ZMSObject.deleted {
  border: 2px dashed red;
  background-color: #FFF0F0;
  color: red;
  text-decoration: line-through;
} 

span.unicode { 
  font-family:"Lucida Sans Unicode", "Arial Unicode MS", Arial, Helvetica, sans-serif;
}

span.highlight { 
  background-color: yellow;
  color: black;
  font-weight: bold;
}



/**************************************/
/* (c) 2008 J. Klein                  */
/* Author: J. Klein                   */
/* last change: 2008/06/06            */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #EFEFEF}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #00cc99;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}

.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight {background-color: #DCE0EA;}


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/

body#web {
	margin: 0;
	padding: 0;
	padding-left:40px;
	border: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 77%;
	position:relative;
	text-align:left;
/*	background: #fff url(http://www.fpmcollection.com/common/css/common/eshnr/body_bg.png) top left repeat-x; */
	}

#pageregionTopWrapper {
	margin: 0;
	padding: 0;
	height:150px;
	width:960px;
	text-align:left;
/*	background: transparent; */
/*	background: transparent url(http://www.fpmcollection.com/common/css/common/logo.gif) 0px 10px no-repeat; */
	border: 0;
	}
	
#titleTop {
	float:left;
	width:540px;
	height:20px;
	margin:0;
	padding:0;
	padding-top:52px;
	}
	
#imgNavTop {
	float:left;
	width:120px;
	height:20px;
	margin:0;
	padding:0;
	padding-top:52px;
	}

#Logo {
	float:left;
	border:0;
	padding:0px;
	margin:0;
	width:300px;
	height:60px;
	text-align:left;
	background: transparent;
	}

#pageregionContentWrapper {
	margin: 0;
	padding: 0;
	border: 0;
	width:960px;
	text-align:left;
	background: transparent;
	}

#Content {
	float:left;
	margin:0;
	margin-right:40px;
	margin-left:40px;
	padding:0px;
	padding-top:6px !important;
	padding-top:6px;
	width:500px;
	min-height: 383px;
	height: auto !important;
	height: 383px;
	overflow:visible;
/* 	background: url(http://www.fpmcollection.com/common/css/common/eshnr/content_bg.png) top left no-repeat; */
	}

/* IE 7 */
*:first-child+html #Content{
	padding-top:6px !important;
	}

#ContentBroad {
	margin:0;
	margin-top:6px !important;
	margin-top:1px; /* IE */
	padding:0;
	padding:10px;
	min-height:400px;
	height:auto !important;  /* all */
	height:400px;  /* IE */
	width:940px;
	overflow:visible;
/* 	background: url(http://www.fpmcollection.com/common/css/common/eshnr/contentBroad_bg.png) top left no-repeat; */
	}

/* IE 7 */
*:first-child+html #ContentBroad{
	margin-top:1px !important;
	}

#Sitemap {
	float:left;
	margin:0;
	margin-right:40px;
	margin-left:40px;
	padding:0px;
	padding-top:6px;
	width:500px;
	min-height: 383px;
	height: auto !important;
	height: 383px;
	overflow:visible;
/* 	background: url(http://www.fpmcollection.com/common/css/common/eshnr/content_bg.png) top left no-repeat; */
	}

#pageregionLeft {
	float: left;
	padding:0px;
	margin:0px;
	width: 260px;
	}

#pageregionRight {
	float: right;
	width:120px;
	margin: 0;
	margin: 1.4em 0em !important;
	margin: 0.4em 0em;
	padding: 0;
	}

/* IE 7 */
*:first-child+html #pageregionRight{
	margin: 0.4em 0em !important;
	}


#pageregionBottomWrapper {
	margin: 0;
	padding: 0;
	border: 0;
	width:960px;
	height:50px;
	text-align:left;
	background-color:#fff;
	}
	
	
/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
	}

.floatRight {
	float:right;
	}

.floatLeft {
	float:left;
	}

img.imgNoborder {
	border:0px;
	}

/* -- MICRONAVIGATION -----------------*/

#Micronavigation {
	padding:6px 0px 2px 1px;
	font-size: 11px;
	color: #0099CC;
	}

#Micronavigation a:link, #Micronavigation a:visited {
	color: #CC6600;
	text-decoration:none;
	}

#Micronavigation a:hover {
	color: #0099CC;
	text-decoration:none;
	}

/* -- MACRONAVIGATION -----------------*/

#firstLevelNav {
	float:left;
	margin:0;
	padding:0;
	width:120px;
	}

#secondLevelNav {
	float:left;
	margin:0;
	margin-left:20px;
	padding:0;
	width:120px;
	}

/* ######################################################################################################
** ### Vertikale Listennavigation          ##############################################################
** ######################################################################################################
*/

/* -- YAML customized ------------------------ */

ul#submenu { 
	width: 120px; 
	overflow: hidden;
	margin: 1.3em 0em !important;
	margin: 0.3em 0em;
	padding:0px;
	list-style-type: none; 
	}
	
/* IE 7 */
*:first-child+html ul#submenu {
	margin: 0.3em 0em !important;
	}
	
div#firstLevelNav ul#submenu {
	border-top: 1px #BBBDC0 solid;
	}

ul#submenu a { 
	/* display:block; */
	text-decoration: none;
	width: 100%; 
	padding: 0.1em 0em 0.3em 0em;
	}

ul#submenu a.active span { 
	font-weight:normal;
	color:#231F20;
	}

ul#submenu li {
	display:block; 
	width: 100%; 
	margin:0px;
	padding:0px;
	border-bottom: 1px #BBBDC0 solid;
	}

#submenu li span {
	display:block; 
	width:100%; 
	padding:0em; 
	background-color:transparent; 
	color: #595959; 
	font-weight: normal; 
	}

ul#submenu a:hover span { 
	font-weight: normal; 
	color:#231F20;
	}

ul#submenu li a span { 
	display:block;
	width:100%; 
	background-color:transparent; 
	font-weight:normal;
	color:#BBBDC0;
	border:0px;
	margin:0px;
	padding:0.1em;
	padding-left:0.2em;
	cursor:pointer;
	}

div#secondLevelNav ul#submenu li.start a span {
	border-top: 1px #BBBDC0 solid;
	}

ul#submenu ul { 
	margin:0px;
	padding:0px;
	}

/* -- Level 2 --*/
ul#submenu li ul li {
	margin:0px;
	padding:0px;
	}

ul#submenu li ul li a {
	width:100%; 
	margin:0px;
	background-color:transparent; 
	color: #595959;
	}

ul#submenu li ul li a span {
	width:100%; 
	margin:0px;
	padding:4px;
	padding-left:30px;
	background-color:transparent;
	}

ul#submenu li ul li a:hover span { 
	font-weight: normal; 
	color:#231F20;
	}

ul#submenu li ul li a.active span { 
	font-weight:normal;
	color:#231F20;
	}

/* -- Level 3 --*/
ul#submenu li ul li ul li {
	margin:0px;
	padding:0px;
	}

ul#submenu li ul li ul li a {
	width:100%; 
	margin:0px;
	background-color:transparent; 
	color: #595959;
	}

ul#submenu li ul li ul li a span {
	width:100%; 
	margin:0px;
	padding:4px;
	padding-left:40px;
	background-color:transparent;
	}

ul#submenu li ul li ul li a:hover span { 
	font-weight: normal; 
	color:#231F20;
	}

ul#submenu li ul li ul li a.active span { 
	font-weight:normal;
	color:#231F20;
	}

/* -- Level 4 --*/
ul#submenu li ul li ul li ul li {
	margin:0px;
	padding:0px;
	}

ul#submenu li ul li ul li ul li a {
	width:100%; 
	margin:0px;
	background-color:transparent; 
	color: #595959;
	}

ul#submenu li ul li ul li ul li a span {
	width:100%; 
	margin:0px;
	padding:4px;
	padding-left:50px;
	background-color:transparent;
	}

ul#submenu li ul li ul li ul li a:hover span { 
	font-weight: normal; 
	color:#231F20;
	}

ul#submenu li ul li ul li ul li a.active span { 
	font-weight:normal;
	color:#231F20;
	}

ul#submenu li ul li ul li ul li ul li a span {
	padding:0em 0em 0em 5.0em;
	}

/* -- YAML original ------------------------*/	
	
#submenu li a { 
	padding:0; 
	}

/* IE  - strange - can not display hover/hilite-arrow without background */
#submenu li a:hover {
	color: #595959;
	/* background: url(http://www.fpmcollection.com/common/css/common/spacer.gif) 0px 8px no-repeat; */
	}



/* -- SITEMAP ------------------------*/

a.sitemapTitle0:link, a.sitemapTitle0:visited, a.sitemapTitle0:hover, a.sitemapTitle0:active {
	font-weight: bold;
	color: #444;
	text-decoration: none;
	}

a.sitemapTitle1:link, a.sitemapTitle1:visited, a.sitemapTitle1:hover, a.sitemapTitle1:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}

a.sitemapElement0:link, a.sitemapElement0:visited, a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #444;
	text-decoration: none;
	font-size:12px !important;font-size:small;
	}

a.sitemapElement1:link, a.sitemapElement1:visited, a.sitemapElement1:hover, a.sitemapElement1:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:12px !important;font-size:small;
	}


/* -- SEARCH ------------------------*/

#Search {
	margin: 15px auto;
	border: 0;
	padding: 0;
	}

#Search form {
	margin:0px !important; margin-left:3px; 
	border: 0;
	padding: 0;
	text-align:center;
	}

#Search input#raw {
	font-family:Courier;
	font-size:12px;
	padding:0;
	margin: 0;
	height:16px;
	width:105px;
	vertical-align:middle;
	}

#Search input#btnSearch {
	vertical-align:middle;
	}

#Search input#btnSearch:hover {
	background-color: #000;
	}

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
	}

.searchText {
	text-align:left;
	padding-left:5px;
	}

input.searchSubmit{
	color: #000;
	background-color: #fff;
	border: 1px solid #D1D2CD;
	font-weight: bold;
	margin: 0;
	width:130px;
	font-size: 10px !important; font-size: xx-small;
	}

body#web form select.form-element {
	color: #000;
	background-color: #fff;
	border: 1px solid #D1D2CD;
	font-weight: normal;
	margin: 0;
	width:130px;
	font-size: 10px !important; font-size: xx-small;
	}

body#web form select.form-element option{
	background: transparent;	
	}

body#web form input.form-element{
	color: #000;
	background-color: #fff;
	border: 1px solid #D1D2CD;
	font-weight: bold;
	margin: 0;
	width:127px;
	font-size: 10px !important; font-size: xx-small;
	}
	
body#web form.searchForm span.searchHint{
	display:none;
	}

/* -- COPYRIGHT ------------------------*/

#pageelement_Copyright {
	float:left;
	margin:0;
	padding:0;
	padding-top:18px;
	height:6px;
	width:540px;
	font-size:90%;
	color:#9B9C9C;
	text-align:center;
	border:none;
	background: url('http://www.fpmcollection.com/common/css/common/eshnr/copyright_bg.jpg') top left no-repeat;
	}

#pageelement_Functions {
	float:right;
	margin:0;
	margin-top:10px;
	padding:0;
	padding-top:8px;
	height:6px;
	width:370px;
	font-size:90%;
	color:#9B9C9C;
	text-align:center;

	}

#pageelement_Copyright a:link, #pageelement_Copyright a:visited, #pageelement_Functions a:link, #pageelement_Functions a:visited{
	color:#9F9F9F;
	}

#pageelement_Copyright a:hover, #pageelement_Copyright a:active, #pageelement_Functions a:hover, #pageelement_Functions a:active{
	color:#CC6600;
	}

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;
	/* border-top: 5px solid #ccc; */
	width:165px;
	/* background-color:#EDEDED; */
	}

/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

#Headline h1 {
	margin-top: 0;
	}

h1, h2, h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #231F20;
	/* border-bottom: #e5eccc 1px solid; */
	}
	
.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color : #231F20;
	font-size: 100%;
	}

h1.title {
	font-size: 100%;
	margin:0;
	padding:0;
	border-bottom: none;
	}

h1,.heading1 {
	font-size: 100%;
	margin:0;
	padding:0;
	border-bottom: none;
	}

h1.exhibition {
	font-size: 95%;
	margin:0;
	padding:0;
	font-weight:normal;
	border-bottom: none;
	color:#BBBDC0
	}

h2,.heading2 {
	font-size: 120%;
	line-height: 20px;
	/* border-bottom: #e5eccc 1px solid; */
	}
	
h2.dontDisplay {
	display: none;
	}

h3,.heading3 {
	font-size: 115%;
	line-height: 18px;
	margin-bottom: 0px
	}

h4,.heading4 {
	font-size: 110%;
	line-height: 16px 
	}

h5,.heading5 {
	font-size: 105%;
	line-height: 15px 
	}

p {
	line-height: 1.5em;
	}

ol {
	line-height: 1.5em;
	}

ul {
	line-height: 1.5em;
	list-style-type: square }

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:0px;
	color:#000;
	}

p.emphasis {
	background-color:#fbfbf6;
	padding:4px;
	border:solid 1px #f9f3d9;
	line-height: 1.5em;
	}

p.description {
	line-height: 1.5em;
	}

p.creator  {
	}
	
p.exhibitThumb  {
	line-height:0em;
	margin:0;
	margin-top:-1px !important;
	margin-top:0px;
	margin-bottom:20px;
	position:relative;
	padding:0;
	}

/* IE 7 */
*:first-child+html p.exhibitThumb{
	margin-top:0px !important;
	}

p.currentThumb  {
	border-bottom: 1px solid #E6E7E8;
	}
	
p.exhibitThumb img {
	margin:0;
	padding:0;
	}

p.small {
	font-size: 10px;
	}

p.smalltext {
	font-size: 10px !important; font-size: xx-small;
	}

strong, b {
	color:#043F7B;
	}

a:link, a:visited {
	color: #BBBDC0;
	text-decoration : none;
	}

a:hover, a:active {
	text-decoration : none;
	color: #231F20;
	}

code {
	}

abbr, acronym  {
	cursor:help;
	}

kbd{
	border-bottom: rgb(128, 128, 128) 2px solid;
	border-left: rgb(200, 200, 200) 1px solid;
	border-right: rgb(128, 128, 128) 2px solid;
	border-top: rgb(200, 200, 200) 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	background: rgb(247, 247, 247);
	color: rgb(100, 100, 100);
	font-size:80%;
	vertical-align: middle;
	}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

div.ZMSTable {
	}

div.ZMSTable table tr th {
	}

div.ZMSTable tr.even td {
	}

div.ZMSTable tr.odd td {
	}

table tr td  {
	}

table.ZMSTable {
	width:98%;
	}
	
table.ZMSTable td { 
	background-color:#F8F8FA; 
	}

table.ZMSTable tr th {
	vertical-align:top;
	vertical-align:top;
	padding:2px 2px 2px 5px;
	background-color:#E9F1FA;
	color:#043F7B;
	}

table.ZMSTable tr th p{
	color:#000;
	padding:0;
	margin:0;
	}

table.ZMSTable tr.even td {
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr.odd td {
	vertical-align:top;
	vertical-align:top;
	padding:0px 2px 0px 2px;
	}

table.ZMSTable tr td p{
	vertical-align:top;
	vertical-align:top;
	margin:5px 2px 0px 3px;
	}


/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	}

div.ZMSGraphic.left {
	text-align:left;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic.center {
	text-align:center;
	}

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:8px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	margin-right:8px;
	padding-top:3px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px;
	padding-top:4px;
	}

a.zoom img.zoom
	{
	width: 23px;
	height: 21px;
	background: url(/misc_/zms/zoom.gif);
	}

/*--------- ZMS TEASER --------------*/

body#web div#teaser {
	width:120px;
	margin:0;
	padding:0;
	}

div#teaser {
	width:120px;
	font-size: 12px !important; font-size: 12px;
	margin:0px;
	padding:0;
	}
	
div.ZMSTeaserContainer {
	padding:1px;
	margin-bottom:10px;
	}

div.ZMSTeaserElement {
	width:118px;
	padding:0px;
	}

div.ZMSTeaserElement img.title {
	border: none;
	}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 4px 4px 2px 0px;
	border:none;
	}

div.ZMSTeaserElement div.text
	{
	padding:0px 2px 5px 2px;
	line-height:1.3em
	}

/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{
	width:180px;
	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


body#web .form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}
	html>.form {
	font-size: x-small;
	} 
	
body#web .form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
	}


/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
    padding: 0px 20px 0px 10px;
    margin:0;
	}

#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
	}

#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
	}


/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
	
	} 

h1.title {
	
	}

p, li, blockquote {
	
	}

ol, ul {
	
	}

p.description {
	
	}

p.caption {
	
	}

p.creator  {
	
	}

p.smalltext {
	
	}

code {
	}


/**************************************/
/* 10. ZMI Management Interface       */
/**************************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }
div.ZMSTable table th { background-color:#DDEFFC; }
div.ZMSTable table td { background-color:#EEEEEE; }

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

.form-submit { font-size:12px; }

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;
	} 

body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	} 

/* body.zmi form input.form-element{	width:20px;font-size: 12px !important; font-size: xx-small;} */



/**************************************/
/* ******** SQL Form **************** */
/**************************************/
body.zmi textarea#new_address{
  background-color:#fff;
  width:360px !important;
}
body.zmi textarea#new_notes {
  background-color:#ffe;
  width:360px !important;
}


