

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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(http://www.julius-stern-institut.de/sites/content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* BO image gallery */
/* UDK customized    */

#imagegallery {
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
}
#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}
#imagegallery .overview {
  margin:1em 0;
  padding:0em;
  background:#fff;
  border:0px; 
}
#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:0px; 
}
#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}
#imagegallery .detailview {
  margin:2em 0em;
}
#imagegallery p.navtop {
  text-align:center;
} 

#imagegallery span.active {
  color:#EE1947;
}
#imagegallery div.hires {
  text-align:right;
}
#imagegallery p.rights {
  float:right;
  text-align:right;
  font-size:10px;
  font-style:normal;
  color:#000;
  padding:5px 0px 10px 10px;
  margin:0px;
}
#imagegallery p.caption {
  text-align:left;
  font-style:normal;
  font-size:10px;
  padding:5px 0px 0px 0px;
  margin:0px;
  margin-bottom:1em;
}
#imagegallery p.navbottom {
  text-align:center;
  margin-bottom:3em;
} 
#imagegallery a:link, 
#imagegallery a:visited {
  text-decoration:none;
  color:#000;
} 
div.pressimage img {
  float:left;
  margin:0em 1em 0em 0em;
}
div.pressimage p.presscaption {
  position:relative;
  text-align:left;  
  font-size:10px;
  font-weight:normal; 
}
div.pressimage p.presscaption span.imgdate {
  font-weight:normal; 
}
div.pressimage p.presscaption a.download {
  font-weight:bold;
  border-bottom:0px !important;
  text-decoration:none;
}
p.presscaption img {
  margin-top:4px;
}
div.pressimage p.pressrights {
  clear:left;
  text-align:left;  
  position:relative;
  font-size:10px;
  margin:2px 0px 0px 0px !important; /* FF */
  margin-top:-2em; /* IE6 */
  margin-top:-2em!important; /* IE7 */
  padding:0px;
}
div.pressimage {
  clear:both;
  margin-bottom:2em;
}
/* EO image gallery *//*---- BO calendar css -----*/

table#calTabs {
	width:100%;
	border-collapse:collapse;
}
table#calTabs td.active,
table#calTabs td.inactive {
	white-space:nowrap;
	margin:0px;
	text-align:center;
	border:1px solid #ccc;
	border-bottom:0px;
	background-color:#eee;
	padding:2px 15px;
}
table#calTabs td.active {
	border-bottom:0px;
	background-color:#fff;
}
table#calTabs td.empty{
	border-bottom:1px solid #ccc;
	width:100%;
}
/*--Calendar without Tabs--*/
table#calContent {
	border-collapse:collapse;
	border:0px;
}
table#calContentTabs {
	border-collapse:collapse;
	border:1px solid #ccc;
	border-top:0px;
}
table#calContent tr td,
table#calContentTabs tr td {
	vertical-align:top;
	padding-top:6px;
}
form#calTabSearch {
	margin:0px;
	border:1px solid #ccc;
	border-top:0px;
	padding:12px 6px;
}
/* -- FF -- */
html>/**/body form#calTabSearch {
margin-left:-1px;
}
table#calContentTabs table#calGrid {
	text-align:right;
	padding:5px;
}
table#calContentBatch {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
table#calContentBatch td {
	padding:0px;
}
table#calContentTabs table#calContentBatch td {
	padding-left:6px;
}
table#calContentBatch tr.even {
	/* background-color:#eee; */
}
table#calContentBatch tr.odd td,
table#calContentBatch tr.even td {
	padding-bottom:22px;
}

table#calContentBatch tr td span.date {
	margin-top:6px;
	margin-bottom:6px;
	display:block;
	font-weight:bold;
        color:#666;
}
table#calContentBatch tr td span.title {
	margin-bottom:6px;
	display:block;
        font-weight:bold;
       
}
table#calContentBatch tr td span.description,
table#calContentBatch tr td span.link,
table#calContentBatch tr td span.file,
table#calContentBatch tr td span.place,
table#calContentBatch tr td span.contact,
table#calContentBatch tr td span.price {
	display:block;
	margin-bottom:4px;
}


