>

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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(/content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}



html, body  {
  width: 100%;
  height: 100%;
}

html {
  height: 100.1%;
}

* {
  padding:0;
  margin: 0;
}

body  {
  background: #E0E0E0;
   font-family: Arial,Helvetica, sans-serif;
  font-size: 0.75em;
  height: 100.1%;
}

div#OuterShell{
  position:relative;
  width:100%;
  text-align: center;
  overflow: hidden;
}

div#InnerShell{
  position:relative;
  margin:0 auto;
  width:940px;
  text-align: left;
  background: url(../img/bg_InnerShell.gif) repeat-y;
  min-height: 400px;
  padding: -10px 0;
}

div#pageregionTop{
  width: 940px;
  margin: 0 auto;
}

div#ContentShell{
  position:relative;
  clear:both;
  height:auto;
  overflow: hidden;
  padding: 10px 40px;
 /*  background: url(../img/bg_ContentShell.gif) no-repeat; */
}



div#pageregionMiddle{
  position:relative;
  float:left;
  width: 555px;
}

div#pageregionBefore {
  padding-bottom: 1em;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1.5em;
}

div#Description, p.description {
  font-size: 14px;
  line-height: 140%;
  color: #666;
}


div#pageregionContent .ZMSTextarea{
  font-size:1.1em;
  line-height:150%;
}

div#Micronavigation{

  position:relative;
  top:0;
  left:0px;
  width:380px;
height:54px;
 color:#666666;
 font-size:10px;
 line-height:15px;
}
div#Micronavigation a{
 font-size:10px;
 line-height:15px;
 color:#666666;
 text-decoration:none;
}

div#Micronavigation a:hover{
 color:#009999;
 text-decoration:none;
}

div#pageregionRight{
  position:relative;
  width:250px;
  float:right;
  margin: 0 0 0 30px;
}

div#pageregionRight .navigationElement {
  padding: 15px 0; 
  border-bottom: 1px solid #E0E0E0;
}

div#teaser {
  position:relative;
  top: 0px;
  left: 0;
  width: 250px;
  margin-top:20px;
  border-bottom:1px solid #E0E0E0;
}

div.TeaserElement{
  position:relative;
  top: 0px;
  left: 0;
  width: 250px;
  margin-bottom:5px;
  color:#CCCCCC;
  font-size:10px;
}

div.TeaserElement .TeaserTitle{
  border-top:1px solid #666666;
  color:#999999;
  width: 250px;
  padding-top:3px;
  font-size:14px;
  font-weight:bold;
}
div.TeaserElement .TeaserText{
  color:#CCCCCC;
  width: 250px;
  font-size:10px;
}
div.TeaserElement .TeaserImg{
  border-top:1px solid #666666;
  width: 250px;
}

div.TeaserElement .TeaserLink{
  border-top:1px solid #666666;
  width: 250px;
  font-size:10px;
  
}
div.TeaserElement .TeaserLink a{
  text-decoration:none;
}


div#pageregionBottom {
  position:relative;
  clear:both;
  width: 940px;
  margin: 0 auto;
  padding-top: 20px;
  background: transparent url(../img/bg_pageregionBottom.gif) no-repeat;
  text-align: center;
}

div#pageregionBottom a{
  color:#666666;
}

div#pageregionBottom a:hover,
div#pageregionBottom a:active{
  color:#0561AE;
}


h1, h2, h3, h4, h5, h6 {
  color: #0561AE;
  font-weight: normal;
}

h1.title {
  font-size: 18px;
  color: #000;
  margin-bottom: 1em;
}

body#content h1.title { margin-bottom: 0 }

h2{
  font-size: 24px;
  line-height: 120%;
}

.searchresult h2 {
  font-size: 18px;
}

/* xm search client */

.searchResultsForm {
  /* margin-bottom: 1em;
  font-size: 93.75%;
  background-color: #e6e6e6;
  padding: 5px; */
  display: none;
}

.searchResultsForm .input_text {
  margin-left: 2px;
}
.resultInformation p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}

.paging {
  height: 3em;
}
.paging p span.paginglabel {
  padding-right: 0.5em;
  line-height: 1.5em;
  float: left;
}

