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

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Search Form
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.searchForm table {
	width:100%;
}
.searchForm input {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.searchForm input.searchInput {
	width:80%;
}
.searchHeader {
	text-align:right;
	border-top: 1px solid #CCC;
	background-color: #EEE;
	font-size:70%;
}
.searchResult {
	margin-bottom:20px;
}
.searchResult span.title {
	display:block;
	font-weight:bold;
	color:#2200D5;
}
.searchResult span.title a {
	color:#2200D5;
}
.searchResult span.title a:visited {
	color:#91198B;
}
.searchResult span.description {
	display:block;
}
.searchResult span.linkpath {
	display:block;
	font-size:smaller;
	line-height:1.3em;
} 
.searchResult span.linkpath a {
	color:#008000;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

a.fancybox img {
	padding:1px 1px 21px 1px;
	background:transparent url(/misc_/zms/zoom.gif) bottom right no-repeat;
	background-color:transparent; 
}

div.ZMSGraphic_extEdit_action {
	margin:0px 0px 20px 0px;
}

a.ZMSGraphic_extEdit_action img {
	padding:1px 1px 9px 1px;
	background:transparent url(/misc_/zms/ico_plus.gif) bottom right no-repeat;
}

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;
	margin-right:10px;
}

div.ZMSGraphic.floatright {
	float:right;
	margin-left:10px;
}

div.ZMSGraphic.center div.graphic {
	text-align:center;
	margin:0px auto;
}

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,
a.superzoom img.superzoom,
a.download img.download {
	width: 26px;
	height: 21px;
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
a.zoom img.zoom { background-image: url(/misc_/zms/zoom.gif); }
a.download img.download { background-image: url(/misc_/zms/download.gif); }
a.superzoom img.superzoom { background-image: 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
	{
	}

/* BO f_css_defaults */

#imagegallery {
  font-family:monospace;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid; 
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}

 
/* EO f_css_defaults *//* BO download_file.f_css_defaults */

.downloadFile {
	margin:10px 0 5px 0;
	border:0;padding:0;
	line-height:1.2em;
	}
.downloadFileIcon {
	float:left;
	width:25px;
	}
.downloadFileText {
	margin-left:25px;
	}
.downloadFileText a {
	font-weight:bold !important;
	}
/* EO download_file.f_css_defaults *//* BO Imagemap CSS */
#dhtmltooltip {
 font-size:11px;
 line-height:1.25em;
 color:#666;
}
div.imagemap {
 text-align:left;
 margin:auto;
}

div.imagemap a.zoom {
  text-decoration:none;
  border:0;
  margin-right:5px;
  margin-left:5px;
  position:relative;
  top:5px;
  display:block;
  float:left;
}
div.imagemap span.title {
  font-weight:bold;
}
div.imagemap p.caption {
  font-style:normal;
}
/* EO Imagemap CSS */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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: #CCC;
	text-decoration: line-through;
}
.preview.highlight {
	background: filter:Alpha(opacity=90);-moz-opacity:0.90;opacity:0.90;
	background-color: #E2E3DE;
	cursor:pointer;
}

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

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


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