table#calContentPrev, 
table#calContentNext {
	border-collapse:collapse;
}
table#calContentPrev th,
table#calContentNext th {
	padding:5px 4px 3px 0px;
	color:#999;
}
div#calTeaser {
	width:200px;
	border-top:4px solid #ccc;
	text-align:center;
	margin-top:10px;
	padding-top:6px;
}
table#calCategorySel {
	width:200px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:left;
}
table#calCategorySel tr td {
	padding:0px 10px
}

table#calGrid {
	border-collapse:collapse;
	margin:0px 10px 10px 10px;
	padding:0px;	
	width:180px;
	font-size:10px;
	line-height:10px;
	font-family:verdana,arial,'sans-serif';
}
table#calGrid a:link,
table#calGrid a:visited {
	text-decoration:none;
}

table#calGrid table.month {
	border-collapse:collapse;
	margin-bottom:0.5em;
	width:100%;
	text-align:center;
	font-weight:bold;	
}
table#calGrid table.days {
	width:100%;
/*	border-collapse:collapse; */
}
table#calGrid table.days td {
	padding:0px 4px 1px 3px;
}
table#calGrid table.days td.weekTitle {
	font-style:italic;
	font-weight:bold;
	background-color:#eee;
}
table#calGrid table.days td.week {
	font-weight:bold;
	background-color:#efdfdf;
}
table#calGrid table.days td.dayname,
table#calGrid table.days td.daynameToday {
	text-align:right;
	font-weight:bold;
}
table#calGrid table.days td.daynameToday {
	/* border:1px solid #ee1947; */
	color:#ee1947; 
}
table#calGrid table.days td.date,
table#calGrid table.days td.dateToday {
	text-align:right;
}
table#calGrid table.days td.dateToday {
	/* border:1px solid #ee1947; */
	/* background-color:#ddd; */
	font-weight:bold;
	color:#ee1947; 
}
table#calGrid table.days td.date a:link,
table#calGrid table.days td.date a:visited,
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited {
	font-weight:bold;
	background-color:#ddd;
	padding:0px;
	border:0px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
table#calGrid table.days td.dateToday a:link,
table#calGrid table.days td.dateToday a:visited {
	color:#ee1947; 
}
table#calContentBatch span.price {
	display:block;
}

div.displayEvent a {
	border-bottom:0px !important;
}

div.displayEvent p.calNavBack {
	margin-top:2em;
	padding-top:1px;
	border-top:1px solid #ccc;
}

hr {
 border: 0px;
 border-top: solid 1px #ccc;
 border-bottom: 1px solid #fff;
 line-height:15px;
}


/*---- EO calendar css -----*//*-- BO UDK InfoBox --*/

