
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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
	{
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(http://www.desy.de/content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* -------// BO LinkBox.f_css_defaults //------- */

.LinkBox { font-size: 0.8em; }
.LinkBox a { font-size: 1.2em; }
.LinkBox li { line-height: 140%; }
.infoboxtitle { font-weight: bold; }

table.infobox {
  margin:1em 0em;
}

p.infoboxtitle,
td span.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
	font-size:13px;
}

table.infobox div.ZMSFile,
table.infobox div.ZMSTextarea {
  margin-left:20px;
}

div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a,
table.infobox,
table.infobox div.ZMSFile div.title,
table.infobox div.ZMSFile div.text {
	font-size:13px;
}

table.infobox div.ZMSFile div.title a:link {
        color: #0000EE;
	font-size:13px;
}

table.infobox div.ZMSFile div.title a:hover,
table.infobox div.ZMSFile div.title a:active {
        color: #0000EE;
        text-decoration: underline;
}

table.infobox div.ZMSFile div.title a:visited {
        color: #551ABB;
        text-decoration: none;
	font-size:13px;
}

table.infobox div.ZMSFile div.text {
margin-left:20px;
}
table.infobox p {
   margin-left:24px;
}  

/* -------// EO LinkBox.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.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 #808080;
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 *//* -------// BO FAQ.f_css_defaults //------- */

#faq_smallteaser {
	float: left;
	width: 100%;
	font-size: 13px !important; font-size: 0.9em;
	font-weight: bold;		
        padding: 5px;
}

#faq_box {
   float: left;
   width: auto;
   border: 1px dashed #D3D3D3;
   margin-top: 10px;
   margin-bottom: 10px;
}

.faq_teaser {
   background: #DBE4D4;
   font-size: 13px !important; font-size: 0.9em;
   font-weight: bold;
   padding: 5px;
}

.faq_toplink {
   padding: 5px;
}

.faq_body {
   padding: 5px;
}

.faq_links {
  margin-bottom: -5px;         
}

/* -------// EO FAQ.f_css_defaults //------- */
/* -------// BO ColumnText.f_css_defaults //------- */

table.column{
  border:0px solid black;
  padding:0px;
}
td.col{
 text-align:left;
 vertical-align: top;
 padding:2px;
}
td.col a:visited {
 text-decoration:underline; 
}
td.col div.text{
   padding-bottom:0px;
	}
td.col img{
 border:none;
}


/* -------// EO ColumnText.f_css_defaults //------- */
/* -------// BO PersonalProfile.f_css_defaults //------- */

.personName{
 font-size: 1em;
 background-color: #c8d3dd;
 font-weight: bold;
}

.personPic{
  float:left;
  margin-right:4px;
}

.personBox{
 background-color: #e1e8ef; 

}

.personDescr{
 font-size: 0.9em;
 border:1px solid #0083d7; 
 padding: 0.3em; 
}  

.profilBox{
 background-color: #e1e8ef; 
}
/* -------// EO PersonalProfile.f_css_defaults //------- */
/* -------// BO Glossary.f_css_defaults //------- */

.GlossBox {
 border: 1px lightgrey dashed;
 padding: 5px;
}

.GlossAll {
 border: 1px lightgrey solid;
 padding: 5px;
 width: auto;
}

.GlossTitle {
  background: lightgrey;
  padding: 5px;
  font-weight: bold;
  color: white;
}

.GlossTitle a:link, 
.GlossTitle a:visited {
  text-decoration: none;
  padding: 5px;
}

.GlossTitle a:hover {
  text-decoration: underline;
  background: #B5DBF7;
  color: white;
  padding: 5px;
}

/* -------// EO Glossary.f_css_defaults //------- */
/* -------// BO mediafeature.f_css_defaults //------- */

div.mediacollection { }
div.mediaitem {
margin-bottom:2em;
}
p.mediaiteminfo {
border:1px solid silver;
padding:2px 5px 2px 5px;
font-size:11px;
margin-bottom:0.5em;
line-height:1.35em;
}

/* -------// EO mediafeature.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;
}


/**********************************/
/*-- local Styles ---------------------------*/
/**********************************/