.primColorStrong { background-color:#334565; }
.primColorMedium { background-color:#FF9A02; }
.primColorLight  { background-color:#CFD6DF; }

.secondColorStrong { background-color:#89bc40; }
.secondColorMedium { background-color:#8bc302; }
.secondColorLight  { background-color:#c1d898; }

.teaserColor { background-color:#FF9A02; } /* orange */

.neutralColorBlack   { background-color:#000000; }
.neutralColorStrong { background-color:#6d6f71; }
.neutralColorMedium { background-color:#e8e8e8; }
.neutralColorLight  { background-color:#f0f0f1 }
.neutralColorWhite   { background-color:#FFFFFF; }
.neutralColorTrans   { background-color:transparent; }

/*************************/
/* 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; }

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

/*********************/
/*- Layout-Elements -*/
/*********************/

body#root {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	background: #eee url(common/bggradient.gif) bottom left fixed repeat-x;
	position:relative;
	text-align:center;
	}

#pageregion {
	margin: auto;
	margin-top: 0;
	padding: 0;
	border: 0;
	width:970px;
	text-align:left;
	background: #FFF;
	}

#pageregionTop {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f0f0f1;
	}

#pageregionContentExtrashell {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(common/BGpageregionLeft.gif) repeat-y left;
	}
#pageregionContentOutershell {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(common/BGpageregionRight.gif) repeat-y right;
	}
#pageregionContentInnershell {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	margin-right: -200px;
	background: url(common/BGpageregionRight.gif) repeat-y right;
	}
#pageregionContent {
	margin-right: 240px;
	background: url(common/BGpageregionLeft.gif) repeat-y left;
  border-top:1px solid white;
	}
#pageregionLeft {
	float: left;
	width: 190px;
	}

#Content {
	margin-left: 235px;
	}

#pageregionRight {
	float: right;
	text-align:left;
	padding: 0;
	width: 190px;
  border-top:1px solid white;
	}
#pageregionBottom {
	border: 0;
	padding: 5px;
	text-align: center;
	clear: both;
	}

#pageregionBottom p {
	margin: 0;
	padding: 0;
	font-size: xx-small;
	}

#pageregionBefore {
	}

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

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


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

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

#Menu {
	background-color: #f0f0f1;
 }
#Menu ul.Menu {
	color:#6d6f71;
	background-color: #f0f0f1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0em;
	padding:0 0 0 16px;
	border:0;
	border-bottom: 4px solid #FFF;
	border-top: 4px solid #FFF;
	text-transform: uppercase;
	font-size:small;
/*-------box model hack-------*/
	height: 45px !important;
	height: 48px;
	height/**/:/**/45px;
/*-------box model hack-------*/
	}

/*----- font size hack -----*/
/*/*/a{}
body #Menu ul.Menu {
font-size : x-small;
}
html>head:first-child+body #Menu ul.Menu {
font-size : small;
}
/* */
/*----- /font size hack -----*/

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

#Menu ul.Menu li.Menu a {
	line-height:45px;
	font-weight: bold;
	border:0;
	margin:0;
	padding: 0em 16px 0em 16px;
	color:#6d6f71;
	text-decoration: none;
	float: left;
	text-align: center;
	}

#Menu ul.Menu li.Menu a.current,
#Menu ul.Menu li.Menu a:hover {
	text-decoration: none;
	background-color: #8bc302;
	color: #ffffff;
	}

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

.child, .subchild
	{
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -0.96em !important;
	margin-left: 0px;
	margin-left/**/:/**/-0.96em;
/*-------box model hack-------*/
	margin-top: 0.75em !important;
	margin-top: 0.15em;
	margin-top/**/:/**/0.85em;
	}

.menuDropdown
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 1px none #DDD;
	border-right: 1px none #DDD;
	border-bottom: 1px none #DDD;
	background-color: white;
	width: 11,5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	border-bottom: 1px none #DDD;
	line-height: 1.2em;
	white-space: nowrap;
	padding: 3px 15px 3px 15px;
	font-size:small;
	}
/*----- font size hack -----*/
/*/*/a{}
body .navDropdown {
font-size:x-small;
}
html>head:first-child+body .navDropdown {
font-size:small;
}
/* */
/*----- /font size hack -----*/

.navDropdown a:link, .navDropdown a:visited
	{
	display:block;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	}

.navDropdown a:active, .navDropdown a:hover
	{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
/*	background-color: #EEE; */
	}

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

#Micronavigation {
	margin:0;
	padding: 0 32px 0 32px;
	border:0;
	border-bottom: 2px solid white;
	text-align:left;
	color:white;
	background-color:	#8bc302;
	line-height:2.5em;
	clear:both;
	}
#Micronavigation span {
	font-style:italic;
	}
