
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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 formContainer.f_css_defaults */

div.formular {
/* display:table; */
/* table-layout:auto; */
width:auto;
border-collapse:collapse;
background-color:#fcfcfc;
border:1px solid silver;
padding:3px;
font-size:12px;
}
div.formrow {
/* display:table-row;*/
}

div.formular h2 {
color:#900;
background-color:#ccc;
padding:3px;
margin:0px;
line-height:1em;
}
div.formular h3 {
font-size:12px;
color:#000;
background-color:#eee;
padding:3px;
margin:0px;
line-height:1.3em;
}

div.formtext, div.formvalue {
/* display:table-cell; */
}
div.formtext {
margin-top:15px;
font-weight:bold;
border-top: 1px dotted #bbb;
padding-top:2px;
line-height:150%;

}
div.formtext span.hints {
font-style:italic;
font-weight:normal;
}
table.displayRecords { 
border:2px solid grey;
border-collapse:collapse;
}
table.displayRecords td {
border:1px solid silver;
padding:3px;
vertical-align:top;
}

.form-small {
font-size:11px;
vertical-align:top;
}

.zmiTableRowHead {
background-color:#ccc;
font-size:x-small;
padding:3px;
}

.zmiTableRowEven {
background-color:#eee;
font-size:x-small;
}
.zmiTableRowOdd {
background-color:#ddd;
font-size:x-small;
height:15px;
}
textarea.zmiTableRowOdd {
background-color:#ddd;
font-size:11px;
width:600px;
height:150px;
}
select.zmiTableRowEven, select.zmiTableRowOdd {
background-color:#eee;
font-size:x-small;
width:150px;
}

/* EO formContainer.f_css_defaults */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}


div#zmi_logo, table.zmiTabBg {background-color:#fff;}
body.zmi div.zmi {width: 749px;}

img { border:0 }
/*********************/
/* Header-Elements */
/*********************/

body.page {
	background: #eee url(common/bggradient.gif) bottom left fixed repeat-x;
	color: #333;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	border: 0;
	border-top: 5px solid #999;
	text-align: center;
	font-family: arial, helvetica, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, sans-serif;
	padding-bottom: 20px;
	}

#pagewrapper	{
	background: #fff url(common/pgbg4.gif) repeat;
	color: #333;
	margin: 10px auto;
	padding: 0;
	border: 1px solid #999;
	border-top: 5px solid #999;
	width: 599px;  /* bmh */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 597px;
	}

html>#pagewrapper	{
	width: 597px;
	}

#logo	{
	background: #fff;
	color: #333;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	}

#logo img {
	margin: 0;
	padding: 0;
	border: 0;
	}

#contentregion {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	color: #444;
	background: transparent;
	clear: both;
}

/****************/
/* Links */
/***************/

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

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

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


/*********************/
/* Menu */
/*********************/

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

#menu ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	white-space: nowrap;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#menu ul li a {
	background: #fff;
	width: 118px;
	height: 2em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
	padding: 0;
	margin: 0 0 10px 0;
	color: #000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: small !important;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}

html>#menu ul li a  {
	font-size: x-small;
	}

#menu ul li a:hover {
	color: #000;
	background: #ccc;
	}

#menu a:active	{
	background: #000;
	color: #fff;
	}

#menu a.highlight:link, #menu a.highlight:visited {
	background: #bbb;
	color: #000;
	}

#micronav, #micronav a {
	text-align: left;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: xx-small;
color: #666;
	}

#micronav {
	padding:2px 10px 15px 10px;

	}

#navigation	{
	padding: 2px 0px 10px 0px;
	margin: 0px 0px 0px 418px;
	color: #666;
	background: transparent;
	/* compensates for IE Win bungling */
	/* height: 100%; */
	}

#navigation p	{
	font-size: 11px;
	text-align: left;
	}

#navigation h2	{
	font-size: 16px;
	margin: 5px 0 0 0 ;
	}

#navigation h4	{
	margin: 0 0 15px 0;
	}

#navigation h3	{
	font-size: 13px;
	margin: 0;
	}

#macronav {
	margin: 0 0 25px 0;
	padding: 5px;
	border: 0;
	}

#macronav ul	{
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	}

#macronav ul li	{
	margin: 0;
	margin-top: 5px;
	padding: 0;
	line-height: 1.25em;
	font-size: small !important;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	}

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

html>#macronav ul li	{
	font-size: x-small;
	}

