
/***************************************/
/*   MASTER Colors and Management Interface   */
/***************************************/
.neutralColorTrans { background-color: transparent}
.neutralColorWhite { background-color: #fff}
.neutralColorLight { background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #FF6633;}

.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight { background-color: #F0F4FF;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight { background-color: #eee;}

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }

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

.form-small { text-align:left; }
.form-submit { font-size:12px; }
.form-submit, button, input.button {
  cursor:pointer;
  padding:2px;
}

a.fancybox img { background-color: transparent; }
div.note { width: 96% }
body.zmi img { border:0 }

.searchResult span.title,
.searchResult span.title a {
  color: #176739
}

.searchResult span.linkpath a:link,
.searchResult span.linkpath a:visited {
  color:#999;
}

body.zmi img { border:0 }
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;
	color:black;
  }
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	color:black;
  }

body.zmi div.ZMSFile div.title, body.zmi div.ZMSLinkElement div.title,
body.zmi div.ZMSFile div.text,  body.zmi div.ZMSLinkElement div.text,
body.zmi div.ZMSFile div.description,  body.zmi div.ZMSLinkElement div.description {
	font-size:12px;
	color:black;
	}
/**************************************/
/*         Master             */
/**************************************/

#Claims {
  padding:20px;
  margin-left:260px;
  display:none;
  }

#Claims h1 { font-size:150%; color: #000; margin:0  }
#Claims h2 {  }

#Supranavigation {
  height:24px;
  padding:8px;
}
div#LoginSmart {
  color:#999;
  float:right;
  margin-right: 4px;
  line-height:24px;
  }

#Metanavigation {
  display:inline;
  }

#Search {
	display:inline;
	position:relative;
	top:-7px;
	padding-left:10px;
}
#Search form {
	display:inline;
}

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

#Micronavigation {
  margin: 0 0 0.5em 0;
  font-size:10px;
  color: #999;
  }
#Micronavigation a:link,
#Micronavigation a:visited {
  color:#999;
  }




/**************************************/
/*             ZMSGraphic             */
/**************************************/
div.ZMSGraphic {
	background-color:transparent;
	margin: 1.5em 0px;
}

div.ZMSGraphic a img.img { border:0;  }

/* tf: sollte ins ZMS default_css */
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:0px; }

/*-------------------------*/
/*         Teaser          */
/*-------------------------*/
div#teaser, div#teaserleft {
	width:auto;
	font-size:100.01%;
	}

div.ZMSTeaserContainer {
	padding:1px 1px 1px 1px;
}
#col3_content div.ZMSTeaserElement {
  width:180px;
  overflow:hidden;
}
#col1_content div.ZMSTeaserElement {

}
div.ZMSTeaserElement div.title {
  margin:0;
  padding:3px;
  line-height:1.2em;
}

div.ZMSTeaserElement div.title,
div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited {
	font-size:100.01%;
  font-weight:bold;
	text-decoration:none;
	color: #176739;
}

div.ZMSTeaserElement div.title a:hover,
div.ZMSTeaserElement div.title a:active {
	text-decoration:underline;
	color: #1f894c;
}
div.ZMSTeaserElement div.graphic {
  overflow:hidden;
  }
div.ZMSTeaserElement img.title {
  overflow:hidden;
  }

div.ZMSTeaserElement div.text {
	font-size:100.01%;
	padding: 5px 5px 3px 5px;
	line-height:1.3em;
	color: #000;
	}

/* activate for disabling all teaser background color */
div.ZMSTeaserContainer,
div.ZMSTeaserElement,
div.ZMSTeaserElement div.title,
div.ZMSTeaserElement div.text {
/*  background-color:transparent !important; */
}

div.ZMSTeaserElement a.more {
  display:block;
}
/**************************************/
/* 5. CSS-Modul: TABLES               */
/**************************************/

table.ZMSTable {
	margin:0.75em 0em;
	border-collapse:collapse;
  table-layout:dynamic;
	width:100%;
	}

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

table.ZMSTable th,
table.ZMSTable td {
	padding:4px;
	font-size:11px;
	vertical-align:top;
	background:#e8e8e8;
	border: 2px solid #fff;
	color:#000;
  text-align: left;
	}
table.ZMSTable th {
 	background-color:#1f894c;
	color:#fff;
  font-weight: bold;
}
table.ZMSTable td {

}
table.ZMSTable th:first-child,
table.ZMSTable td:first-child { width:20% }