#Micronavigation, #Micronavigation a, #Micronavigation span {
	color: white;
	font-size: 11px;
	line-height:36px;
	}
#Micronavigation a:hover,
#Micronavigation a:active {

	}

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

#Macronavigation,
#Macronavigation ul {
	border:0;
	margin:0;
	padding:0;
	}

#Macronavigation ul li {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 4px solid #FFF;
	line-height: 14px;
  color:#f0f0f1;
	font-weight:bold;
	font-size: 12px;
	}

#Macronavigation ul li.doc	{
	list-style: none outside;
/*	list-style: disc url(common/icondoc.gif) inside; */
	}
#Macronavigation ul li.folder	{
	list-style: none outside;
/*	list-style: disc url(common/iconfolder.gif) inside; */
	}
#Macronavigation ul li a:link,
#Macronavigation ul li a:visited {
	display:block;
	font-weight:bold;
	padding: 1em 16px 1em 32px;
  color:#8bc302;
  background-color: #f0f0f1;
}

#Macronavigation ul li a.active,
#Macronavigation ul li a:active,
#Macronavigation ul li a:hover {
	font-weight:bold;
	text-decoration:none;
  color:white;
  background-color: #8bc302;
	}

#Macronavigation dl,
#Macronavigation dt,
#Macronavigation dd {
	margin: 0;
	padding: 0;
	}


#Copyright p {
	line-height: 1em;
	margin-bottom: 0.4em;
	letter-spacing:0;
	}
/*********************/
/* Content-Elements  */
/*********************/

h1, h2, h3,
h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 10px;
/*	letter-spacing: 1px; */
	line-height: 1.3em;
	color: #8bc302;
	}

h1 {
	margin-top: 1.5em;
	font-size: large;
	}
/*----- font size hack -----*/
/*/*/a{}
body h1 {
font-size : medium;
}
html>head:first-child+body h1 {
font-size : large;
}
/* */
/*----- /font size hack -----*/


h2	{
	margin-top: 1.5em;
	font-size: medium;
	}
/*----- font size hack -----*/
/*/*/a{}
body h2 {
	font-size : small;
	}
html>head:first-child+body h2 {
font-size : medium;
}
/* */
/*----- /font size hack -----*/


h3 {
	margin-bottom:0px;
	font-size: small;
	}
/*----- font size hack -----*/
/*/*/a{}
body h3 {
font-size : x-small;
}
html>head:first-child+body h3 {
font-size : small;
}
/* */
/*----- /font size hack -----*/


h4	{
	font-size: x-small;
	}
/*----- font size hack -----*/
/*/*/a{}
body h4 {
font-size : xx-small;
}
html>head:first-child+body h4 {
font-size : x-small;
}
/* */
/*----- /font size hack -----*/


p, li, th, td, blockquote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:#6d6f71;
	font-size: 12px;
	line-height:1.5em;
	}

p {
	margin-top: 0;
	margin-bottom: 1em;
	}

p.description	{
	font-weight:bold;
	}
p.caption		{
    font-size: 11px;
    font-style:italic;
	}
p.indent		{
	padding-left:2em;
	}
p.emphasis		{
	font-weight:bold;
	margin-left: 10px;
	margin-right: 10px;
	}
p.note {
	margin: 0px;
	border: 1px solid #900;
	padding: 4px;
  background-color: yellow;
  font-size: 9px;
  font-family: Verdana,Geneva,Arial,Helevetica,sans-serif;
  line-height: 12px;
}

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

/*----- font size hack -----*/
/*/*/a{}
body p.creator, body p.smalltext  {
font-size : xx-small;
}
html>head:first-child+body p.creator,
html>head:first-child+body p.smalltext {
font-size : x-small;
}
/* */
/*----- /font size hack -----*/

blockquote {
	background-color:#E2E3DE;
	border: 1px solid #666666;
	padding:2em;
}

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

a:link, a:visited {
	font-weight : normal;
	text-decoration : none;
  color:#8bc302;
	}