.paging p a.pager,
.paging p a.current {
  display: block;
  float: left;
  width: 1.5em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

.paging p a.pager {
  background: #0561AE;
  border: 1px solid #D9D9D9;
  color: #FFF;
}

.paging p a.current {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  color: #999;
}

.resultNumber, .resultScore {
  display: none;
}

.result p a {
  font-size: 18px;
}

.result p {
/*  background-repeat: no-repeat;
  background-position: -2px 5px;
  padding-left: 20px; */
  margin-bottom: 1em;
}
/*
.result .text_html {
  background-image: url(/common/icons/search/text_html.gif);
}
.result .application_msaccess {
  background-image: url(/common/icons/search/application_msaccess.gif);
}
.result .application_mspowerpoint {
  background-image: url(/common/icons/search/application_mspowerpoint.gif);
}
.result .application_msword {
  background-image: url(/common/icons/search/application_msword.gif);
}
.result .application_octet_stream {
  background-image: url(/common/icons/search/application_octet_stream.gif);
}
.result .application_pdf {
  background-image: url(/common/icons/search/application_pdf.gif);
}
.result .application_rtf {
  background-image: url(/common/icons/search/application_rtf.gif);
}
}
.result .application_sh {
  background-image: url(/common/icons/search/application_sh.gif);
}
.result .application_shockwave_flash {
  background-image: url(/common/icons/search/application_shockwave_flash.gif);
}
.result .application_sxw {
  background-image: url(/common/icons/search/application_sxw.gif);
}
.result .application_visio {
  background-image: url(/common/icons/search/application_visio.gif);
}
.result .application_x_director {
  background-image: url(/common/icons/search/application_x_director.gif);
}
.result .application_x_excel {
  background-image: url(/common/icons/search/application_x_excel.gif);
}
.result .application_x-ms-reader {
  background-image: url(/common/icons/search/application_x-ms-reader.gif);
}
.result .application_x_x509_ca_cert {
  background-image: url(/common/icons/search/application_x_x509_ca_cert.gif);
}
.result .application_zip {
  background-image: url(/common/icons/search/application_zip.gif);
}
.result .audio_basic {
  background-image: url(/common/icons/search/audio_basic.gif);
}
.result .audio_midi {
  background-image: url(/common/icons/search/audio_midi.gif);
}
.result .image_basic {
  background-image: url(/common/icons/search/image_basic.gif);
}
.result .image_bmp {
  background-image: url(/common/icons/search/image_bmp.gif);
}
.result .image_gif {
  background-image: url(/common/icons/search/image_gif.gif);
}
.result .image_jpeg {
  background-image: url(/common/icons/search/image_jpeg.gif);
}
.result .image_tiff {
  background-image: url(/common/icons/search/image_tiff.gif);
}
.result .text_plain {
  background-image: url(/common/icons/search/text_plain.gif);
}
.result .text_xml {
  background-image: url(/common/icons/search/text_xml.gif);
}
.result .text_xsd {
  background-image: url(/common/icons/search/text_xsd.gif);
}
.result .text_xsl {
  background-image: url(/common/icons/search/text_xsl.gif);
}
.result .video_basic {
  background-image: url(/common/icons/search/video_basic.gif);
}
*/

/* end xm search client */


p.suphead, p.subhead {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

#pageregionRight h2 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 1em;
}

i,em  {
  font-style:italic;
}

small, .small {
  font-size: 0.9em;
}

a,
a:link,
a:visited {
  color:#0561AE;
  /* text-decoration:none; */
}

a:hover,
a:active,
a:focus {
  color:#666666;
  /* text-decoration:none; */
}

.doc_title a, 
#pageregionRight ul a,
.tagCloud a {
  text-decoration:none; 
}

a img {
  border:none;
}

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

.doc, .searchresult {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 0.5em 0;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 1em;
}


* html .doc {
  height: auto;
}

.doc_data {
  float: left;
  width: 360px;
}

.doc_metadata {
  text-transform: uppercase;
  font-size: 11px;
  color: #666;
  margin-bottom: 1em;
}

.doc_image {
  width: 180px;
  margin-right: 15px;
  float: left;
}

.doc_title {
  margin-bottom: 0.5em;
}

.doc_abstract p {
  font-size: 14px;
  padding-bottom: 40px;
}

.doc_download {
  position: absolute;
  bottom: 1em;
  right: 0;
  text-align: right;
}

.doc.single_view .doc_download {
  left: 0;
  text-align: left;
}

/*
 * TagCloud
 */
.tagCloud {
  text-align: center;
}

.tagCloudTerm {
  /* white-space: nowrap; */
}


/***********************************************************************
Listen
***********************************************************************/
ul {
  list-style: square outside;
  margin: 0px 10px 15px;
  padding: 0px 30px;
}

ol {
  list-style: decimal outside;
  margin: 0px 10px 15px;
  padding: 0px 30px;
}

#pageregionRight ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
}

#pageregionRight ul li {
  background: url(../img/bg_li.gif) 0px 4px no-repeat;
  padding: 0 0 0 10px;
  margin: 0 0 5px 0;
}

#pageregionRight ul.zweispaltig {
   overflow: hidden;
}

#pageregionRight ul.zweispaltig li {
   float: left;
   width: 115px;
}