/*-- local ZMSColorscheme ------------------*/
.primColorStrong0 { background-color:#B6DBF0;}
.primColorMedium0 { background-color:#668299; }
.primColorLight0 { background-color:#CCD5DD; }
.secndColorStrong1 { background-color:#5D7B9B; }
.secndColorStrong0 { background-color:#82A0C0; }
.secndColorMedium1 { background-color:#B5C8DB; }
.secndColorMedium0 { background-color:#C8D3DD; }
.secndColorLight1 { background-color:#E1E8EF; }
.secndColorLight0 { background-color:#E8EFF6; }
.teaserColor { background-color:#FF6600; }
.neutralColorBlack { background-color:#000000; }
.neutralColorStrong0 { background-color:#999999; }
.neutralColorMedium0 { background-color:#CCCCCC; }
.neutralColorLight0 { background-color:#E7E7E7; }
.neutralColorWhite { background-color:#FFFFFF; }
.neutralColorTrans { background-color:transparent; }




/*********************/
/*--- DESY STYLES ---*/
/*--- www specific---*/
/*********************/

/*-- layout/pagecontainers ---------------------*/
body#root { 
  background: white; 
  font-size:1em;
  line-height:1.2em;
  margin-top: 2px; margin-left: 2px;
 }

#Logo {
        margin-bottom: 0px !important; margin-bottom: -3px;
	}	

@charset "UTF-8";

/*
Blau:	0083d7
Gelb:	f29f00
Grau:	727272
*/
body{
	height:100%;
	width:60em;
	font-family:Arial,Helvetica,sans-serif!important;
}
#wrapper{
  padding:0.5em 0 0 1.59em;
  width:60em;
  position:relative;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
strong{
	font-weight:bold;
}
.inv{
	display:none;
}
#jump{
	position:absolute;
	left:-6000px;
	top:-6000px;
	height:1px;
	width:1px;
	
}
.invisible{
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
/* jumplink */


p.jump {
  position: absolute;
  visibility:hidden;
  z-index:100;
}

p.jump a:link,
p.jump a:visited {
  position: absolute;
  left: -6000px;
  color: #0083d7;
  font-size: 0.7em;
  line-height: 1.6em;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
  border:1px solid #0083d7;
  padding:0.2em;
  visibility:visible;
}

p.jump a:focus,
p.jump a:hover,
p.jump a:active {
  top: 16px;
  left: 100px;
  width: 172px;
  background: #EFF6EA;
  padding: 0 4px;
}

#logoDesy{
	position:absolute;
	top:0em;
	left:0.6em;
}
#naviBox{
	position:relative;
}
#naviContent{
	height:4.8em;
	margin:0.65em 0 0.60em 14.1em;
	padding-top:0.5em;
}
#naviBox #metaNavi{
	margin-bottom:0.45em;
}
#naviBox #metaNavi, #naviBox #mainNavi{
	/*margin-left:-0.59em;*/
	width:41.55em;
	/*background-color:#fff;*/
	display:block;
	height:0.6em;
}
#naviBox #mainNavi{
	padding-top:0.1em;
	height:2em;
	position:relative;
	z-index:100;
}
#naviBox a, #naviBox li{
	color:#727272;
	text-decoration:none;
	text-transform:uppercase;
}
#naviBox a:hover, #naviBox a.active, #naviBox a.active:hover{
	color:#f29f00;
}
#naviBox li{
	display:block;
	float:left;
	border-left:1px solid #727272;
	padding:0 0.59em;
}
#metaNavi li.first, #naviBox li.first{
	border-left:0px solid #727272;
	padding:0 0.59em 0 0;
}
#naviBorder{
	z-index:100;
	width:41.55em;

}
.dotBotBorder{
	background:#fff url(../images/dotLine_grey_hor.gif) repeat-x 0 bottom;
}
#naviBox #metaNavi li{
	font-size:60%;
	letter-spacing:0.1em;
}
#naviBox #mainNavi li{
	font-size:65%;
	letter-spacing:0.04em;
	position:relative;
}
#mainNavi li ul {
  top: -999em;
}
#naviBox #mainNavi li ul{
	width:auto;
	position:absolute;
	z-index:100;
	left:-0.1em;
	border:1px solid #727272;
	border-top:0 solid #fff;
	border-bottom:1px solid #0083d7;
	margin-top:1px;
	background-color:#fff;
	padding:0;
}
#mainNavi li:hover ul,
#mainNavi li.sfHover ul {
  top:1em;
}
#mainNavi li ul.sfHoverSub{
  top:6em;
  background-color:#f00;
}

