

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- 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.iges.de/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
}/* BO f_css_defaults */

#imagegallery {
  font-family:monospace;
}

#imagegallery .preview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview {
  margin:1em 0;
  padding:0.5em;
  background:#eee;
  border:1px #ccc solid; 
}

#imagegallery .overview table {
  padding:0.3em;
  background:#fff;
  border:1px #ccc solid; 
}

#imagegallery .overview table td {
  padding:0.3em;
  border:0;
}

 
/* EO f_css_defaults *//*-- InfoBox --*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
	font-size:11px;
}
div.infobox div.ZMSFile div.title a:link, 
div.infobox div.ZMSFile div.title a:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
div.infobox div.ZMSFile div.text {
	margin-left:23px;
}
div.infobox ul {
	margin:0px 0px 0px 0px;
	padding:0px;
}
div.infobox ul li {
	margin:0px 0px 0px 2px;
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
	list-style-position:inside;
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementInternalClient {
	list-style-image:url(common/internal_link.gif);
	list-style-position:inside;
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
	list-style-position:inside;
}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- IGES Lectures
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#userdata div.form-small{
	font-size:75%;
	padding:5px 0px 5px 3px;
	}

div#userdata table {
	width:100%;
	}

div#userdata table tr.zmiTableRowOdd {
	background-color:#E7F5F6;
	}

div#userdata table tr.zmiTableRowEven {
	background-color:#EFF7F7;
	}

div#userdata table tr th {
	padding:2px 2px 2px 5px;
	line-height:1.5em;
	font-size:87%;
	background-color:#D1E3E3;
	}

div#userdata table tr td {
	padding:2px 2px 2px 5px;
	line-height:1.5em;
	}

.lecturesHeader {
	background-color: #DBD5C6;
	}

.lectures p {
	color: #BB6600;
	padding:2px;
	padding-left:6px;
	}

.lectureDetailWrapper {
	width:488px;
	margin:0px;
	margin-bottom:10px;
	}

.date {
	color: #fff;
	background: #DD9966 url(http://www.iges.de/common/css/common/bgEvent.png) no-repeat;
	width: 30px;
	text-align: center;
	font-size: 15px;
	margin-top: 0px;
	}

.date span {
	font-size: 11px;
	color: #CA7539;
	background: #fff;
	display: block;
	border: 1px solid #DD9966;
	}

.lectureDetailWrapper .date {
	background: #DD9966 url(http://www.iges.de/common/css/common/bgEvent.png) no-repeat;
	margin:0;
	}

.lectureDetailWrapper .date span {
	color: #CA7539;
	border: 1px solid #DD9966;
	}

.lectureDetailWrapper .special {
	background: #AA4422 url(http://www.iges.de/common/css/common/bgEventBrown.png) no-repeat;
	}

.lectureDetailWrapper .special span {
	color: #AA4422;
	border: 1px solid #AA4422;
	}

.lectureDetailWrapper .text {
	color: #000;
	float: right;
	width: 448px;
	margin: 0;
	margin-top:-5px;
	}

p.eventHeading1 {
	font-size:110%;
	margin:0;
	padding:0;
	}

p.eventHeading2 {
	font-size:100%;
	margin:0;
	padding:0;
	font-weight:bold;
	}

p.eventText {
	margin:0;
	margin-top:4px;
	padding:0;
	}

.separator {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	border-bottom: 1px solid #AA4422;
	margin: 10px 0 10px 0;
	padding: 0;
	}

.clearLecture {
	clear:both;
	}
	
div.lectureTeaser {
	width:140px;
	}
	
div.lectureTeaser p{
	margin 0px;
	padding:0px;
	}
	
	/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj dtmlCode
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
textarea#code.form-element {
	font-family:courier !important;
	font-size:11px !important;
	height:350px !important;
	width:630px !important; 
	}/* BO f_css_defaults.teaserelementRight */
.ZMSTeaserElement h1.teaserRightContainer
	{
	margin:0px;
	margin-bottom:5px;
	padding:0px 2px 0px 3px;
	font-size:104%
	}