#pageregionRight ul li a.hlTrue {
  color: #000;
  font-weight: bold;
}


th,td{
text-align:left;
}


/* ---------  Overview ------------*/

div.overviewthree, div.overviewtwo {
    padding: 10px 0px 10px 15px;
    margin: 10px 0 10px 0;
    /* overflow: hidden; */
    line-height: inherit;
    zoom: 1;
}


div.overviewtwo div.overview {
    margin-right: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    width: 351px;
    float: left;
}

div.overviewthree div.overview {
    margin-right: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    width: 228px;
    float: left;
}

* html div.overviewtwo div.overview {
    margin-right: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
    width: 351px;
    float: left;
}

* html div.overviewthree div.overview {
    margin-right: 12px;
    padding-top: 15px;
    margin-bottom: 15px;
    width: 228px;
    float: left;
}


div.listbox {
    width: 50px;
    height: 54px;
    float: left;
    border-width: 1px;
    border-style: solid;
    padding: 5px 1px 5px 5px;
    margin-top: 15px;
    font-size: 120%;
}

* html div.listbox {
    width: 60px;
    height: 60px;
    float: left;
    border-width: 1px;
    border-style: solid;
    padding: 5px 1px 5px 5px;
    margin-top: 15px;
    font-size: 120%;
}

*+html div.listbox {
    width: 60px;
    height: 60px;
    float: left;
    border-width: 1px;
    border-style: solid;
    padding: 35px 1px 5px 5px;
    margin-top: 15px;
    font-size: 120%;
}



h2.overview {
    border-bottom:1px solid #D4D4D4;
    font-size:140%;
    margin: 10px 15px 15px 0;
    padding-bottom:5px;
    color: #06C;
}

*+html h2.overview {
    border-bottom:1px solid #D4D4D4;
    font-size:140%;
    margin: 20px 15px 15px 0;
    padding-bottom:5px;
    color: #06C;
}

* html h2.overview {
    border-bottom:1px solid #D4D4D4;
    font-size:140%;
    margin: 20px 15px 15px 0;
    padding-bottom:5px;
    color: #06C;
}

h3.overview {
  font: normal 120% Arial, Helvetica, sans-serif;
  margin: 0 0 0.5em 0
}


#maincontentdiv div.overview ul { 
  list-style-type: none;
  margin: 0 0 0.5em 0;
  padding: 0px 0px 0px 0px;
}
#maincontentdiv div.overview ul li {
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 12px;
  margin: 0px 0px 0px 0px;
}

div.overview a {
  text-decoration: none; 
}

div.overview p {
  margin-top: 0.2em;
  margin-bottom: 0;
}

* html div.overview p {
  margin-top: 0.1em;
  margin-bottom: 0;
}

*+html div.overview p {
  margin-top: 0.1em;
  margin-bottom: 0;
}

div.overview a:hover { 
   text-decoration:underline;
}

div.overview a.overlink, div.overview .file_download a  {
  font-size: 95%;
  font-weight: bold;
}

div.overview div.graphic.alignleft {
  margin-bottom:0.4em;
}

* html div.overview div.graphic.alignleft {
  margin-bottom:0;
}

*+html div.overview div.graphic.alignleft {
  margin-bottom:0;
}

/* ---------  EO - Overview ------------*/

div.ZMSGraphic.left {
  text-align:left;
}
div.ZMSGraphic.right {
  text-align:right;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.ZMSGraphic.floatleft {
  float:left;
  margin: 0 10px 0 0;
}

div.ZMSGraphic div.clearfloating {clear:none !important; }

div.ZMSGraphic.floatright {
  float:right;
  margin: 0 0 0 10px;
}
div.ZMSGraphic.center {
  text-align:center;
}
div.graphic.alignleft {
  float:left;
  margin: 0 10px 0 0;
  text-align:right;
}
div.graphic.alignright {
  float:right;
  text-align:right;
  margin: 0 0 0 10px;
}
div.ZMSGraphic div.text {
  padding:0 5px;
  font-style:italic;
}
div.ZMSGraphic.left div.text {
  padding:5px;
}
div.ZMSGraphic.left div.text h1,
div.ZMSGraphic.left div.text h2 ,
div.ZMSGraphic.left div.text h3 ,
div.ZMSGraphic.left div.text h4 {
  display:inline;
}

div.ZMSGraphic div.text p{
  margin:0;
}



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

.clerasil {display: inline-table;}

/* IE-Mac \*/
* html .clerasil {height: 1%;}
.clerasil {display: block;}
/* /IE-Mac */

/******************************/
/* highslide: Anpassung fuer IE7 */
/**************************/

div.highslide-body {
   overflow: hidden;
   }