#naviBox #mainNavi li ul.subnavi li{
	border-width:0;
	padding:0 0.4em 0 0.4em;
	float:none;
}

#naviBox #mainNavi li ul.subnavi li a{
	font-size:135%;
	background:transparent url(../images/dot_grey.gif) repeat-x 0 0;
	display:block;
	padding:0.3em 1.5em 0.3em 0.5em;
	white-space:nowrap;
}
#naviBox #mainNavi li ul.subnavi li.active a{
	color:#000;
}
h2.activeSubNav{
	position:absolute;
	z-index:100;
	top:1.8em;
	letter-spacing:0em;
	padding-left:0;
	color:#f29f00;
	padding-right:3em;
	background:transparent url(../images/arrow_yellow_down.gif) no-repeat right 0;
}
#header{
  width:55.65em;
  height:95px;
  left:0;
  top:0;
  position:absolute;
  z-index:100;
}
#header h1 img{
	margin-right:2px;
	border-top:1px solid #0083d7;
	border-bottom:1px solid #0083d7;
}
#headerContent h1{
	font-size:200%;
	color:#0083d7;
	font-weight:bold;
	text-transform:uppercase;
}
div#headImgBorderTop{
  border-top: 1px solid #0083d7;
  height: 1px;
  position: absolute;
  top: 0pt;
  left: 0pt;
  z-index: 1;
  width: 55.65em;
}
div#headImgBorderBottom{
  border-bottom: 1px solid #0083d7;
  height: 1px;
  position: absolute;
  bottom:0pt;
  left:0pt;
  z-index: 1;
  width: 55.65em;
}
#headerContent h2{
	font-size:90%;
	color:#f29f00;
	font-weight:bold;
  width:auto!important;
}
#naviFooter{
	width:41.3em;
	position:relative;
	z-index:10;
}
#naviFooter h4{
	position:absolute;
	font-size:57%;
	top:0.5em;
	line-height:1.2em;
	color:#000;
	z-index:10;
	background-color:#fff;
}

#icnPrint, #icnPhone, #icnLang_eng, #icnLang_eng_inact, #icnLang_ger, #icnLang_ger_inact {
	height:1em;
	width:1.3em;
	background:transparent url(../images/icon_print_lo.gif) no-repeat center center;
	position:absolute;
	right:1.55em;
	top:0.65em;
}
#icnPrint:hover{
	background-image:url(../images/icon_print_black.gif);
}
#icnPhone{
	background:transparent url(../images/icon_fonbook_2.gif) no-repeat center center;
	right:3em;
}
#icnPhone:hover{
	background-image:url(../images/icon_fonbook_3.gif);
}
#icnLang_eng{
	background:transparent url(../images/icon_flag_en_act.gif) no-repeat center center;
	right:0em;
}
#icnLang_eng:hover{
  background-image:url(../images/icon_flag_en_hover.gif);
}
#icnLang_eng_inact{
	background:transparent url(../images/icon_flag_en_inact.gif) no-repeat center center;
	right:0em;
}
#icnLang_ger{
	background:transparent url(../images/icon_flag_de_act.gif) no-repeat center center;
	right:0em;
}
#icnLang_ger:hover{
  background-image:url(../images/icon_flag_de_hover.gif);
}
#icnLang_ger_inact{
	background:transparent url(../images/icon_flag_de_inact.gif) no-repeat center center;
	right:0em;
}
#icnPrint span, #icnPhone span, #icnLang_eng span, #icnLang_eng_inact span, #icnLang_ger span, #icnLang_ger_inact span {
	position:absolute;
	top:-6000px;
	left:-6000px;
}
/* first level contentnavi */
.contentNav{
	position:relative;
	margin-top:-0.3em;
	left:0;
	float: left;
	margin-bottom: 1em;
}
.contentNav  ul{
	width:13.5em;
	margin-top:0.4em;
	background-color:#fff;
}
.contentNav  ul li,.contentNav  ul li a {
	color:#0083d7;
	text-decoration:none;
	text-transform:uppercase;
}
.contentNav  ul li a:hover,.contentNav  ul li a.active,.contentNav  ul li a:active {
	color:#f29f00;
}
.contentNav  ul li{
	border-bottom:1px solid #0083d7;
	padding:0.25em 0;
}
.contentNav  ul li a{
	font-size:70%;
	display:block;
}