h2.teaserRightContainer
	{
	border:solid 1px red;
	margin:0px;
	}

div#teaserRight,div#teaserRight div.ZMSTeaserContainer, div#teaserRight div.ZMSTeaserContainer div.ZMSTeaserElement
	{
	width:150px;
	}

div#teaserRight div.ZMSTeaserContainer div.ZMSTeaserElement img.title
	{
	border: none;
	}

div#teaserRight div.ZMSTeaserContainer div.ZMSTeaserElement div.title
	{
	font-weight: bold;
	text-decoration: none;
	color: #abdade;
	padding: 4px 6px;
	margin: 0px;
	display: block;
	}

div#teaserRight div.ZMSTeaserContainer div.ZMSTeaserElement div.text
	{
	padding: 2px 6px;
	margin: 0px;
	display: block;
	}
/* EO f_css_defaults.teaserelementRight */
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('http://www.iges.de/metaobj_manager/ZMSMediaPlayerLib.loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

/* BO f_css_defaults.teaserelementleft */
.ZMSTeaserElement h1.teaserLeftContainer
	{
	margin:0px 0px 0px 2px;
	}

h2.teaserLeftContainer
	{
	border:solid 1px red;
	margin:0px;
	}

div#TeaserLeft,div#TeaserLeft div.ZMSTeaserContainer, div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement
	{
	width:150px;
	}

div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement img.title
	{
	border: none;
	}

div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement div.title
	{
	font-weight: bold;
	text-decoration: none;
	color: #abdade;
	padding: 4px 6px;
	margin: 0px;
	display: block;
	}

div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement div.text
	{
	padding: 2px 6px;
	margin: 0px;
	display: block;
	}
/* EO f_css_defaults.teaserelementleft *//* BO f_css_defaults.teaserelementleft */

div#TeaserLeft,
div#TeaserLeft div.ZMSTeaserContainer,
div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement {
  width:150px;
}


div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement img.title {
  border: none;
}

div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement div.title {
  font-weight: bold;
  text-decoration: none;
  color: #abdade;
  padding: 4px 6px;
  margin: 0px;
  display: block;
}
div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement div.text {
  padding: 2px 6px;
  margin: 0px;
  display: block;
}

/* EO f_css_defaults.teaserelementleft *//**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#jquery-lightbox a img {
	border: none;
	}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#lightbox-container-image {
	padding: 10px;
	}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
	}

#lightbox-nav a {
	outline: none;
	border-bottom:0px;
	}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
	}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	}	

#lightbox-image-details-caption {
	font-weight: bold;
	}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}			

#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
	border-bottom:0px;
	}


/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: #F7F6F6;
	padding: 10px;
	width: 300px;
	}

#gallery ul {
	list-style: none;
	margin-left:20px !important;
	}

/* IE 7.0 only */
*:first-child+html #gallery ul {
	margin-left:60px !important;
	}


#gallery ul li {
	display: inline;
	}

#Content #gallery ul li {
	background:none;
	}

#gallery ul img {
	border: 5px solid #E7E7E6;
	border-width: 5px 5px 20px;
	}

#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
	}

#gallery ul a:hover {
	color: #fff;
	}/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- specObj program
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */
div.programWrapper {
	margin:0;
	padding:0;
	background-color:#d4d4ae;
	width:350px;
	}

p.thematicBlock{
	padding:5px 0px 0px 5px;
	font-size:14px;
	font-weight:bold;
	color:#779c3f;

	}

div.programWrapper div.programmeItemWrapper {
	margin:0;
	margin-bottom:10px;
	padding:0;
	width:350px;
	color:#004172;
	font-weight:bold;
	border-bottom:solid 1px #BCC7D1;
	}

div.programmeItemTime {
	float:left;
	margin:0;
	padding:0;
	padding-left:5px;
	width:40px;
	}

div.programmeItemDetails {
	float:left;
	margin:0;
	padding:0;
	width:300px;
	}


div.programmeItemDetails p{
	margin:0;
	padding:0;
	line-height:15px;
	color:#00386A;
	}