#macronav ul li a {
	color:#949200 !important;
	font-weight: normal;
	}

#macronav dl	{
	margin: 0;
	padding: 0;
	}

#macronav dt 	{
	font-weight: normal;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

html>#macronav dt 	{
	font-size: small;
	}

#macronav dd 	{
	padding: 0;
	margin: 2px 0 10px 0;
	}

#bottom {
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 5px 7px 5px 10px;
	text-align: left;
	clear: both;
	font-size: x-small !important;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
	}

html>#bottom	{
	font-size: x-small;
	}

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

/*********************/
/* Text-Elements */
/*********************/

h1, h2, h3, h4, h5, h6	{
	font-family: arial, helvetica, Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, sans-serif;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 1.5em;
	}

#content h1	{
	margin-top: 0;
	font-size:    large;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:  large;
	}

html>#content h1 	{
	font-size:  large;
	}

#content h2, #content h2 {
	margin-top: 1.5em;
	font-size:    small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    medium;
	}

html>#pagebody h2, #content h2  {
	font-size:  medium;
	}

h3	{
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: medium;
	color:#999;
	}

html>h3 	{
	font-size:  medium;
	}

h4	{
	font-weight: normal;
   	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

html>h4 	{
	font-size: small;
	}

h5	{
     font-size:    xx-small;
     voice-family: "\"}\"";
     voice-family: inherit;
     font-size:    x-small;
	}

html>h5 	{
	font-size:  x-small;
	}

h6	{
	margin: 0 0 25px 0;
	padding: 0;
	background: transparent;
	color: #333;
	text-transform: uppercase;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size:    9px;
	voice-family: "\"}\"";
	voice-family: inherit;
  	font-size: xx-small;
	}

html>h6 	{
	font-size:  xx-small;
	}

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

p.emphasis {
 border:1px solid #aaa;
 margin:1em;
 padding:0.5em 1.0em;
 background-color:#fefefa;
}
code, pre {
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	font-size: xx-small;
}

/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
* html code	{
	font-size : 105%;
	}



#content, #content div, #content p, #content th, #content td, #content li, #content dd, #content dt    {
	font-size:    x-small;
             /* Tantek again */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

html>#content, html>#content div, html>#content p, html>#content th,
html>#content td, html>#content li, html>#content dd, html>#content dt    {
	font-size: small;
	}


#content	{
	float: left;
	margin: 0;
	padding: 10px;
	width: 410px;  /* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 390px;
	padding-bottom:5em;
	min-height:600px;
	}

html>#content 	{
	width: 390px;
}

#content ol, #content ul	{
	margin: .5em 0;
	padding-left: 10px;
	margin-left: 10px;
	}

#content li	{
	line-height: 1.25;
	margin:0px;
	margin-bottom: 0px;
	padding: 0;
	padding-left: 5px;
	margin-left: 5px;
	list-style: disc outside;
	}

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

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

#content p, #content p.standard, #content li,
#content td {
	font-family:"Times New Roman", Times, serif;
	font-size: small !important;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
html>#content p, html>#content p.standard,
html>#content li, html>#content td 	{
	font-size: small;
	}

#content p.description	{
	font-family: arial, helvetica, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, sans-serif;
	font-weight:bold;
	}
#content p.caption	{
	font-style:italic;
	}

#content p.creator	{
	font-family: arial, helvetica, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, sans-serif;
	font-size: xx-small;
	}

#content p.smalltext	{
	font-family: arial, helvetica, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, sans-serif;
	font-size: xx-small;
	}

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

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

#content td {
	font-family: arial, helvetica, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, sans-serif;
	font-size: x-small;
}


/*********************/
/* 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 #666;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, 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: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, 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;
	}

/****************/
/* Helpers */
/***************/

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

.floatleft	{
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	}


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


div#teaser {
	width:166px;
	padding:0px;
	margin:0px;
	text-align:left;
}
/* only FF */
html>/**/body #teaser {
	padding-left:4px;
}

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

#teaser .ZMSTeaserElement {
	border:0px;
	width: 166px;
}

#teaser .title {
	line-height : 15px;
	font-weight: bold;
	padding: 0px;
	margin: 3px;
	color:#666;
	font-size: x-small;
}
/* only FF */
html>/**/body #teaser .title {
	font-size: small;
}

#teaser .ZMSTeaserElement div.clearfloating {
	clear:none !important;
}