/* snd level */
.contentNav  ul li ul{
	border-bottom:0px solid #fff;
	margin-top:0.2em;
}
.contentNav  ul li ul li{
	background:#fff url(../images/dotLine_grey_hor.gif) repeat-x 0 0;
	border-bottom:0 solid #fff;
	text-transform:none;
}
.contentNav  ul li ul li a{
	color:#727272;
	padding-left:1em;
	background:#fff url(../images/arrow_yellow_right_simple.gif) no-repeat 0 center;
	text-transform:none;
}

.contentNav  ul li ul li a:hover, .contentNav  ul li ul li a.active{
	color:#000;
}


/* third level */
.contentNav  ul li ul li ul{
	background:#fff url(../images/dotLine_grey_hor.gif) repeat-x 0 0;
	margin-top:0.2em;
}

.contentNav  ul li ul li ul li{
	border-bottom:0px solid #fff;
	background:transparent none;
	padding-top:0.3em;
}
.contentNav  ul li ul li ul li.first{
	padding-top:0.05;
}

.contentNav  ul li ul li ul li a{
	font-size:70%;
	padding-left:2em;
	background:transparent url(../images/arrow_yellow_right.gif) no-repeat 0.9em 0.2em;
}
/* fourt level */
.contentNav  ul li ul li ul li ul{
	background:#fff url(../images/dotLine_grey_hor.gif) repeat-x 0 0;
	margin-top:0.2em;
}

.contentNav  ul li ul li ul li ul li{
	border-bottom:0px solid #fff;
	background:transparent none;
	padding-top:0.3em;
}
.contentNav  ul li ul li ul li ul li.first{
	padding-top:0.3em;
}

.contentNav  ul li ul li ul li ul li a{
	padding-left:3em;
	background:transparent url(../images/arrow_yellow_right.gif) no-repeat 1.5em 0.2em;
}

/* fifth level */
.contentNav  ul li ul li ul li ul{
	background:#fff url(../images/dotLine_grey_hor.gif) repeat-x 0 0;
	margin-top:0.2em;
}

.contentNav  ul li ul li ul li ul li ul li{
	border-bottom:0px solid #fff;
	background:transparent none;
	padding-top:0.3em;
}
.contentNav  ul li ul li ul li ul li ul li.first{
	padding-top:0.1em;
}

.contentNav  ul li ul li ul li ul li ul li a{
	padding-left:4em;
	background:transparent url(../images/arrow_yellow_right.gif) no-repeat 2.5em 0.2em;
}

/* first level audiencenavi */
.audienceNav{
	position:relative;
	margin-top:3.0em;
	left:0;
	float: left;
	margin-bottom: 1em;
/*
	border-width: thin;
        border-style: dotted;
        border-color: gray;
*/
	background:#fff url(../images/dot_grey.gif);
	padding:1px 3px 3px 1px;
}
.audienceNav .audienceNavContent{
  background-color:#fff;
  padding:0.5em 0 0em 0.5em;
}
.audienceNav .audienceNavContent ul{
	width:12.0em;
	margin:0;
}
.audienceNav .audienceNavContent ul li {
	color:#0083d7;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	font-size:80%;
	padding:0.25em 0;
}
.audienceNav .audienceNavContent ul li h2{
  padding-bottom:0.5em;
}
.audienceNav .audienceNavContent ul li a{
	color:#727272;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	font-size:100%;
	padding-left:1em;
	background:#fff url(../images/arrow_yellow_right.gif) no-repeat 0 center;
}
.audienceNav .audienceNavContent ul li a:hover,.audienceNav  ul li a:active {
	color:#f29f00;
}

/* main content */
#contentBox{
	position:relative;
/*	float: left;*/
}
#mainContent{
	top:0;
	margin-left: 14.2em;
	width: 41.25em;
	margin-bottom: 1em;
}

#rightContent{
	color:#000;
	font-size:75%;
	position:relative;
}
#rightContent a{
        color:#727272;
}
#rightContent a:hover,#rightContent a:active{
        color:#f29f00;
}
body.home #rightContent, .hasRightCol{
	padding-right:19em;
}
#rightContent h1.title{
	font-size:135%;
        color:#f29f00;
	width:100%;
	display:block;
	margin-bottom:0.2em;
        font-weight:bold;
}
#rightContent h1.subtitle{
	font-size:100%;
        color:#f29f00;
	width:100%;
	display:block;
	margin-bottom:0.2em;
}
#rightContent h1.newstitle{
	font-size:135%;
        color:#0083d7;
	width:100%;
	display:block;
	margin-bottom:0.8em;
        font-weight:bold;
}
#rightContent h1.newstitle .newssubtitle{
	font-size:80%;
        color:#0083d7;
	width:100%;
	display:block;
	margin-top:0.5em;
	margin-bottom:0.8em;
}
#rightContent h2, #rightContent h3{
	color:#0083d7;
	width:auto;
	font-weight:normal;
	display:block;
	margin-bottom:0.4em;
}
#rightContent p{
	margin-bottom:1em;
	line-height:1.55em;
}