div.programmeItemDetails p span.programmeItemDetailTitle{
	font-weight:bold;
	}

div.programmeItemDetails p span.programmeItemDetailSpeaker{
	font-weight:normal;
	}

div.programmeItemDetails p span.programmeItemDetailSpeakerFunction{
	font-weight:normal;
	}

div.programmeItemDetails p.Download{
	margin:0;
	padding:0;
	padding-bottom:5px;
	text-align:right;
	line-height:12px;
	color:#004172;
	}

div.clearProgrammItem {
	margin:0;
	padding:0;
	clear:both;
	}





/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- [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) IGES                           */
/* Author: jklein                     */
/* last change: 2010/01/10            */
/**************************************/

/**************************************/
/* 1. CSS-Modul: COLORS               */
/**************************************/
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #EAEAEA}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #013BA8;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #AABA89;}
.primColorMedium {background-color: #E9FFBC;}
.primColorLight {background-color: #F3FFDB;}
.channelColorGrey1 {background-color: #E3E2E4;}
.channelColorGrey2 {background-color: #F4F3DC;}
.channelColorOrange {background-color: #FAF1DC;}
.channelColorBlue {background-color: #E7F5F6;}
.channelColorBlue2 {background-color: #CAE6F3;}
.channelColorBrown {background-color: #F0ECEB;}
.specColorCave {background-color: #FDB7B1;}


/**************************************/
/* 2. CSS-Modul: LAYOUT (PAGEREGIONS) */
/**************************************/
/* wrapping model based on:           */
/* http://www.alistapart.com          */
/* /articles/negativemargins/         */
/**************************************/
body#web {
	margin: 0;
	padding: 0;
	border: 0;
        background: #f4f4f4 url(http://www.iges.de/common/css/common/bodyBg.gif) top center repeat-y;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important; font-size: 0.8em;
	position:relative;
	text-align:center;
}

/*-- wrapper for whole page region --*/
#pageregion {
	margin: auto;
	padding: 0;
	border: 0;
	width:760px;
	text-align:left;
    }
/*-- wrapper for providing a full scale left background --*/
#layoutWrapper1_BGleft { 
	background:url(http://www.iges.de/common/css/common/pageregionLeftBG1.gif) repeat-y left;
	background-color:#fff;
	/* border-bottom:1px solid #eaeaea; */
}
/*-- wrapper for providing a full scale right background --*/
#layoutWrapper2_BGright {	
	background:transparent url(http://www.iges.de/common/css/common/pageregionRightBG1.gif) repeat-y right;
}
/*-- wrapper for positioning the right column --*/
#layoutWrapper3_ContentAll  {
	width: 100%;
	float: left;
	margin-right: -200px;
	background:transparent url(http://www.iges.de/common/css/common/pageregionRightBG1.gif) repeat-y right;
}
/*-- wrapper for left column and content column--*/
#layoutWrapper4_ContentLeft {
	background:transparent url(http://www.iges.de/common/css/common/pageregionLeftBG1.gif) repeat-y left;
	margin-right: 205px;

}
#Content {
	margin-left: 200px;
	padding:0px 20px 0px 0px;
	border:0;
	overflow:visible;
	height: 580px;
	}

html>body #Content { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 580px;
	}

#Sitemap {
	margin-top:60px;
	margin-bottom:50px;
	margin-left: 200px;
	padding:0px 20px 0px 0px;
	border:0;
}

#pageregionTop {
	margin:0;
	padding:0;
}
#pageregionLeft {
	padding-top:65px;
	margin:0px;
	float: left;
	width: 200px;
}

/* BG-color compensates BG-bug of IE */
#pageregionRight {
	float: right;
	margin: 0;
	padding: 10px 10px 10px 1px;
	background-color: #fff;
	margin-top:52px !important; 
	margin-top:52px; 
	}

#Logo {
	border:0;
	margin:0;
	padding:0;
	background-color:#e9ffbc;
	width:100%;
}
#pageregionBottom {
	vertical-align:top;
	padding-top:5px;
	font-size:11px;
        margin-top:10px;
	border-top: 1px solid #eaeaea;
        color:#505050;
}