div.infobox  {
	margin: 15px 0px;
	padding:0px;
}
p.infoboxtitle  {
	padding:0px;
	margin:0px;
	font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:0px;
	margin:0px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {

}
div.infobox div.infoboxContentOdd  {

}
div.infobox  div.ZMSFile div.title img {

}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {

}
div.infobox  div.ZMSFile div.text {

}
div.infobox ul {
	padding:0px;
	margin:0px;
}
div.infobox ul li {
	list-style: none;
	margin: 0.25em 0em;
}
li.LinkElementExternal,
li.LinkElementInternal, 
li.LinkElementInternalPortal,
li.LinkElementInternalClient,
li.LinkElementMailto,
ul.ZMSFile li {
	background: url(common/microarrow.gif) no-repeat 0px 5px;
	padding-left:1.5em;
	margin-left:1em;
        padding-bottom:0px;
}



/*--[2]-- infoboxhomeItem per TABLE -----*/
table.infoboxhomeItem {
	margin:10px 0px 0px 0px;
	border:0px;
	padding:0px;
	border-collapse:separate;
	border-top:1px solid #ccc;
}
/* -- IE7 --*/
*:first-child+html table.infoboxhomeItem  {
	margin-top:15px;
}
/* -- FF --*/
html>/**/body table.infoboxhomeItem {
	margin-top:10px !important;
}

table.infoboxhomeItem td.textcolumn {
	padding:10px 15px 10px 10px;
	margin:0px;
	border-top:3px solid #ccc;
}

table.infoboxhomeItem td.imagecolum {
	vertical-align:top;
	margin:0px;
	padding:0px;
	width:230px;
	border-collapse:collapse;
	text-align:left;
}
table.infoboxhomeItem td.imagecolum img {
	margin-top:3px;
}
table.infoboxhomeItem p.more a {
	font-weight:normal;
}

/*-- EO UDK InfoBox --*//*--- BO formContainer.f_css_defaults UDK ---*/
div.formular {
/* display:table; */
/* table-layout:auto; */
width:auto;
border-collapse:collapse;
background-color:#fff;
border:0px solid silver;
padding:0px;
}

div.formular hr {
margin:1.2em 0em;
}

div.formrow {
/* display:table-row;*/
}
div.formular div.system-msg  {
  padding:0px 5px;
  line-height:1.5em;
  color:#EE1947;
  background-color:#fff;
  font-weight:bold;
  font-size:10px;
}

div.formular h2 {
/* color:#900; */
/*background-color:#ccc;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1em;
}
div.formular h3 {
/*font-size:14px;*/
border-top:1px solid silver;
padding:3px 0;
margin:0px;
margin-top:10px;
line-height:1.2em;
}

div.formtext, div.formvalue {
/* display:table-cell; */
padding:2px 0px 0px 0px;
}
div.formtext {
margin-top:1.5em;
font-weight:bold;
/* border-top: 1px dotted #bbb; */
padding-top:0px;
line-height:1.4em;
}

div.formtext span.hints {
font-style:normal;
font-weight:normal;
}

div.formvalue input {
  background-color: #fff;
  margin-bottom:-1px
}

div.formvalue textarea,
div.formvalue input {
  font-family:Arial,Verdana,Helvetica, "sans-serif";
  font-size:12px;
}

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;
padding:3px;
}

.zmiTableRowEven {
background-color:#eee;
}
.zmiTableRowOdd {
background-color:#ddd;
}
textarea.zmiTableRowOdd {
background-color:#ddd;
width:600px;
height:150px;
}
select.zmiTableRowEven, select.zmiTableRowOdd {
background-color:#eee;
width:150px;
}

/*-- EO formContainer.f_css_defaults --*/textarea#code.form-element {
 font-family:courier !important;
 font-size:11px !important;
 height:350px !important;
 width:630px !important; 
}/* -- BO infoboxTeaser -- */ 

div.infoboxteaserset {
text-align:center;
margin:auto;
width:470px;
}
div.infoboxTeaserContainer {
 border:1px solid #999;
 float:left!important; /* floating FF */
 float:none; /* floating IE */
 display:inline; /* floating IE */
 text-align:left;
 
}
div.infoboxTeaserHeader {
 padding:3px;
}
div.infoboxTeaserTitle {
 color:#fff;
 font-weight:bold;
 text-align:center;
}
div.infoboxTeaserText{
 padding:3px 5px;
 font-weight:bold;
 line-height:140%;
 font-size:90%;
}
div.infoboxTeaserText img {
 margin-bottom:-2px;
}

/* -- EO infoboxTeaser-- */
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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;
}



/**************************************/
/* (c) 2007 SNTL publishing           */
/* Author: Dr. F. Hoffmann            */
/* last change: 2008/09/11/Below            */
/**************************************/


/* ---- ZMI Korrektur ---- */
#zmi_logo {
background:transparent url(/misc_/zms/get_logo_gradient.gif) repeat-y scroll 100px 0px;
}
#ZMIManageTabsBar {
background:transparent url(/misc_/zms/get_logo_gradient.gif) repeat-y scroll 100px 0px;
height:22px;
}
/* ---- /ZMI Korrektur ---- */

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight0 {background-color: #ededed}
.neutralColorLight1 {background-color: #f6f6f6}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #666}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #EE1947;}
.secondColorStrong {background-color: #80000E;}
.secondColorMedium {background-color: #B20014;}
.secondColorLight {background-color: #D60018;}
.primColorStrong {background-color: #00295A;}
.primColorMedium {background-color: #627B9A;}
.primColorLight {background-color: #CCD4DF;}


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0px;
	padding: 0px 10px;
	border: 0px;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color : #000;
	position:relative;
	text-align:left;
}

/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0;
	border: 0;
	width:100%;
	text-align:left;
    }
/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
	/* background:url(http://www.julius-stern-institut.de/sites/common/pageregionLeftBG1.gif) repeat-y left; */
	/* background-color: #fff; */
	/* border-bottom:1px solid #666; */
}
/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {	
	/* background:transparent url(http://www.julius-stern-institut.de/sites/common/pageregionRightBG1.gif) repeat-y right; */
	padding:0px;
	margin:0px;
}
/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	width: 100%;
	float: left;
	margin-right: -200px;
}
#layoutWrapper3_ContentAllBroad  {
	width: 100%;
	float: left;
	margin-right: 0px;
}
#layoutWrapper3_ContentAllHome  {
	width: 100%;
	float: left;
	margin-right: -230px;
}

/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	margin-right: 200px;
}
#layoutWrapper4_ContentLeftBroad {
	margin-right: 0px;
	clear:left;
}
#layoutWrapper4_ContentLeftHome {
	margin-right: 230px;
}

