


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Body
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
 
body.print 
	{ 
	background-color:#fff; 
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkContainer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkContainer
	{
	background-color: #EEEEEE;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited,
div.ZMSFile div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSFile div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSLinkElement
	{
	background-color: #EEEEEE;
	padding: 2px;
	}

div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited,
div.ZMSLinkElement div.title
	{
	font-weight:bold;
	font-size:x-small;
	text-decoration:none;
	color:black;
	}

div.ZMSLinkElement div.text
	{
	font-size:xx-small;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div.ZMSGraphic 
	{ 
	background-color:transparent; 
	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;
	}
	
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
	{
	}



/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [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:"Arial Unicode MS", Arial, Helvetica, sans-serif; 
}

span.highlight { 
  background-color: yellow;
  color: red;
  font-weight: bold;
  border: 1px dashed blue; 
}

/*********************/
/*- Layout-Elements -*/
/*********************/

body#root {
	margin: 0;
	padding: 0;
	border: 0;
	position:relative;
	text-align:center;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
}	

div.text{
	color:black;
}

#pageregion {
	margin: auto;
	margin-top: 0;
	padding: 0;
	border: 0;
	width:840px;
	text-align:left;
	background-color:#fff;
	}

#pageregionTop {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid black;
	background-color:#fff;
	}

#pageregionContentExtrashell {

	margin: 0;
	padding: 0;
	border: 0;
	}
#pageregionContentOutershell {

	margin: 0;
	padding: 0;
	border: 0;
	}
#pageregionContentInnershell {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	margin-right: -220px;

	}
#pageregionContent {
	margin-right: 220px;

	}
#pageregionLeft {
	float: left;
	width: 195px;
	}
#Content {
	margin-left: 210px;
	color:black;
	} 
#ContentHome {
	margin: 0px;
	width:840px;
	overflow:hidden;
	color:black;
	} 

/*-- Broad: without pageregionRight --*/
#pageregionContentOutershellBroad {
	margin: 0;
	padding: 0;
	border: 0;
	}

#pageregionContentInnershellBroad {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	}
#pageregionContentBroad {
	margin-right: 10px;

	}
	
#ContentBroad {
	width: 625px;
	margin-left: 210px;
	}
	
/*-- /Broad: without pageregionRight --*/


#pageregionBefore {
	padding-top: 10px;
}

#pageregionRight {
	float: right;
	padding:10px;
	text-align:left;
/*-------box model hack-------*/
	width: 180px !important;
	width: 200px;
	width/**/:/**/180px;

}
	
#pageregionBottom {
	border: 0;
	border-top: 1px solid black;
	color: #969696;
	padding: 5px 7px 5px 10px;
	text-align: left;
	clear: both;
}

#pageregionBottom p {
	margin: 0;
	padding: 0;
}

#Description  {
	margin: 0;
	padding: 0;
}

/****************/
/*---- Logo ----*/
/****************/
#Logo	{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#Logo img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/****************/
/*--- Links ----*/
/****************/

a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #969696;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #FF0000;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : underline;
	color: #FF0000;
	background: transparent;  
	}

/*********************/
/* Functional Page Elements*/
/*********************/

/*----- Channel  -----*/


#Menu ul.Menu
	{
	margin:0em;
	padding:0em;
	color: #969696;
	float: left;
	width: 100%;
}


#Menu ul.Menu li.Menu  {
	margin: 0;
	padding: 0;
	display: inline;
	float:left;
	white-space:nowrap;
}

#Menu ul.Menu li.MenuSep   {
	margin: 0;
	padding: 0;
	display: inline;
	float:left;
	white-space:nowrap;
}
#Menu ul.Menu li.MenuSep span  {
	padding: 0.35em 1em 0em 1em;
	display: block;
	color:black;
}

#Menu ul.Menu li.Menu a {
	height:20px;
	font-weight: normal;
	padding: 0.35em 0em 0em 0em;
	color: #969696;
	text-decoration: none;
	float: left;
}

#Menu ul.Menu li.Menu a.current
	{
	font-weight:bold;
	color:black;
	}

#Menu ul.Menu li.Menu a:hover
	{
	color: #FF0000;


	}
	
/*-----MenuDropdown-----*/

.ZMSGraphic, .graphic, .img,
div.ZMSGraphic, div.graphic, img{
	background:transparent;
}
.graphic,
.ZMSGraphic .graphic{
	margin-right:20px;
}
.zoom, a.zoom{
	border:none;
}

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
	display:none;
	background:white;
}

.menuDropdown 
	{
	border-left: 1px solid #969696;
	border-right: 1px solid #969696;
}

.navDropdown {
	display: block;
	text-align: left;
	border-bottom: 1px solid #969696;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 3px 14px 3px 14px;
}


/*-----Micronavigation-----*/

#Micronavigation {
	padding:0px 10px 5px 0px;
	text-align:left;
	color:#969696;
	}

#Micronavigation span {
	font-weight:bold;
	}


/*-----Macronavigation-----*/

#Macronavigation {
	margin: 50px 0px 25px 0px;
	padding: 0px;
	border: 0px;
	margin-top: 35px !important;
	margin-top: 50px;
	margin-top/**/:/**/50px;
}

	
#Macronavigation ul li {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	border: 0px;
	line-height: 1.25em;
}

	
#Macronavigation ul li.doc	{
	list-style: disc url(common/icondoc.gif) inside;
	}