/*-- 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;
 	width: 100%;
 	margin:0px;
 	padding:0px;
            background: #eaeaea url(http://www.iges.de/common/css/common/menuNavBg.jpg) left top no-repeat;
 	white-space:nowrap;
 	}
 div#Menu ul {
 	margin:0px;
 	padding:0 0 0 6px;
 	font-size:small;
 	}
 /*----- font size hack -----*/
 /*/*/a{}
 body #Menu ul {
 font-size : x-small;
 }
 html>head:first-child+body #Menu ul {
 font-size : small;
 }
 /* */
 /*----- /font size hack -----*/
 
 div#Menu ul li {
 	line-height: 200%;
 	display: inline;
 	padding:0px;
 	margin:0px;
 	}
 
 div#Menu ul li a {
 	float: left;
 	font-family: arial, helvetica, sans-serif;
 	font-weight:bold;
 	color: #505050;
 	text-decoration: none;
 	border-right: 0.1em solid #fff;
 	padding: 0.30em 1em;
             background: url(http://www.iges.de/common/css/common/grey1.gif) left top no-repeat;
 	}

 div#Menu ul li a.current {
         background-position: 25% -56px;
         color:#fff;
 	}
 div#Menu ul li a.home {
 	background-color: #aaba89;
 	}
 div#Menu ul li a:hover {
          background-position: 25% -56px;
          color:#fff;
	}

/*-- MenuDropdown ---------------------------*/

.child, .subchild 
	{ 
	position: absolute;
	visibility: hidden;
/*-------box model hack-------*/
	margin-left: -1.1em !important;
	margin-left: 0px;
	margin-left/**/:/**/-1.1em;
/*-------box model hack-------*/	
	margin-top: 0.50em !important;
	margin-top: 0.0em;
	margin-top/**/:/**/0.55em;
	}

.menuDropdown 
	{
/*-----   filter: progid:DXImageTransform.Microsoft.Alpha( Opacity=80, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);*/
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #eee; 
	width: 11.5em;
	}

.navDropdown
	{
	display: block;
	text-align: left;
	border-bottom: 1px solid #666;
	line-height: 1.3em;
	white-space:nowrap;
	padding: 0.25em 0.25em 0.25em 1.0em;
	}

.navDropdown a:link,
.navDropdown a:visited,
.navDropdown a:hover {
	text-decoration: none;
}

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

#Micronavigation {
	padding:15px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013ba8;
}
#Micronavigation a:link,
#Micronavigation a:visited {
	color: #000;
	text-decoration:none;

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

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

#Macronavigation {
	margin: 0;
	border: 0;
	padding: 0;
	width:181px !important;
	width:171px;
	position:absolute;
}	

/* IE 7.0 only */
*:first-child+html #Macronavigation {
	width:171px !important;
	}

#Macronavigation ul {
	padding: 0;
	margin: 0px 6px 0px 6px;
	border-top:0px solid #aaa;
	list-style-type: none;
}


#Macronavigation ul li.parent {
        margin-bottom: 2px;
	border: 0;
        text-indent:-5px;
	list-style-type: none;
	background-image: none;
	font-weight:bold;
}

#Macronavigation ul li.parent a{
	background: #eaeaea;
	color: #505050;
        border-left: 4px solid #013BA8;
}


#Macronavigation ul li {
	margin-bottom: 2px;
}

#Macronavigation ul li a {
          font-weight: bold;
          text-decoration: none;
          /* height: 20px !important;*/
          /* height: 20px;*/
          color: #505050;
          display: block;
          padding: 6px 0 6px 10px !important;
          padding: 6px 0 0 10px;
          background: #f4f4f4;
         border-left: 4px solid #cccccc;
}

#Macronavigation ul li.active a{
	background: #eaeaea;
	color: #013BA8;
        border-left: 4px solid #013BA8;
}