#contentWrapper {
	margin-left: 185px;
	padding:0px;
	min-height:600px;
}
#Content {	
	padding:0px 20px 0px 10px;
	min-height:600px;
}

#ContentHome {	
	padding:5px 0px 0px 0px;
	min-height:600px;
}
#Sitemap {
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 185px;
	border:0;
}
#pageregionTop {
	margin:0px;
	padding:0px;
}
#pageregionLeft {
	float: left;
	width: 180px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	}
#pageregionRight {
	float: right;
	width:200px;
	margin: 15px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	border-top:1px solid #ccc;
	}
#pageregionRightHome {
	float: right;
	width:230px;
	margin: 15px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	border-top:1px solid #ccc;
	}

#Metanavigation {
	text-align:right;
	width:99.9%;
	padding:10px 0px 2px 0px;
	margin:0px;
}
#Metanavigation a:link, 
#Metanavigation a:visited {
	color:#000;
	text-decoration:none;
	}
#Metanavigation a:hover {
	color:#EE1947;
	text-decoration:none;
	}

#Logo {
	float:left; 
	width:221px;
	height:30px;
	border:0px;
	margin:0px;
	padding:0px;
	}

div#Faculty {
	text-align:right;
	position:relative;
	padding-top:70px;
	font-size:13px;
	font-weight:bold;
margin-left:221px;
}

#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	font-size:11px;
}

#Copyright {
	margin-top:30px;
	color:#666;
	clear:both;
	} 

#Copyright a:link,
#Copyright a:visited {
	text-decoration:none;
	color:#666;
	} 

/*-- FLOATING ---------------*/
.clearing {
	clear: both;
	height: 0;
	border:0;
	margin:0;
	padding:0;
	font-size:1px;
	line-height:0;
}
.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
img.imgNoborder {
	border:0px;
}

/**************************************/
/* 3. CSS-Modul: NAVIGATION           */
/**************************************/


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

div#Menu {
	float: left;
	height:80px;
	margin:0px;
	padding:28px 0px 0px 0px;
	}

div#Menu ul {
	float: left;
	margin:0px 1px 0px 0px;
	padding:0px;
	width:129px;
	border-top:4px solid #ccc;
	text-align:center;
	}
div#Menu ul#MenuEnd {
	border-top:1px solid #ccc;
	width:20px;
}

div#Menu ul:hover {
	border-top:4px solid #EE1947;
	}

div#Menu ul li {
	line-height: 150%;
	display: block;
	padding:0px;
	margin:0px;
	border-bottom:1px solid #fff;
	list-style-type:none;
	}

div#Menu ul:hover li {
	border-bottom:1px solid #ddd;
	padding:0px;
	margin:0px;
	}

div#Menu ul li a:link,
div#Menu ul li a:visited {
	text-decoration: none;
	display: block;
	color: #000;

	}

div#Menu ul li.main a:link,
div#Menu ul li.main a:visited {
	color: #000;
	}
div#Menu ul li.sub a:link,
div#Menu ul li.sub a:visited {
	color: #fff;
	}
div#Menu ul:hover li.sub a:link,
div#Menu ul:hover li.sub a:visited {
	color: #000;
	}

div#Menu ul li a.current {
	color:#fff;
	background-color: #EE1947;
	}