#Macronavigation ul li.folder	{
	list-style: disc url(common/iconfolder.gif) inside;
	}

#Macronavigation ul li a:link {
	font-weight: normal;
}

#Macronavigation ul li a.current {
	font-weight:bold;
	color:black;
}



#Macronavigation dl,
#Macronavigation dt, 
#Macronavigation dd 
	{
	margin: 0;
	padding: 0;
	}
#Macronavigation dd {
	padding: 0;
	margin: 0 0 0 0;
	}  
/*********************/
/* Content-Elements  */
/*********************/
	
h1, h2, h3, 
h4, h5, h6 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-size:1em;
	color:black;
	}
	
h1 {
	margin-top: 0.0em;
	}

	
	
h2	{
	margin-top: 1.5em;
	} 


h3 {
	margin-top: 1.5em;
	} 

	
	
h4	{
	margin-top: 1.5em;
	} 



p {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 1em;
	}

p.description	{
	font-weight:bold;
	}
p.caption		{
	font-style:italic;
	font-family:"Times New Roman",Times,serif;
	}


blockquote {
	background-color:#E2E3DE;
	border: 1px solid black666;
	padding:10px
}

ol, ul {
	margin: .5em 0;
	padding-left: 10px;
	margin-left: 10px;
	}
li {
	line-height: 140%;
	margin:0px;
	margin-bottom: 0px;
	padding: 0;
	padding-left: 5px;
	margin-left: 5px;
	list-style: disc outside;
	text-align: left;
	}

ol li	{
	list-style-type: decimal;
	}

ul ul li {
	margin-top: 10px;
	list-style: disc url(common/innerlistblack.gif) outside;
	vertical-align: top;
	}

p.creator, p.smalltext {
	font-size: x-small;  
	}


#Content dl	{
	line-height: 1.4em;
	margin-top: 0;
	padding-top: 0;
	}

#Content dd {
	margin-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	}

code, pre {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	font-size: xx-small;
}

/*---- IE/Win code size hack ----*/
* html code	{
	font-size : 105%; 
	}
/*---- /IE/Win code size hack ----*/


/*********************/
/* Special-Objs, Tables */
/*********************/

#corporateprofile td ul li, #corporateprofile td p {
	font-family: arial, Helevetica, serif;
	}


th	{
	font-weight: bold;
	}

/****************/
/* Forms */
/***************/

.form {
	color: #000;
	border: 1px solid black;
	padding: 1px;
	margin: 0;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}

html>.form {
	font-size: x-small;
	} 

.form-button {
	color: #000;
	background-color: #fff;
	border: 1px solid black;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}

html>.form-button  {
	font-size: x-small;
	} 

#formarea	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	}
	
#formarea label	{
	font-size: 11px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 5px;
	display: block;
	}

/**********************/
/* Teaser */
/**********************/

table.teaserElement {
	border-spacing: 0pt 0pt;
	border-collapse: collapse;
	border-style: none;
	width: 175px;
	text-align:left;
}

.teaserTitle {
	line-height : 15px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left:3px;
	margin-right:3px;
	color:#969696;
}


td.teaserTitle p {
	color:#969696;
	padding: 0px;
	background-image:url(common/spacer.gif); 
}

/* td.teaserText  {  	*/
/* 	padding : 6px;	*/
/* 	background-image:url(common/spacer.gif); 	*/
/* }	*/

.teaserText p {
	color:#969696;
	font-weight : normal;
	text-decoration : none;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left:3px;
	margin-right:3px;

}


/*******************/
/* Sitemap   */
/*******************/

td.sitemapTitle0 {
  background-color: #DDDDDD;
  border-right-width: 1px;
  border-right-color: #444444;
  border-right-style: solid 1px white;
 }

td.sitemapTitle1 {
  background-color: #DDDDDD;
  border-right-width: 1px;
  border-right-color: #000000;
  border-right-style: solid 1px white;
 }

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

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

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
  color: #444444;
  text-decoration: none;
}

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


/*************************/
/* Management Interface  */
/*************************/

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: black666; }
.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; }

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

/***************/
/* Colorscheme */
/***************/

.primColorStrong0 { background-color:#334565; }
.primColorMedium0 { background-color:#465F8B; } 
.primColorLight0  { background-color:#CFD6DF; } 

.secndColorStrong1 { background-color:#55A873; }
.secndColorStrong0 { background-color:#9BC594; }
.secndColorMedium1 { background-color:#BEDABA; } 
.secndColorMedium0 { background-color:#D1E3CE; }
.secndColorLight1  { background-color:#DBE7DA; }
.secndColorLight0  { background-color:#E6E8DF; }

.teaserColor { background-color:#FF9A02; } 

.neutralColorBlack   { background-color:#000000; }
.neutralColorStrong0 { background-color:#79818E; }
.neutralColorMedium0 { background-color:#B6BBC2; } 
.neutralColorLight0  { background-color:#DDDFE3; } 
.neutralColorWhite   { background-color:#FFFFFF; }
.neutralColorTrans   { background-color:transparent; } 