table.ZMSTable tr.odd td { background-color:#F1F1F1; }
table.ZMSTable tr.even td { background-color:#FAFAFA;}

table.ZMSTable th p,
table.ZMSTable td p { }

table.ZMSTable th sup,
table.ZMSTable td sub { font-size:60%;  }

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


table.ZMSTable thead tr td {
	}
table.ZMSTable thead tr th {
	font-weight:normal;
	}

table.hrdpCourse table { margin:0px }

#col1_content table tbody th,
#col1_content table tbody td {
  border:1px solid white;
  }

tbody th.form-small { white-space:nowrap; }
tbody th.form-small img { vertical-align:middle; }
/* chooseBtn in who-is-who grids */
div#whoiswho form table tbody td a img { width:16px;height:20px; }


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- Links
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
div#pageelement_Links {
  	border: 0px none #ddd;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */

div.ZMSLinkContainer,
div.ZMSLinkElement {
	background-color: transparent;
/*  border: 1px solid #1f894c; */
}
div.ZMSLinkElement.floatleft { float:left; width:50%; }
div.ZMSLinkElement.floatright { float:right; width:50%; }

div.ZMSLinkElement div.title {
  font-size:100.01%;
	padding:2px;
	font-size:100.01%;
	line-height:18px !important;
	}
div.ZMSLinkElement div.title a:link,
div.ZMSLinkElement div.title a:visited {
  font-size:100.01%;
	text-decoration:none;
}

div.ZMSLinkElement div.text,
div.ZMSLinkElement div.description {
  font-size:100.01%;
  margin-left:20px;
	}
div.ZMSLinkElement div.text a:link,
div.ZMSLinkElement div.text a:visited {
  font-size:100.01%;
  }

div.ZMSLinkElement ul {
	list-style-type:none;
	list-style-image:none;
/*	margin-left: 0px; */
}
div.ZMSLinkElement ul li {
	margin-left: 0px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- [WAI] ZMSFile
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- */
div.ZMSFile {
  background-color: transparent;
	margin: 10px 0 5px 0;
  position:relative;
	}

div.ZMSFile.floatleft { float:left; width:50%; }
div.ZMSFile.floatright { float:right; width:50%; }

div.ZMSFile div.title {
  font-size:100.01%;
	padding:2px;
	font-size:100.01%;
	line-height:18px !important;
  }

div.ZMSFile div.title img {
  float:left;
  padding-right:2px;
  }

div.ZMSFile div.title a:link,
div.ZMSFile div.title a:visited {
  font-weight:normal;
  text-decoration:none;
  font-weight: bold;
  font-size:100.01%;
	}

div.ZMSFile div.text,
div.ZMSFile div.description {
  font-size:100.01%;
  margin-left:20px;
	}

div.ZMSFile.none,
div.ZMSLinkElement.none {
	background-color: transparent; border:none;
	}

div.ZMSLinkElement .text ul {
	margin:2px;
	}


#LastChanged {
	color:#ccc;
	font-size: 9px;
	float:right;
	margin-left:10px;
	text-align:right;
	line-height:1.1em;
	margin-top:2px;
	}


#col1_content.form-submit,
button, input.button {
  text-align: center;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: bold;
  width: auto;
  background-color: #ffd663;
  border:1px solid #ffca00;
}

div.system-msg {
  margin-bottom:5px; padding:5px;
  color:green;
  background-color:#ffd663;
  border:2px dotted #eaaa36;
  font-size:12px;
  font-weight:bold;
  background-repeat: repeat;
}


textarea { font-family: Arial, Helvetica, sans-serif }
td.form-element textarea { width:30em !important }

#ZMSForum ul.nav-tabs  {
  margin: 0em 0em 2px 0em !important;
  }
#ZMSForum ul.nav-tabs li {
  background-image: none !important;
  }
#ZMSForum table {
  margin-top: 0px !important;
/*   margin-left: 1px; compensates border */
  }
#ZMSForum table th, #ZMSForum table td {
  border:1px solid #ddd !important;
  }

ul.thumbs li {
  background-image:none !important;
  padding-left:0px !important;
  }


/***************************************/
/*   Colors and Management Interface   */
/***************************************/
.neutralColorTrans { background-color: transparent}
.neutralColorWhite { background-color: #fff}
.neutralColorLight { background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}

.teaserColor {background-color: #FF6633;}

.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight { background-color: #F0F4FF;}

.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight { background-color: #eee;}

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

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;
	color: black;
  }
body.zmi p, body.zmi li, body.zmi blockquote  {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
	color: black;
  }

/* --------- ZMSFORUM CUSTOMIZED -------------- */
div#ZMSForum {
font-size:11px;
font-family:Tahoma;
margin-top:2em !important;
}

#ZMSForum ul.nav-tabs li {
padding:0px 0.5em;;
list-style-type:none;
}
div.threadTree {
color:#999 !important;
}
div.threadTree .zfmSubject {
color:#336699 !important;
}

/*--- Navigation: FF-Fix -- */

#nav_main ul li#current {min-width:52px !important}
#nav_main {background-color:#cbd4de }