div#Menu ul li.main a:hover,
div#Menu ul:hover li.main a:hover,
div#Menu ul li.sub a:hover,
div#Menu ul:hover li.sub a:hover {
	color: #EE1947;
	}

/* -- [IE6 workaround: MenuScript.js] -- */
div#Menu li.subover a:link,
div#Menu li.subover a:visited,
div#Menu li.mainover a:link,
div#Menu li.mainover a:visited {
	color: black;
 	border-bottom:0px!important;
	border-bottom:1px solid #ddd;
	width:129px;
}

div#Menu li.subover a:hover {
	color: #EE1947;
}



/* -- MICRONAVIGATION -----------------*/

#Micronavigation {
	padding:0px 0px 0px 10px;
	margin:0px;
	font-size: 10px;
	color: #EE1947;
	height:15px;
	border-bottom:4px solid #ccc;
}
#Micronavigation a:link,
#Micronavigation a:visited {
	color: #000;
	text-decoration:none;

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

/* -- MACRONAVIGATION -----------------*/

#Macronavigation {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width:175px;
	/* position:ieHack; */
	/* position:absolute; */
	margin-left: 0px !important;
	margin-left: 0px;
	position: absolute;
}

/* -- spec. IE7 -- */
*:first-child+html #Macronavigation {
margin-left:-220px;
}


#Macronavigation ul {
	border-top:4px solid #ccc;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-bottom:20px;
	}
#Macronavigation ul li {
	margin: 0px;
	border: 0px;
	padding: 1px 3px 3px 25px;
	border-top: 1px solid #fff;
	background-repeat: no-repeat;
	background-position: 17px 7px;
	background-image: url(http://www.julius-stern-institut.de/sites/common/icon_inactive.gif);
	background-color: #ededed;
	list-style-type: none;
	}
#Macronavigation ul li.parent {
	padding: 1px 3px 3px 14px;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	background-image: none;
	font-weight:bold;
	}
#Macronavigation ul li.level1 {
	background-color: #ededed;
	margin-left: 0px;
	}
#Macronavigation ul li.level2 {
	background-color: #f6f6f6;
	}
#Macronavigation ul li.level3 {
	background-color: #fff;
	background-image: none;
	margin-left:-11px;
	}

#Macronavigation ul li a:link, 
#Macronavigation ul li a:visited {
	color: #000;
	text-decoration:none;
	}

#Macronavigation ul li a:hover {
	color: #EE1947;
	text-decoration:none;
	}

#Macronavigation li#highlightthis {
	background-image: url(http://www.julius-stern-institut.de/sites/common/icon_active.gif);
}
#Macronavigation li#highlightthis.level3 {
	background-image: none;
}
#Macronavigation li#highlightthis a:link,
#Macronavigation li#highlightthis a:visited {
	color: #EE1947;
}


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


/* -- SITEMAP ------------------------*/

td.sitemapTitle0 {
	background-color: #ddd;
	border-right: solid 1px #444;
	}

td.sitemapTitle1 {
	background-color: #ddd;
	border-right: solid 1px #000;
	}

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

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

a.sitemapElement0:link, a.sitemapElement0:visited,
a.sitemapElement0:hover, a.sitemapElement0:active {
	color: #444;
	text-decoration: none;
	font-size:10px;
	}

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

/* -- SEARCH ------------------------*/

.searchLabel, .searchLabel, .searchElement, .searchText {
	font-size: 10px !important; font-size: xx-small;
	}

#Search {
	margin: 0px 0px 30px 0px;
	border: 0;
	padding: 0;
	}

#Search form {
	margin: 0;
	border: 0;
	padding: 10px 10px 0px 10px;
	}

#Search input#raw {
	font-family:Courier;
	font-size:12px;
	padding:0;
	margin:0;
	height:16px;
	width:153px;
	vertical-align:middle;
	}

#Search input#btnSearch {
	vertical-align:middle;
	}

#Search table {
	margin:10px 10px 0px 10px;
	color:#666;
	text-align:left;
	}

div#htdigresults p {
	margin-top:3px;
}

div#htdigpages {
	margin-top:6px;
}
div#htdigpages a img {
	border:0px;
	background-color:#ddd;
}
div#htdigpages a:hover img {
	background-color:#bbb;
}