#Micronavigation{
	margin-top:0.5em;
	margin-bottom:2.5em;
	display:block;
/*	clear:both;*/
	width:100%;
	z-index:100;
}
#Micronavigation,#Micronavigation a{
	color:#727272;
	text-decoration:none;
	position:relative;
}
#Micronavigation a:hover,#Micronavigation a:active{
	color:#f29f00;
}
#Micronavigation,#Micronavigation li{
	display:block;
	float:left;
	font-size:72%;
	padding-right:0.4em;
}
.graphic{
	position: relative;
}
.graphic .zoom{
	position:absolute;
	bottom: 0.2em;
	left: 0.2em;
	z-index:100;
}
.graphic a.zoom img.zoom{
	width: 16px;
	height: 16px;
	background:transparent url(../images/icon_magnify.png) no-repeat 0 0;
}
.graphic .zoomBG{
	background:transparent url(../images/icon_magnify.png) no-repeat 0 0;
	z-index:10;
}

.graphic a.zoom img.zoom{
	background-color:transparent;
}
.teaserBox{
	background:#fff url(../images/dot_grey.gif);
	padding:1px 3px 3px 1px;
	width:17.8em;
	position:absolute;
	top:7.3em;
	right:0;
	color:#727272;
}
td.zmiNeutralColorWhite div#homeTeaser{
  position:relative;
}
div#homeTeaser{
  position:absolute;
  top:4em;
  right:0;
  width:17.8em;
}
div#homeTeaser div.teaserBox{
  position:relative;
  top:0;
  width:17.8em;
}
ul.homeSubTeaser li{
  text-indent:0px!important;
  textIndent:0px!important;
}
div#homeTeaser ul.homeSubTeaser li{
  text-indent:0px!important;
  background-image:none;
  border-bottom:1px solid #9c9c9c;
  padding-bottom:0;
  padding-top:1em;
  textIndent:0px!important;
}
div#homeTeaser ul.homeSubTeaser li h3{
  font-weight:bold;
  text-indent:0px!important;
  textIndent:0px!important;
}
div#homeTeaser ul.homeSubTeaser li p{
  margin-bottom:0.3em;
  text-indent:0px!important;
  textIndent:0px!important;
}
/*
div#homeTeaser div.teaserBox{
  top:4em;
}
*/
div#homeTeaser div.teaserBox div.teaser{
  padding-top:9px;
}

div#homeTeaser div.teaserBox .teaser .ZMSTeaserElement .title, .teaserBox .teaser .ZMSTeaserElement .LinkElementTitle{
  font-weight:normal
}
div#homeTeaser div.teaserBox .teaser div.ZMSTeaserContainer{
  margin-bottom:0;
}
div#homeTeaser div.teaserBox .teaser .ZMSTeaserElement ul li{
  background-position:left 0.3em;
}
div#homeTeaser div.teaserBox .teaser .ZMSTeaserElement ul li a{
  line-height:1.4em;
  background-image:none;
}

div.ZMSTeaserContainer h2{
  color:#0083d7;
  font-size:130%;
  padding-bottom:0.6em;
  font-weight:bold;
}
.teaserBox .teaser{
	background-color:#fff;
	padding:23px 7px 1px 10px;
	font-size:90%;
	width:auto;
}
.teaserBox .teaser .ZMSTeaserElement{
  background-color:transparent!important;
} 
.teaserBox .teaser .ZMSTeaserElement .title, 
.teaserBox .teaser .ZMSTeaserElement .LinkElementTitle{
	color:#0083d7;
	text-transform:uppercase;
	margin-bottom:0.7em;
	display:block;
	font-weight:bold;
}
.teaserBox .teaser .ZMSTeaserElement .text{
	padding-bottom:1em;
}
.teaserBox .content h3{
	color:#0083d7;
	text-transform:uppercase;
	margin-bottom:0.7em;
}