#teaser .text {
	padding : 0px;
	background-image:url(common/spacer.gif);
	font-weight : normal;
	text-decoration : none;
	color : #000;
	line-height: 18px;
	margin: 3px;
	font-size: x-small;
}
/* only FF */
html>/**/body #teaser .text {
	font-size: small;
}
#teaser .title a:link,
#teaser .title a:visited,
#teaser .title a:hover,
#teaser .title  a:active {
	font-weight: bold;
	text-decoration: none;
	color:#000080;
}
#teaser .text a,
#teaser .text a:link,
#teaser .text a:visited,
#teaser .text a:hover,
#teaser .text a:active {
	text-decoration: none;
	color:#000080;
}


div.ZMSTeaserElement img {
border:0px;
}
div.ZMSTeaserElement div.title {
margin:0px;
padding-bottom:0px !important;
line-height:10px;
}
div.ZMSTeaserElement div.title a {
color:#666 !important;
}

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

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

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

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; } /* primColorStrong0 */
.cmsTxtColorStrong1 { color: #666666; } /* neutralColorStrong0 */
.cmsBgColorStrong0 { background-color: #8CABB9; } /* primColorStrong0 */
.cmsBgColorStrong1 { background-color: #CCCCCC; } /* neutralColorLight0 */
.cmsBgColorMedium0 { background-color: #DDE6EC; } /* primColorLight0 */
.cmsBgColorLight0 { background-color: #FFFFFF; } /* neutralColorWhite */

.ftTH { background-color:#DDEFFC; }
.ftTD { background-color:#EEEEEE; }

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


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

.primColorStrong0 { background-color:#000000; }
.primColorMedium0 { background-color:#666666; }
.primColorLight0 { background-color:#E7E7E6; }

.secndColorStrong1 { background-color:#8A8E16; }
.secndColorStrong0 { background-color:#9DA124; }
.secndColorMedium1 { background-color:#D5D579; }
.secndColorMedium0  { background-color:#D5D579; }
.secndColorLight1 { background-color:#E9E9B0; }
.secndColorLight0 { background-color:#E6E7B9; }

.teaserColor { background-color:#800000; }

.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; }
.neutralColorLight0 { background-color:#E2E3DE; }
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color: transparent;}

div.formtext, div.formvalue {
color:#000;
font-size:13px !important;
}
div.formtext {
font-weight: bold;
}


div.formtext span.hints {
font-style:italic;
font-weight: normal;
color:#666;
}
div.formrow {
margin-top:0.75em;
}

/*-----------------*/
/*-- ZMSGraphic --*/
/*-----------------*/
div.ZMSGraphic { background-color:transparent; }
div.ZMSGraphic div.graphic.alignleft { margin-right:10px; }
div.ZMSGraphic div.graphic.alignright { margin-left:10px; }
div.ZMSGraphic.floatleft { margin-right:10px; }
div.ZMSGraphic.floatright { margin-left:10px; }
div.ZMSGraphic div.text { padding: 4px 0 0 0; }
/*-- ## FF Patch ## --*/
div.ZMSGraphic.right div.graphic { width:100% !important; }
div.ZMSGraphic.right div.graphic img { display:inline !important; }



/*--------------- UPDATE 2010/2011----------*/

body.page {
	border-top: 0px !important;
}
#pagewrapper {
	margin-top:20px;
	background: #fff url(common/pgbg5.gif) repeat;
	border-top: 5px solid #999;
	width: 799px;  /* bmh */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 797px;
	}
html>#pagewrapper {width: 797px;}
#logo { text-align: center; border-bottom:13px solid #fff }
#menu ul li a {width: 158px; }
#navigation {margin: 0px 0px 0px 618px; }

#content {
 padding: 10px 50px;
 width: 610px; /* IE 6.0 */
 width: 610px!important; /* IE 7.0 */
}
html>/**/body #content { width: 509px !important; /* only FF */ }

#content p, #content p.standard, #content li,
#content td {font-size: 14px !important;  }
#content p.description	{
 font-size: 13px !important;
 line-height:160%;
}
#content p.creator { font-size: 10px !important; }
#content p.smalltext { font-size: 11px !important; }
div.ZMSGraphic {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
body.zmi li, body.zmi p,
body.zmi td {
  font-family:Verdana,Helvetica,sans-serif;
  font-size:10pt;
  line-height: 1.2em;
  }