#Login {
	padding: 0;
	margin-top: 20px;
	border: 0;
	/* border-top: 5px solid #ccc; */
	width:165px;
	/* background-color:#EDEDED; */
	}

/**************************************/
/* 4. CSS-Modul: TEXT                 */
/**************************************/

h1, h2, h3, h4, h5 {
	font-size:10px;
	font-weight:bold;
	line-height: 15px;
	padding:0px;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	}

h1.title {
	margin: 10px 0px;
	}

h3, h4, h5 {
	font-weight: normal;
	}

p {
	line-height: 15px;
	}

ol {
	line-height: 15px;
	}

li {
	padding-bottom: 5px;
	}

ul {
	line-height: 15px;
	list-style-type: disc;
	}

p.caption {
	font-style: italic;
	padding-top:0px;
	margin-top:0px;
	color:#000;
	}
	
p.emphasis {
	background-color: #ddd;
	margin-left: 20px;
	margin-right: 30px;
	line-height: 16px;
	}

p.description {
	line-height: 16px;
	font-weight:normal;
	color: #000;
	}
	
p.creator  {
	}

p.small {
	font-size: 10px;
	}
	
p.smalltext {
	font-size: 10px;
	}

code {
	}

a:link, a:visited {
	color: #000;
	text-decoration : none;
	}

a:hover, a:active {
	text-decoration : none;
	color: #EE1947;
	}

/* #ContentHome a:before,  */
/* #Content a:before { content:url(http://www.julius-stern-institut.de/sites/common/more2.gif); }  */
/* #Copyright a:before { content:''; }  */

div#ContentHome p a,
div#Content p a {
	border-bottom:1px solid #ccc;
}
#Copyright a {
	border-bottom:0px;
}

/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

table.ZMSTable {
/*	border-collapse:collapse;*/
	margin:0.75em 0em;
	width:99%;
	}

table.ZMSTable caption {
	font-style:normal;
        font-weight:bold;
	margin-top:1em;
	text-align:left;
	}

table.ZMSTable tr th {
	vertical-align:top;
        background-color:#EDEDED;
/*	background-color:transparent;*/ 
/*	background-color:#A6CADC;*/
	color:#000;
	padding:3px;
	border:0px solid #aaa;
	}

table.ZMSTable tr th p,
table.ZMSTable tr th h2,
table.ZMSTable tr th h3 {
	color:#000;
	margin:0px;
	}


table.ZMSTable tr td {
        background-color:#F6F6F6;
/*	background-color:#fff;*/
	vertical-align:top;
	padding:3px;
	border:0px solid #aaa;
	}

table.ZMSTable tr td p {
	margin:2px;
	}

table.ZMSTable tr.odd td, 
table.ZMSTable tr.even td {
	}

table tr td  {
/*	font-size: 10px !important; font-size: xx-small; */
	}

/**************************************/
/* 6. CSS-Modul: ZMS-DEFAULTS         */
/**************************************/


div.ZMSGraphic {
        background-color:none;
	width:98%;
        margin:0px;
}

div.ZMSGraphic.left {
        background-color:#ededed;
        margin-bottom:20px;
}


div.ZMSGraphic.right {
        background-color:#f6f6f6;
        margin-bottom:20px;
}

div.graphic.alignleft {
	margin-right:10px;
}
div.graphic.alignright {
	margin-left:10px;
}

div.clearfloating {
	margin:0px;
	padding:0px;
	height:1px;
}


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

div.ZMSGraphic.floatleft div.graphic {
margin:0px 10px 3px 0px;
}

div.ZMSGraphic.floatright div.graphic {
margin:0px 0px 3px 10px;
}

div.ZMSGraphic div.text
	{
	padding-left: 10px;padding-top: 1px;
	}
/*--------- ZMS TEASER --------------*/

div#teaser
	{
	width:200px;
	}