#Macronavigation ul li a:hover {
	background: #eaeaea;
	color: #013BA8;
        border-left: 4px solid #013BA8;
}


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

#Macronavigation ul li.parent a.grey1{
	background: #F3F1F1;
	color: #505050;
        border-left: 4px solid #5E5E5E;
}


#Macronavigation ul li a.grey1 {
          font-weight: bold;
          height: 20px;
          text-decoration: none;
          color: #505050;
          display: block;
          padding: 6px 0 0 10px;
          background: #E3E2E4;
          border-left: 4px solid #979797;
}

#Macronavigation ul li.active a.grey1{
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #5E5E5E;
}


#Macronavigation ul li a.grey1:hover {
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #5E5E5E;
}


#Macronavigation ul li.parent a.grey2{
	background: #F3F1F1;
	color: #505050;
        border-left: 4px solid #736F46;
}

#Macronavigation ul li a.grey2 {
          font-weight: bold;
          height: 20px;
          text-decoration: none;
          color: #505050;
          display: block;
          padding: 6px 0 0 10px;
          background: #F4F3DC;
          border-left: 4px solid #A5A188;
}

#Macronavigation ul li.active a.grey2{
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #736F46;
}


#Macronavigation ul li a.grey2:hover {
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #736F46;
}


#Macronavigation ul li.parent a.orange{
	background: #F3F1F1;
	color: #505050;
        border-left: 4px solid #845F38;
}

#Macronavigation ul li a.orange {
          font-weight: bold;
          height: 20px;
          text-decoration: none;
          color: #505050;
          display: block;
          padding: 6px 0 0 10px;
          background: #FAF1DC;
          border-left: 4px solid #C8A264;
}

#Macronavigation ul li.active a.orange{
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #845F38;
}


#Macronavigation ul li a.orange:hover {
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #845F38;
}

#Macronavigation ul li.parent a.blue{
	background: #F3F1F1;
	color: #505050;
        border-left: 4px solid #506969;
}

#Macronavigation ul li a.blue {
          font-weight: bold;
          height: 20px;
          text-decoration: none;
          color: #505050;
          display: block;
          padding: 6px 0 0 10px;
          background: #E7F5F6;
          border-left: 4px solid #749C9C;
}

#Macronavigation ul li.active a.blue{
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #506969;
}


#Macronavigation ul li a.blue:hover {
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #506969;
}


#Macronavigation ul li.parent a.brown{
	background: #F3F1F1;
	color: #505050;
        border-left: 4px solid #695E55;
}

#Macronavigation ul li a.brown {
          font-weight: bold;
          height: 20px;
          text-decoration: none;
          color: #505050;
          display: block;
          padding: 6px 0 0 10px;
          background: #F0ECEB;
          border-left: 4px solid #8E8075;
}

#Macronavigation ul li.active a.brown{
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #695E55;
}


#Macronavigation ul li a.brown:hover {
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #695E55;
}

#Macronavigation ul li.parent a.blue2{
	background: #F3F1F1;
	color: #505050;
        border-left: 4px solid #26749B;
}

#Macronavigation ul li a.blue2 {
          font-weight: bold;
          text-decoration: none;
          color: #505050;
          display: block;
          padding: 6px 0 6px 10px;
          background: #CAE6F3;
          border-left: 4px solid #438BB3;
}

#Macronavigation ul li.active a.blue2{
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #26749B;
}


#Macronavigation ul li a.blue2:hover {
	background: #F3F1F1;
	color: #013BA8;
        border-left: 4px solid #26749B;
}

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


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

/* -- 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:12px !important;font-size:small;
}

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


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


/* -- METANAVIGATION ------------------------*/

#Metanavigation {
	margin: 0px;
	text-align:right;
	margin:10px 0px;
}

#Metanavigation a {
	color: #666;
	text-decoration:none;
}


#Copyright p {
	margin-top:30px;
	color:#666;
} 
#Copyright p a {
	text-decoration:none;
	color:#666;
} 

#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, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #505050;
	}

.form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color : #505050;
	font-size: 12px;
	}