.teaserBox .teaser .ZMSTeaserElement ul li{
	color:#727272;
/*	margin-bottom:1.5em;*/
}
.teaserBox .teaser .ZMSTeaserElement ul li a{
	text-decoration:none;
	color:#727272;
	display:block;
	margin-bottom:0.3em;
/*	text-indent:12px;*/
	font-weight:bold;
	text-transform:uppercase;
/*	background:transparent url(../images/arrow_yellow_right.gif) no-repeat 0 3px;*/
}

#footer{
	border-top:1px solid #727272;
	margin-top:0.1em;
	width:102.5em;
	color:#727272;
	text-align:right;
	height:7.5em;
	font-size:55%;
	overflow:hidden;
	position: relative;
  float:left;
}
#footer #logoHelmholtz{
	position:absolute;
	top: 0.5em;
	left: 0;;
}
#footer ul{
	margin:1.4em 0 0 0;
	clear:both;
	float:none;
}
#footer ul li{
	float:right;
	border-right:1px solid #727272;
	padding:0 0.4em;
}
#footer ul li.last{
	border-right:0px solid #fff;
	padding:0 0 0 0.4em;
}
#footer ul li a{
	color:#727272;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
	color:#000;
}
#footer p{
	clear:both;
	margin-top:2.8em;
}

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* new content styles */
#rightContent ul li{
  text-indent:0.9em;
  background:transparent url(../images/arrow_yellow_right.gif) no-repeat left 0.2em;
  padding-bottom:1.5em;
}
#rightContent ul li.LinkElementInternal{
  text-indent:1.1em;
  background:transparent url(../images/arrow_yellow_right.gif) no-repeat left 1px;
}

.secndColorStrong0{
	background-color:#fff!important;
	color:#0083d7;
	padding-bottom:0.7em;
}

#rightContent .secndColorLight1{
	background-color:#fff!important;
	color:#727272;
}
#rightContent .secndColorLight1 p{
	margin-left:0!important;
  margin-bottom:0!important;
}
#rightContent .secndColorLight1 p strong{
	font-weight: bold;
}
#rightContent .secndColorLight1 .LinkBox ul li{
	padding:0 0 0.4em 1.3em;
	background:transparent url(../images/arrow_yellow_right.gif) no-repeat 0 0.3em;
  text-indent:0;
}

#rightContent .secndColorLight1 .LinkBox ul li a{
	text-decoration:none;
	color:#727272;
/*	display:block;
	text-transform:uppercase;*/
}
/***  Job Table START  ***/
.jobDiv table tbody tr th,.jobDiv table tbody tr td, table.jobTable tbody tr th, table.jobTable tbody tr td{
  background-color:#fff!important;
}
.jobDiv table tbody tr th font b,.jobDiv table tbody tr td font b, table.jobTable tbody tr th font b, table.jobTable tbody tr td font b{
  color:#0083d7!important;
}
/***  Job Table ENDE  ***/
dl dt.NewsIndexDate{
  color:#727272;
  font-weight:bold;
  padding-bottom:0.5em;
}
dl dd.NewsIndexCopy, dl dd.NewsIndexCopy a{
  font-weight:bold;
  padding-bottom:1.5em;
}
div.ZMSGraphic{
  margin:4px 1em 4px 4px;
  background-color:transparent;
}
div.ZMSGraphic div.text{
  padding-left:0
}
div.ZMSGraphic div.text p.caption{
  line-height:inherit!important;
  padding:0;
  margin:0!important;
}
div.ZMSGraphic div.text p.caption strong{
  font-weight:normal;
}

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited, div.ZMSTeaserElement div.title {
  padding:0;
  color: ##0083D7;
}

#homeTeaser a.more, #homeTeaser a.more:active, #homeTeaser a.more:visited, #rightContent a.more, #rightContent a.more:active, #rightContent a.more:visited{
  color:#f29f00;
  padding-left:0.8em;
  background:transparent url(../images/arrow_yellow_right.gif) no-repeat 0 0.3em;
  text-decoration:none;
}

#homeTeaser a.more:hover, #rightContent a.more:hover{
  color:#727272;
  padding-left:0.8em;
  background:transparent url(../images/arrow_yellow_right.gif) no-repeat 0 0.3em;
  text-decoration:none;
}
#fastNavigation table tbody tr td{
  padding:0.6em;
  line-height:1.3em;
}