div.ZMSTeaserContainer {
	padding:0px;
	margin:0;
	margin-bottom:10px;
}
div.ZMSTeaserElement {
	width:200px;
	padding:0;
	margin:0;
}
div.ZMSTeaserElement img {
	margin-bottom:3px;
}
div.ZMSTeaserElement img.title {
	padding:0;
	margin:0;
	border: none;
	text-align:center;
}
div.ZMSTeaserElement div.title {
	font-weight:bold;
	color:black;
	margin: 0px ;
	border: 0px;
	padding: 0px;
	display: block;
}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited  {
	color:#000;
	text-decoration:none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

div.ZMSTeaserElement div.text {
	padding: 0px;
	line-height:1.3em;
	}
div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited {
	color: #000;
	text-decoration: none;
	border:0px;
	margin:0px;
}

div.ZMSTeaserElement div.text a img {
	border:0px;
	margin:0px;
}

/*--------- ZMS LINK --------------*/

div#pageelement_Links 
	{

	}

div.ZMSLinkElement
	{
	background-color: transparent;
	padding: 2px;
	}

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	margin: 10px 0px 0px 0px
	}

div.ZMSLinkElement div.text
	{
	}

div.ZMSLinkElement div.text ul
	{
	margin-top: 5px;
	margin-left: -10px !important; margin-left: 20px ;
	}


.form {
	color: #000;
	border: 1px solid #666;
	padding: 1px;
	margin: 0;
	font-size: 10px !important; 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: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
	margin: 0;
	font-size: 10px !important; font-size: xx-small;
}

/**************************************/
/* 7. CSS-Modul: SPECIAL OBJECTS      */
/**************************************/


/* ------ MORETEXT ---------- */
div.moretext p.title {
	margin-bottom:0px;
	font-weight:bold;
}
div.moretext p.text {
	margin:0px;
}
div.moretext p.link {
	margin:1em 0em 2em 0.2em
}



/*------- imagegallery -----*/

#imagegallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#imagegallery a:link, 
#imagegallery a:visited  {
	text-decoration:none;
}


/*------- newsletter -----*/
div#errormsg, div#msg {
	color:#EE1947;
}

/*------- formulator -----*/
body#web div#msg {
	color:#EE1947;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}



/**************************************/
/* 8. CSS-Modul: TOC LISTS            */
/**************************************/

#pageregionLeft #Newsindex {
    padding: 0px 30px 20px 10px;
    margin:0;
}
#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
}
#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}


#pageregionLeft #Newsindex {
    padding: 0px 30px 20px 10px;
    margin:0;
}
#pageregionLeft #Newsindex h2 {
    padding:0;
    margin:0;
}
#pageregionLeft #Newsindex p {
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

div#Index ul {
padding: 0em;
margin: 0em 0em 1em 0em;
}

div#Index ul li {
list-style: none;
margin: 0.25em 0em;
}

div#Index ul li.header span.title {
list-style: none;
font-weight: bold;
}

div#Index.TOC1>ul>li {
background: url(common/microarrow.gif) no-repeat 0px 5px;
padding-left:1.5em;
margin-left:1em;
}
div#Index.TOC2>ul>li {
margin:0.25em 0em 1em 0em;
}

div#Index ul li ul li {
background: url(common/microarrow.gif) no-repeat 0px 6px;
padding-left:1.5em;
}

div#Index.TOC2 ul li a:link,
div#Index.TOC2 ul li a:visited,
div#Index.TOC3 ul li a:link,
div#Index.TOC3 ul li a:visited {
font-weight:bold;
}
div#Index.TOC2 ul li ul li a:link,
div#Index.TOC2 ul li ul li a:visited,
div#Index.TOC3 ul li ul li a:link,
div#Index.TOC3 ul li ul li a:visited,
div#Index.TOC3 ul li ul li ul li a:link,
div#Index.TOC3 ul li ul li ul li a:visited {
font-weight:normal;
}

div#Index.TOC2>ul>li>a:link.more,
div#Index.TOC2>ul>li>a:visited.more,
div#Index.TOC3>ul>li>a:link.more,
div#Index.TOC3>ul>li>a:visited.more {
font-weight:normal;
}

a.presstoc {
	display:block;
	padding:0.5em 0em 1.5em 0em;
}

/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/
body.print {
	margin: 0px;
	padding: 0px 10px;
	border: 0px;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color : #000;
	position:relative;
	text-align:left;
}
body.print div#Micronavigation {
	margin:30px 0px 0px 0px;
	padding:0px;
	border-bottom:1px solid #000;
}
h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}