#Headline, h1.title {
	font-size: 18px;
	line-height: 24px;
	margin-top:10px; 
        color: #979797;
	}
h1,.heading1 {
	font-size: 18px;
	line-height: 20px;
	margin-top:16px; 
        color: #979797;
	}
h2,.heading2 {
	font-size: 15px;
	line-height: 18px
	}

h3,.heading3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px
	}
h4,.heading4 {
	font-size: 12px;
	line-height: 14px 
	}
h5,.heading5 {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px 
	}
p {
	line-height: 15px;
	}
ol {
	line-height: 15px;
	}
ul {
	line-height: 15px;
	list-style-type: square }

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

p.description {
	line-height: 16px;
	font-weight:bold;
        color:#e8e8e8;
	}
	
p.description_grey1 {
	line-height: 16px;
	font-weight:bold;
        color:#5E5E5E;
	}	
	
p.description_grey2 {
	line-height: 16px;
	font-weight:bold;
        color:#736F46;
	}
	
p.description_orange {
	line-height: 16px;
	font-weight:bold;
        color:#845F38;
	}
	
p.description_blue {
	line-height: 16px;
	font-weight:bold;
        color:#506969;
	}
	
p.description_blue2 {
	line-height: 16px;
	font-weight:bold;
        color:#26749B;
	}
	
p.description_brown {
	line-height: 16px;
	font-weight:bold;
        color:#695E55;
	}


p.creator  {
}

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

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

a:hover, a:active {
	text-decoration : underline;
	color: #ee1847;
}

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

code {
}

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

div.ZMSTable {
}
div.ZMSTable table tr th {
}
div.ZMSTable tr.even td {
}
div.ZMSTable tr.odd td {
}



table.ZMSTable {
}
table.ZMSTable table tr th {
vertical-align:top;
}
table.ZMSTable tr.even td {
vertical-align:top;
background-color:#F3F1F1;
width:50%;
padding:2px;
}

table.ZMSTable tr.odd td {
vertical-align:top;
background-color:#E3E2E4;
width:50%;
padding:2px;
}

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

table tr td  {
font-size: 100%;
}


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


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

div.ZMSGraphic {
	background-color:transparent; 
	margin: 0;
	}

div.ZMSGraphic a img{
	border: 0;
	}

div.ZMSGraphic.left {
	text-align:left;
	margin:0;
	padding:0;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic.center {
	text-align:center;
	}

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:8px !important;
	/* strange IE 6 */
	margin-right:-16px;
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	}

div.ZMSGraphic.center { 
	text-align:center;
	padding:0;
	margin-top:10px;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	padding:0;
	margin-right:8px;
	margin-top:0px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	padding:0px;
	margin-left:8px;
	margin-top:10px;
	}

div.ZMSGraphic div.text
	{
	padding: 0px;
	padding-top:0px;
	margin:0;
	}

div.ZMSGraphic div.text p
	{
	padding: 0px;
	padding-top:0px;
	margin:0;
	}

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

/*--------- ZMS TEASER --------------*/

div#teaser
	{
	width:180px;
	font-size: 12px !important; font-size: 12px;
        margin-top:43px;
	}

div.ZMSTeaserContainer {
	padding:1px;
	margin-bottom:10px;
}
div.ZMSTeaserElement {
	width:178px;
	padding:0px;
}
div.ZMSTeaserElement img.title {
	border: none;
}

div.ZMSTeaserElement div.title {
	font-weight:bold;
	text-decoration:none;
	color:black;
	padding: 4px 4px 2px 4px;
	display: block;
}

div.ZMSTeaserElement div.title a:link, div.ZMSTeaserElement div.title a:visited {
	color: #000;
	text-decoration : none;
}

div.ZMSTeaserElement div.title a:hover, div.ZMSTeaserElement div.title a:active {
	text-decoration : underline;
	color: #5E5E5E;
}

div.ZMSTeaserElement div.text
	{
	padding: 0px 6px 6px 6px;
	line-height:1.3em
	}

div.ZMSTeaserElement div.text p
	{
	margin:0px;
	padding: 0px;
	}

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