a:hover, a:active {
	font-weight : normal;
	text-decoration : underline;
  color:#89bc40;

	}


/* ### Lists | Listen  #### */

#Content ul, #Content ol {
  margin: 0 0 0.5em 1em;
  line-height: 1.5em;
  }
#Content ul {
  padding:0;margin-left:0;
  list-style-type:none;
  }

#Content ul li {
  margin-left: 1.0em; 
  padding: 3px 3px 3px 1.3em;
  line-height: 1.5em;
  list-style-image:none;
  background-image: url(http://www.ecca.de/common/css/common/icon_list.gif);
  background-repeat: no-repeat;
  background-position: 0px 8px;
  }


#Content ul ul li {
  margin-top: 0px;
  list-style: circle outside;
  vertical-align: middle;
  line-height: 1.2em;
  background-image: none;
  padding-left: 0.0em;
}

#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: #666;
	font-size: xx-small;
}

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


/*-- FLOATING ---------------*/
.clearing {
  clear: both;
  height: 0;
  border:0;
  margin:0;
  padding:0;
  font-size:1px;
  line-height:0;
}
div.floatright {
  float:right;
  margin-left:10px !important;
}

div.floatleft {
  float:left;
  margin-right:10px !important;
}


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

.form {
	color: #000;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	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 #666;
	font-family: Arial, Helvetica, sans-serif;
	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;
	}

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

td.sitemapTitle0 p {
	margin:0;
	padding:0;
/*	background-color: #EEE; */
  border-bottom: 1px none #444;
	line-height: 1.5em;
 }

td.sitemapTitle1 p {
	margin:0;
	padding:0;
/*	background-color: #EEE;*/
  border-bottom: 1px none #444;
	line-height: 1.5em;
 }

p a.sitemapElement0,
p a.sitemapElement1 {
line-height: 1em;
}

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

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

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

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



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

div.ZMSGraphic
	{

	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	}

div.ZMSGraphic div.graphic
	{
	margin-right: 10px;
	margin-left: 2px;
	}

table.imagebox div.ZMSGraphic div.graphic
	{
	margin-right: 2px;
	margin-left: 2px;
	}

div.ZMSGraphic div.text
	{
	padding:0;
	border:0;
	margin-right: 10px;
	}


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 {
	align:center;
	}

table.ZMSTable {
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 12px;
	}

table.ZMSTable caption {
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 10px;
    font-style:italic;
	}

table.ZMSTable p {
    margin:0;
	padding: 5px;
    line-height: 1.1em;
	text-align: left;
	font-size: 12px;
	}

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

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

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

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

.teaserTitle {
	line-height: 15px;
	font-weight: bold;
	margin: 3px;
	font-size: 11px;
	line-height:1.2em;
}

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


.teaserText p {
	font-weight: normal;
	color : #000;
	line-height: 14px;
	margin: 3px;
	font-size: 10px !important;
}

a.teaserTitle:link, a.teaserTitle:visited,
a.teaserTitle:hover, a.teaserTitle:active {
	font-weight: bold;
	text-decoration: none;
}

#teaser .teaserText a,
a.teaserText:link, a.teaserText:visited,
a.teaserText:hover, a.teaserText:active {
	text-decoration: none;
}

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

div#TeaserTop {
	height: 26px;
	border-bottom: 2px solid #FFF;
	line-height:26px;
	}

div#Teaser, div#teaser {
	width:190px;
	font-size:12px;
	}

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

div.ZMSTeaserElement {
  padding:0px;
	}
div.ZMSTeaserElement div.graphic {
  text-align:center;
  margin:auto;
	}

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

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title,
div#Links .title {
	font-weight:bold;
	text-decoration:none;
  color:#6d6f71;
	padding: 5px;
	line-height:1.3em;
	}

div.ZMSTeaserElement div.text {
  color:#ffffff;;
	padding: 9px;
	line-height:1.3em;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited {
  color:#6d6f71;
}