/**************************************/
/* CLIENT OVERWRITES                  */
/**************************************/
#ContentHome {	
	padding:5px 20px 0px 10px !important;
	padding:0px 20px 0px 10px;
	min-height:600px;
}
#ContentAktuelles {	
	padding:5px 20px 0px 10px !important;
	padding:0px 20px 0px 10px;
	min-height:400px;
}

/* -- MICRONAVIGATION Aktuelles-----------------*/

#MicronavigationAktuelles {
border-bottom:0px solid #CCCCCC;
color:#EE1947;
font-size:10px;
height:5px;
margin:0px;
padding:0px 0px 0px 10px;

}
#MicronavigationAktuelles a:link,
#MicronavigationAktuelles a:visited {
	color: #000;
	text-decoration:none;

}
#MicronavigationAktuelles a:hover {
	color: #EE1947;
	text-decoration:none;
}

/* -- EO MICRONAVIGATION Aktuelles -----------------*/

div#Menu ul {width:100%}

/* Client Menu HOVER Reduction */
div#Menu ul:hover {
	border-top:4px solid #ccc;
}
div#Menu ul:hover li {
	border-bottom:1px solid #ccc;
}





/*--[2]-- infoboxaktuellItem per TABLE -----*/
table.infoboxaktuellItem {
	margin:10px -20px 0px -10px;
	border:0px;
	padding:0px;
	border-collapse:separate;
	border-top:1px solid #ccc;
}
/* -- IE7 --*/
*:first-child+html table.infoboxaktuellItem  {
	margin-top:10px !important;
	margin-top:10px;
}
/* -- FF --*/
html>/**/body table.infoboxaktuellItem {
	margin-top:5px !important;
	margin-top:5px;
}

table.infoboxaktuellItem td.textcolumn {
	padding:10px 10px 10px 10px;
	margin:0px;
	border-top:3px solid #ccc;
}

table.infoboxaktuellItem td.imagecolum {
	vertical-align:top;
	margin:0px;
	padding:0px;
	width:200px;
	border-collapse:collapse;
	text-align:left;
}
table.infoboxaktuellItem td.imagecolum img {
	margin-top:3px;
}
table.infoboxaktuellItem p.more a {
	font-weight:normal;
}

/*--[3]-- infoboxaktuellesItem per TABLE -----*/
table.infoboxaktuellesItem {
	margin:10px -20px 0px -10px;
	border:0px;
	padding:0px;
	border-collapse:separate;
	border-top:1px solid #ccc;
}
/* -- IE7 --*/
*:first-child+html table.infoboxaktuellesItem  {
	margin-top:10px !important;
	margin-top:10px;
}
/* -- FF --*/
html>/**/body table.infoboxaktuellesItem {
	margin-top:5px !important;
	margin-top:5px;
}

table.infoboxaktuellesItem td.textcolumn {
	padding:10px 10px 10px 10px;
	margin:0px;
/*	border-top:3px solid #ccc;*/
}

table.infoboxaktuellesItem td.imagecolum {
	vertical-align:top;
	margin:0px;
	padding:0px;
	width:200px;
	border-collapse:collapse;
	text-align:left;
}
table.infoboxaktuellesItem td.imagecolum img {
	margin-top:3px;
}
table.infoboxaktuellesItem p.more a {
	font-weight:normal;
}


/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight0 {background-color: #ededed}
.neutralColorLight1 {background-color: #f6f6f6}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #666}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #EE1947;}
.secondColorStrong {background-color: #80000E;}
.secondColorMedium {background-color: #B20014;}
.secondColorLight {background-color: #D60018;}
.primColorStrong {background-color: #00295A;}
.primColorMedium {background-color: #627B9A;}
.primColorLight {background-color: #CCD4DF;}


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

.zmiTableRowEven {background-color:#eee;}
.zmiTableRowOdd {background-color:#ccc;}

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

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

body.zmi h1, body.zmi h2, body.zmi h3, body.zmi h4, 
body.zmi h5, body.zmi h6  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:15px;
	line-height:19px;

}

body.zmi {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
} 
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:15px;
} 


body.zmi textarea#attr_dc_description,
body.zmi textarea#cal_text,
body.zmi textarea#cal_contact {
	width:100% !important;
}