div.ZMSTeaserElement div.text a:hover, div.ZMSTeaserElement div.text a:active {
	text-decoration : underline;
	color: #5E5E5E;
}

/*--------- ZMS TEASER Left--------------*/
div#TeaserLeft  {
	width:150px;
	padding:0px;
        margin-left:11px;
        font-size: 12px;
}

div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement {
	width:148px;
	padding:0px;
}

div#TeaserLeft div.ZMSTeaserElement div.text
	{
	padding: 0px 6px 6px 6px;
	line-height:1.3em;
	}


/*--------- CONTENT TEASER --------------*/
#content_teaser {
border:solid 1px #F0F0F0;
padding:5px;
}

#content_teaser h1{
margin-top:0px;
color:#979797;
}

#content_teaser img.floatRight {
     float: right;
     margin: 7px 0px 5px 12px;
     display: block; 
     border: 0;
     }

#content_teaser img.floatLeft {
     float: left;
     margin: 7px 12px 5px 0;
     display: block; 
     border: 0;
     } 
#content_teaser p a:link, #content_teaser p a:visited {
	color: #000;
	text-decoration : none;
}

#content_teaser p a:hover, #content_teaser p  a:active {
	text-decoration : underline;
	color: #5E5E5E;
}

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

div#pageelement_Links 
	{
	width:180px;
	}

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

div.ZMSLinkElement div.title
	{
	font-weight:bold;
	color:black;
	font-size: 12px !important; font-size: small;
	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      */
/**************************************/

/*------- InfoBox ------------------------------*/

div.infobox  {
	margin-top: 10px;
	border-top:5px solid #ccc;
	background-color:#f6f6f6;
	padding:0px;
	width:auto;
	margin-bottom:20px;
}
p.infoboxtitle  {
	padding:3px;
	margin:0px;
	font-weight:bold;
}
div.infoboxContentEven,
div.infoboxContentOdd {
	padding:5px 0px 5px 10px;
}
div.infoboxContentEven p,
div.infoboxContentOdd p  {
	margin: 3px;
}
div.infobox div.infoboxContentOdd  {
	background-color:#eaeaea;
}
div.infobox  div.ZMSFile div.title img {
	margin-bottom:-5px;
}
div.infobox  div.ZMSFile div.title,
div.infobox  div.ZMSFile div.text,
div.infobox  div.ZMSFile div.title a {
	font-size:11px;
}
div.infobox  div.ZMSFile div.text {
	margin-left:20px;
}
div.infobox ul {
	margin:0px 0px 0px 28px;
	padding:0;
}
div.infobox ul li {
}
li.LinkElementExternal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternal, 
li.LinkElementInternalPortal {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementInternalClient {
	list-style-image:url(common/external_link.gif);
}
li.LinkElementMailto {
	list-style-image:url(common/mail_link.gif);
}


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

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


/**************************************/
/* 9. CSS-Modul: PRINT                */
/**************************************/

h1, h2, h3, h4, h5, h6 {
} 
h1.title {
}
p, li, blockquote {
}
ol, ul {
}
p.description {
}
p.caption {
}
p.creator  {
}
p.smalltext {
}
code {
}

/**************************************/
/* 11. Specials                                                */
/**************************************/

.tooltip_wm {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 2px;
}
.tooltip_wm .head{
	background-color: #013BA8;
	color: white;
	font-weight: bold;
	padding: 2px;
}
.tooltip_wm .content{
	color: #000066;
	font-size: 10px;
	border: 4px;
}
.tooltip_wm .content td{
	width: 50%;
	font-size: 10px;
	text-align: center;
}


/* BO f_css_defaults.teaserelementleft */
.ZMSTeaserElement h1.teaserLeftContainer
	{
	margin:0px;
	margin-bottom:5px;
	padding:0px 2px 0px 3px;
	font-size:104%
	}

div#TeaserLeft,div#TeaserLeft div.ZMSTeaserContainer, div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement
	{
	width:150px;
	}

div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement img.title
	{
	border: none;
	}

div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement div.title
	{
	font-weight: bold;
	text-decoration: none;
	color: #abdade;
	padding: 4px 6px;
	margin: 0px;
	display: block;
	}

div#TeaserLeft div.ZMSTeaserContainer div.ZMSTeaserElement div.text
	{
	padding: 2px 6px;
	margin: 0px;
	display: block;
	}
/* EO f_css_defaults.teaserelementleft */



/* BO f_css_defaults.teaserelementRight */
.ZMSTeaserElement h1.teaserRightContainer
	{
	margin:0px;
	margin-bottom:5px;
	padding:0px 2px 0px 3px;
	font-size:104%
	}

h2.teaserRightContainer
	{
	border:solid 1px red;
	margin:0px;
	}

div#teaserRight,div#teaserRight div.ZMSTeaserContainer, div#teaserRight div.ZMSTeaserContainer div.ZMSTeaserElement
	{
	width:150px;
	}

div#teaserRight div.ZMSTeaserContainer div.ZMSTeaserElement img.title
	{
	border: none;
	}

div#teaserRight div.ZMSTeaserContainer div.ZMSTeaserElement div.title
	{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 4px 6px;
	margin: 0px;
	display: block;
	}

div#teaserRight div.ZMSTeaserContainer div.ZMSTeaserElement div.text
	{
	padding: 2px 6px;
	margin: 0px;
	display: block;
	}
/* EO f_css_defaults.teaserelementRight */


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 * +- IGES Lectures
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
 */

div#userdata div.form-small{
	font-size:75%;
	padding:5px 0px 5px 3px;
	}

div#userdata table {
	width:100%;
	}

div#userdata table tr.zmiTableRowOdd {
	background-color:#E7F5F6;
	}

div#userdata table tr.zmiTableRowEven {
	background-color:#EFF7F7;
	}

div#userdata table tr th {
	padding:2px 2px 2px 5px;
	line-height:1.5em;
	font-size:87%;
	background-color:#D1E3E3;
	}

div#userdata table tr td {
	padding:2px 2px 2px 5px;
	line-height:1.5em;
	}

.lecturesHeader {
	background-color: #DBD5C6;
	}

.lectures p {
	color: #BB6600;
	padding:2px;
	padding-left:6px;
	}

.lectureDetailWrapper {
	width:350px;
	margin:0px;
	margin-bottom:10px;
	}

.date {
	color: #fff;
	background: #DD9966 url(http://www.iges.de/common/css/common/bgEvent.png) no-repeat;
	width: 30px;
	text-align: center;
	font-size: 15px;
	margin-top: 0px;
	}

.date span {
	font-size: 11px;
	color: #CA7539;
	background: #fff;
	display: block;
	border: 1px solid #DD9966;
	}

.lectureDetailWrapper .date {
	background: #DD9966 url(http://www.iges.de/common/css/common/bgEvent.png) no-repeat;
	margin:0;
	}

.lectureDetailWrapper .date span {
	color: #CA7539;
	border: 1px solid #DD9966;
	}

.lectureDetailWrapper .special {
	background: #AA4422 url(http://www.iges.de/common/css/common/bgEventBrown.png) no-repeat;
	}

.lectureDetailWrapper .special span {
	color: #AA4422;
	border: 1px solid #AA4422;
	}

.lectureDetailDetails {
	color: #000;
	float: right;
	width: 310px;
	margin: 0;
	}

p.eventHeading1 {
	font-size:110%;
	margin:0;
	padding:0;
	}

p.eventHeading2 {
	font-size:100%;
	margin:0;
	padding:0;
	font-weight:bold;
	}

p.eventText {
	margin:0;
	margin-top:4px;
	padding:0;
	}

.separator {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	border-bottom: 1px solid #AA4422;
	margin: 10px 0 10px 0;
	padding: 0;
	}

.clearLecture {
	clear:both;
	}

div.lectureTeaser {
	width:140px;
	}
	
div.lectureTeaser p{
	margin: 0px;
	padding:0px;
	}


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

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