@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 * @appdef yaml
 */
 
 @media all {
/**
   * Fonts
   * (en) font-family and font-size selection for headings and standard text elements
   * (de) Zeichensatz und Schriftgrößen für Überschriften und üblicherrow Text-Elemente
   *
   * @section content-fonts
   */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
  /* html * { font-size: 100.01%; } */

  /* (en) reset monospaced elements to font size 16px in Gecko browsers */
  /* (de) Schriftgröße von monospaced Elemente auf 16 Pixel setzen */

textarea, pre, tt, code {
	font-family:"Courier New", Courier, monospace;
}
/* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#333;
}
/* ### Lists | Listen  #### */

ul, ol, dl {
	line-height: 1.5em;
	margin: 0 0 3em 1em;
}
li {
	margin-left: 1.5em;
	line-height: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 2em;
}
/* ### text formatting | Textauszeichnung ### */

cite, blockquote {
	font-style:italic;
}
blockquote {
	margin: 0 0 1em 1.5em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
pre, code {
	font-family: monospace;
	font-size: 1.1em;
}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: .1em dashed #c00;
	cursor: help;
}
.note {
	background: #dfd;
	padding: 1em;
	border-top: 1px #bdb dotted;
	border-bottom: 1px #bdb dotted;
}
.important {
	background: #ffd;
	padding: 1em;
	border-top: 1px #ddb dotted;
	border-bottom: 1px #ddb dotted;
	margin-bottom: 2em;
}
.warning {
	background: #fdd;
	padding: 1em;
	border-top: 1px #dbb dotted;
	border-bottom: 1px #dbb dotted;
}
.float_left {
	float: left;
	display:inline;
	margin-right: 1em;
	margin-bottom: 0.15em;
}
.float_right {
	float: right;
	display:inline;
	margin-left: 1em;
	margin-bottom: 0.15em;
}
.center {
	text-align:center;
	margin: 0.5em auto;
}
/**
   * External Links
   *
   * (en) Formatting of hyperlinks
   * (de) Gestaltung von Hyperlinks
   *
   */

a {
	color: #21807A; /*#3d7574;*/
	text-decoration: none;
	font-size: 1em;
}
a:focus, a:hover, a:active {
}
a.outtext {
	color: #6a8214;
	text-decoration: none;
	background: url(../images/layout/arrow_green.gif) no-repeat;
	background-position: 0em 0.5em;
	padding-left: 1em;
	font-size: 0.9em;
}
a.outtext:focus, a.outtext:hover, a.outtext:active {
}
/**
   * (en) Emphasizing external Hyperlinks via CSS
   * (de) Hervorhebung externer Hyperlinks mit CSS
   *
   * @section             content-external-links
   * @app-yaml-default    disabled
   */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left: 12px;
    background-image: url('your_image.gif');
    background-repeat: no-repeat;
    background-position: 0 0.45em;
  }
  */
/*### COL1 CONTENT ELEMENTS ###*/	

  #col1 .mainnav-head {
	background-color: #89B0AF;
	color: #880201;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.625em;
	line-height: 2.2em;
	padding-left: 2.5em;
	margin-top:0.16em;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
#col1 .infobox {
	background-color: #fff;
	border-top: 1px dotted #000;
	border-bottom: 1px solid #d3ddde;
	margin: 1.5em 0em;
	padding: 0.2em 0 0 0;
}
#col1 .infobox-head {
	background-color: #c1d5d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #880201;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.625em;
	line-height: 2.5em;
	padding-left: 2.5em;
}
.infobox-head.contact {
	background: transparent url(../images/icons/icon_contact_red.gif) no-repeat;
	background-position: 0.5em center;
}
.infobox-head.media {
	background: transparent url(../images/icons/icon_external-link_red.gif) no-repeat;
	background-position: 0.5em center;
}
.infobox-head.more {
	background: transparent url(../images/icons/icon_more_red.gif) no-repeat;
	background-position: 0.5em center;
}
#col1 .infobox-content.white {
	background-color: #fff;
	border: none;
}
#col1 .infobox-content {
	font-size: 0.75em;
	line-height: 1.5em;
	background-color: #f5f5f5;
	padding-top: 1em;
}

#col1 .infobox-content h1 {
	padding-left: 2.2em;
	font-size: 0.916em;
	font-weight: bold;
	line-height: 1.1em;
	padding-bottom: 0.75em;
	background: url(../images/layout/col1_square_darkgreen.gif) no-repeat;
	background-position: left bottom;
	border-bottom: 1px dotted grey;
	margin-bottom: 1em;
	padding-top: 0.75em;
}
#col1 .infobox-content h2 {
	color: #729393;
	font-size: 0.916em;
	font-weight: bold;
	margin-left: 0.3em;
	padding-left: 2em;
	margin-bottom: 0.5em;
}
#col1 .infobox-content h2.pdf {
	background: url(../images/icons/icon_pdf.gif) no-repeat left center;
}
#col1 .infobox-content h2.external-link {
	background: url(../images/icons/icon_external-link.gif) no-repeat left center;
}
#col1 .infobox-content p {
	padding-left: 2.2em;
	font-size: 0.916em;
	line-height: 1.3em;
	padding-bottom: 0.75em;
}
/*
#col1 .infobox-content.no-padding {
	padding: 0;
}
#col1 .infobox-content.no-padding p {
	padding: 0.5em 0.5em 0 0;
}
#col1 .infobox-bottom {
	border-top: 1px solid #E2E9EF;
	padding-left: 22px;
	background-color: #89b0af;
	overflow: hidden;
	padding: 0.3em 0;
}

#col1 .infobox-bottom a {
	padding-left: 22px;
	background: url(../images/icons/icon_arrow_right_white.gif) no-repeat;
	background-position: 1em 0.5em;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
}
#col1 .infobox-bottom a:hover {
	text-decoration: underline;
}
#col1 .infobox-content.media {
	background-color: #f1f1f1;
}

#col1 .infobox-content.media h1 {
	background: url(../images/layout/col1_square_darkgreen.gif) no-repeat;
	background-position: left bottom;
	font-weight: normal;
	margin-bottom: 0.2em;
	padding-bottom: 0.3em;
	margin-top: 0.5em;
}
#col1 .infobox-content.media p {
	font-weight: bold;
}
*/


#col1 .infobox-content a {
	margin-left: 2.2em;
	padding-left: 0.5em;
	background: url(../images/icons/icon_arrow_right.gif) no-repeat;
	background-position: 0em 0.5em;
	font-weight: normal;  /* due to bold paragraph styling in mediabox*/
	padding-bottom: 0.5em;
	font-size: 0.917em;
}

#col1 .infobox-content a:focus,  #col1 .infobox-content a:hover,  #col1 .infobox-content a:active {
	text-decoration: underline;
}
#col1 .infobox-content a.link-email {
	margin-left: 0em;
	padding-left: 1.5em;
	background: url(../images/icons/icon_email.gif) no-repeat;
	background-position: 0em 0.2em;
	display: inline;
}
#col1 .infobox-content p a {
	margin: 0;
	padding: 0;
	font-size: 1em;
	background: none;
}

/*### COL3 CONTENT ELEMENTS ###*/
   
#col3_content {
	font-size: 0.75em;   /* Standard Font-Size for Content Elements: 12px*/
}
/*=headlines*/
  #col3 h1 {
	font-size: 1.4em;
	color: #21807A; /*#7ca6a6*/
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	padding-bottom: 0.2em;
	background: transparent url(../images/layout/box-right-h1.gif) no-repeat right bottom;	
	border-bottom: 1px dotted #999;
	padding-right: 60px;
}
div#col3 div#col3_content h1 a {
	text-decoration:none;
}

#col3 h2 {
	font-size: 1.167em;
	font-weight: bold;
	color: #21807A; /*#7ca6a6*/
	margin: 1em 0 0.5em 0;
	padding-bottom: 0.2em;
	background: transparent url(../images/layout/box-right-h2.gif) no-repeat right bottom;
	border-bottom: 1px dotted #999;
	margin-top: 2em;
	padding-right: 60px;
}
div#col3 div#col3_content h2 a {
	text-decoration:none;
}

#col3 h3 {
	font-size: 1.167em; 
	line-height:1.5em;
	color: #21807A; /*#7ca6a6*/
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	margin-top: 1.6em;
	width:91%;
}

div#col3 div#col3_content h3 a {
	text-decoration:none;
}

#col3 h4 {
	font-size: 1.167em;
	line-height:1.5em;	
	font-weight: bold;
	margin: 1em 0 0.5em 0;	
	margin-top: 1.6em;
	width:91%;	
}

#col3 h5 {
	font-size: 1.0em;
	line-height:1.5em;	
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	margin-top: 1.6em;
	width:91%;	
}

#col3 h6 {
	font-size: 1.0em;
	line-height:1.5em;	
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	margin-top: 1.6em;
	width:91%;	
}

#col3 h1, 
#col3 h2 {
	clear:both;
}

#col3 .box-top h2 {
	color: #880201;
	font-size: 1em;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}


#col3 ul {
	margin-left:2em;
}

#col3 h3 img, #col3 h4 img, #col3 h5 img, #col3 h6 img {
	margin-right:62px;
}



/*=Paragraphs*/
#col3 p {
	text-align: justify;
	line-height: 1.5em;
	margin: 0 1em 1em 0;
}

#col3 .subheadline {
	color: #7a7a7a;
	font-size: 0.916em;
	font-weight: bold;
	margin-top: 0.3em;
}
#col3 p.teaser {
	font-style:italic;
}
#col3 .image_copy {
	margin: 0;
	color:#000000;
	padding-left: 0.5em;
}
/** =images **/	
  #col3 .image-gallery {
	background-color: #cfddde;
	padding: 1em 1em;
	text-align: center;
}
#col3 .image-gallery img.last {
	margin-right: 0px;
}
#col3 .image_right, #col3 .image_left {
	float: right;
	margin: 0em 0em 0em 1em;
	border: 0.1em solid #90A4AD;
}
#col3 .image_center {
	margin-top: 2em;
}
#col3 .image_center img {
	border: 0.1em solid #dfe7d2;
	margin: 0;
	padding: 0;
}
p .image_left {
	float: left;
	margin-right: 5px;
}
#col3 dl.image_right {
	margin: 0.3em 1em;
	float: right;
}
#col3 dl.image_right dt, #col3 dl.image dt {
	padding: 0.5em;
	margin: 0;
	border-bottom: 0.1em solid #dfe7d2;
}
#col3 dl.image_right dd {
	margin: 0;
	background-color: #edf0e3;
	color:#000000;
	padding-left: 0.5em;
	font-size: 0.834em;
	border-top: 1px solid #CCC;
}
#col3 dl.image_left {
	margin: 0.3em 1em 0.5em 0;
	float: left;
}
#col3 dl.image_left dt {
	padding: 0.5em;
	margin: 0;
	border-bottom: 0.1em solid #dfe7d2;
}
#col3 dl.image_left dd, #col3 dl.image dd {
	margin: 0;
	background-color: #edf0e3;
	color:#000000;
	padding-left: 0.5em;
	font-size: 0.834em;
	border-top: 1px solid #CCC;
}


/**=tables*/
  /**
   * =Tables | Tabellen
   * (en) Generic classes for table-width and design definition
   * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
   *
   * @section content-tables
   */
   

table {
	border-collapse:collapse;
	margin: 0;
	width:90%;
}

table.full {
	width: 100%;
}

table.fixed {
	table-layout:fixed;
}

tr {
	line-height: 1.5em;
}


th, td {
	padding: 0.5em;
}
thead th {
	background: #D6E2E0;	
	color: #333;
}
tbody th {
	background: #ccc;
	color: #333;
}
tbody th.sub {
	background: #ddd;
	color: #333;
}


/** Standarttabelle Contenttable **/
table.contenttable th,
table.contenttable td {
	margin-left:0;
	padding-left:0;
	background:none;
	color:#333;
}


/** Tabelle Staff-List **/
table.staff_list, 
table.table-coloured,
table.table-coloured-text-left  {
	margin: 0;
	padding: 0;
	margin-top: 2em;
	width: 90%;
	clear: both;
	font-size: 0.917em; /*11px*/
}
table.staff_list th,
table.table-coloured th ,
table.table-coloured-text-left th {
	color: #ffffff;
	background-color: #89b0af;
	font-weight: bold;
	line-height: 1em;
	border-right: 1px solid #ffffff;
	text-align: center;
	vertical-align: middle;
}
table.staff_list td,
table.table-coloured td,
table.table-coloured-text-left td {
	/*background-color: #f1f1f1;*/
	line-height: 1.2em;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	height: 2.5em;
}

table.staff_list th, table.staff_list td,
table.table-coloured th, table.table-coloured td,
table.table-coloured-text-left th, table.table-coloured-text-left td  {
	padding: 0.5em;
}
table.staff_list .green,
table.table-coloured .green,
table.table-coloured-text-left .green {
	background-color: #e7eced;
}

table.staff_list tr.tr-odd,
table.table-coloured tr.tr-odd,
table.table-coloured-text-left tr.tr-odd {
	background-color: #f1f1f1;
}

table.staff_list tr.tr-even,
table.table-coloured tr.tr-even,
table.table-coloured-text-left tr.tr-even {
	background-color: #E7ECED;
}

table.staff_list a,
table.table-coloured a,
table.table-coloured-text-left a {
	text-decoration:underline;
	color:#346665;
}


#col3_content table.table-coloured a:hover,
#col3_content table.table-coloured-text-left a:hover {
	text-decoration:none;
}

#col3_content table.table-coloured-text-left th {
	text-align:left;
	padding-left:10px;
	padding-right:20px;	
}

#col3_content table.table-coloured-text-left td {
	text-align:left;
	vertical-align:top;
}



/* ### Table with border ###*/

table.table-with-border-text-left tr td,
table.table-with-border-text-left tr th,
table.table-with-border-text-centered tr td,
table.table-with-border-text-centered tr th {
	 border:1px solid #999999;
	 font-size:0.917em;
	 padding-left:5px;
	 padding-right:5px;
}

table.table-with-border-text-left tr td {
	padding-right:20px;
}


table.table-with-border-text-left tr,
table.table-with-border-text-centered tr {
	line-height:1em;
}
 
table.table-with-border-text-centered tr {
	text-align:center;
 }

 

/** CV **/
table.cv {
	margin:0;
	padding: 0;
	margin-right: 1em;
	margin-top:1.5em;
	
}
.cv tr {
	padding: 0;
	margin: 0;
	background-color: #dfe7d2;
	border: 0.1em solid #FFFFFF;
}
.cv th {
	margin: 0;
	padding: 0.5em;
	background-color: #89B0AF;
	color: #FFFFFF;
	font-weight: bold;
	width: 10em;
	vertical-align: top;
	border-right: 0.1em solid #FFFFFF;
}
.cv td {
	background-color: #F5F5F5;
	padding: 0.5em;
	border-left: 0;
}


/* col3 links */

#col3_content a:hover {
	text-decoration: underline;
}

/*
#col3_content p a.internal-link {
	background: url(../images/icons/icon_arrow_right.gif) center left no-repeat;
	padding-left: 1.5em;
}
*/

#col3_content a.mail {
	margin-left: 0em;
	padding-left: 1.5em;
	background: url(../images/icons/icon_email.gif) no-repeat;
	background-position: 0em 0.2em;
	display: inline;
}

/*
.link-image {
	background: transparent url(../images/icons/icon_image.gif) no-repeat center left;
	padding-left: 2em;
}


.box-bottom .link-image {
	margin-left: 1em;
}
*/
.link-pdf {
	background: transparent url(../images/icons/icon_pdf.gif) no-repeat center left;
	padding-left: 1.5em;
}
.link-pdf-download {
	background: transparent url(../images/icons/icon_download-pdf.gif) no-repeat center left;
	padding-left: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
	display: block;
}

.link-black {
	color:#000;
}

#col3_content .external-link-image {
	background: url(../images/icons/icon_external-link.gif) no-repeat left center;
	padding-left: 1.5em;
}

#col3_content .external-link-arrow {
	background: url(../images/icons/icon_arrow_right.gif) no-repeat left center;
	padding-left: 1em;
}

#col3_content .video-link {
	background: url(../images/icons/icon_video.gif) no-repeat left center;
	padding-left: 1.5em;
}

#col3_content .internal-link {
	background: url(../images/icons/icon_arrow_right.gif) no-repeat left center;
	padding-left: 0.7em;
}


/*
#col3_content a.image-gallery-back {
	height: 44px;
	width: 28px;
	position: absolute;
	background:url(../images/layout/image-gallery-back.gif) no-repeat;
	margin-top: 1.5em;
	margin-left: -3.5em;
}
#col3_content a.image-gallery-back:hover {
	background:url(../images/layout/image-gallery-back_hover.gif) no-repeat;
	text-decoration: none;
}
#col3_content a.image-gallery-forward {
	height: 44px;
	width: 28px;
	position: absolute;
	background:url(../images/layout/image-gallery-forward.gif) no-repeat;
	margin-top: 1.5em;
	margin-left: 1em;
}
#col3_content a.image-gallery-forward:hover {
	background:url(../images/layout/image-gallery-forward_hover.gif) no-repeat;
	text-decoration: none;
}
*/

/** =Lists **/
  
#col3_content ul {
	text-align: justify;
	margin: 0;
	padding: 0;
	width:87%;
	margin-bottom:2em;
	margin-left: 2em;
}
#col3_content ul li {
	list-style-image: url(../images/icons/icon_list-green.gif);
	margin-left: 1.3em;
	margin-top: 0.3em;
	vertical-align: text-bottom;
	
}

#col3_content ul li ul {
	margin-bottom:0;
}


#col3_content ol {
	text-align: justify;
	margin: 0;
	padding: 0;
	width:87%;
	margin-bottom:2em;
	margin-left: 2em;
}
#col3_content ol li {
	margin-left: 1.3em;
	margin-top: 0.3em;
	vertical-align: text-bottom;
	
}


#col3_content .indent {
	width:96%;
	margin-left:2em;
}


#col3_content ul.pdf-list li {
	list-style:none;
	text-indent:-18px;
	text-align:left;
}

/*=Linklist */
/*  
  #col3_content ul.list_link li {
	text-align: justify;
	list-style-image: url(../images/icons/icon_arrow_right.gif);
}
#col3_content ul.list_link li a:hover {
  font-decoration: underline;
}
#col3_content .subcr ul.list_link li {
	font-size: 0.916em;
}
*/
/*=List Links with Lines */
/*
  #col3_content ul.list_link_lines li {
	list-style-image: url(../images/icons/icon_arrow_right.gif);
	list-style-position: inside;
	margin-left: 0;
	padding: 10px 5px;
	border-bottom: 1px dotted grey;
}
#col3_content ul.list_link_lines li a:hover {
	text-decoration: none;
	font-weight: bold;
}
*/
/*=Eventlist */
/*  
  #col3_content ul.list_events li {
	margin-bottom: 1em;
}
#col3_content ul.list_events li p {
	margin: 0;
	padding: 0.1em 0;
}
#col3_content ul.list_events li p.speaker {
	font-weight: bold;
}
#col3_content ul.list_events li p.contact {
	margin-top: 0.5em;
	font-size: 0.916em;
}
*/
/*=Alphabet */
/*  
  #col3_content ul.list_alphabet {
	padding: 0;
	margin: 0;
	background-color: #e8eeee;
}
#col3_content ul.list_alphabet li {
	float: left;
	display: block;
	border-right: 1px solid #ffffff;
	background-color: #e8eeee;
	margin: 0em;
	width: 1.87em;
	text-align: center;
	color: #89b0af;
}
#col3_content ul.list_alphabet li a {
	display: inline-block;
	text-align: center;
	color: #89b0af;
	width: 20px;
}
#col3_content ul.list_alphabet li a:hover {
	font-weight:bold;
}
#col3_content ul.list_alphabet li a.active {
	background-color: #90A4AD;
	color: #ffffff;
	font-weight: bold;
}
*/
/*=List Research */
/*  
  dl.Research {
	margin: 0;
}
dl.Research dt, dl.Research dd {
	margin: 0;
	padding: 0.5em;
}
dl.Research dt {
	font-weight: bold;
	color: #346665;
	padding-bottom: 0;
	padding-top: 0.2em;
	background-image: url(../images/icons/icon_list-green.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 1em;
	padding-left: 1.3em;
}
dl.Research dd {
	font-size: 0.917em;
	line-height: 1.5em;
	margin-bottom: 3px;
}
*/
/* =coloring */

  dl.Research dt.first, dl dd.first {
	background-color: #e8eeee;
}
dl.Research dt.second, dl dd.second {
	background-color: #f5f5f5;
}

.content_wrapper {
	background-color: #f5f5f5;
}

.sub-color-right-bar-light {
	background-color: #c1d5d6;
}
.sub-color-right-bar-medium {
	background-color: #97b8b7;
}
.sub-color-top {
	background-color: #b4cac9;
}
.sub-color-right-bar-top {
	background-color: #7ca6a6;
	height: 34px;
}

/*=List further readings*/
/*  
  .further_readings {
	display: none;
	margin-top: 5px;
	border-top: 1px dotted grey;
	border-bottom: 1px dotted grey;
	margin-bottom: 1em;
}
.further_readings li {
	list-style-type: none;
	font-size: 1.3em;
}
.further_readings ul {
	margin: 0;
}
*/
/*##=Subcolumns Styling ###*/
  
  /*=boxes*/

.border-top {
	border-top: 1px dotted #000;
}
.border-bottom {
	border-bottom: 1px dotted #000;
}
#col3_content .subcolumns.box-materials {
	background-color: #e8eeee;
	margin: 0.3em 0;
	width: 100%;
}
.box-materials .c50r .subcr {
	margin-top: 1.5em;
}
.box-materials .subcl img {
	margin-left: 1em;
}
#col3_content .box-top {
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.917em;
}
#col3_content .box-bottom {
	padding: 15px;
}
#col3_content .subcl img {
	margin-right: 0.5em;
}
#col3_content .box-materials .c50l .subcl, #col3_content .box-materials .c50r .subcr {
	padding: 0.5em;
}

/**
   * Miscellaneous | Sonstiges
   *
   * @section content-misc
   */

hr {
	border:none;
	border-bottom: 1px dotted #999;
	/*margin-top: -2em;*/
	margin-top:0em;
	margin-bottom: 1em;
}

.trennlinie {
	border:none;
	border-bottom: 1px dotted #999;
	margin-top: 0em;
	margin-bottom: 1em;
	clear:both;
}	

.dotted-line {
	border-top: 2px dotted #999;
	margin: 2em 0;
}
#font-switch {
	background-color: #fff;
	padding-right: 0.5em;
}

span.hidden, .h, ul#mm dfn {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

div.event-box div.content_event-box {
	border: 1px dotted #7ca6a6;
	border-right:0;
}

div.event-box div.c20r {
	border: 0;
}	

.content_event-box {
	background-color: #f5f5f5;
}

#col3_content div.event-box div.content_event-box p.bodytext {
    width: 100%;
}

.csc-textpic-intext-right .csc-textpic-imagewrap{
	margin-right:5.2em;
}

div.csc-textpic div.csc-textpic-single-image img {
	margin-bottom:5px;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	margin-left:-5.2em;	
}

/* ################## EVENTS: verschiedene Boxen je Eventtyp ##############################*/

/* ### Icon CONFERENCE, WORKSHOP ### */

.event-conference, .event-workshop {
	background:url(../images/icons/icon_conference.jpg) no-repeat left center; 
	padding-left:110px; 
	margin: 1.5em 0 0 0; 
}

.event-conference span.title, .event-workshop span.title  {
	font-weight:bold;
}

.event-conference.common, .event-workshop.common{
	background:url(../images/icons/events/icon_conference_institute.jpg) no-repeat left center;
}
.event-conference.genetics, .event-workshop.genetics{
	background:url(../images/icons/events/icon_conference_genetics.jpg) no-repeat left center;
}

.event-conference.humevo, .event-workshop.humevo{
	background:url(../images/icons/events/icon_conference_human_evolution.jpg) no-repeat left center;
}

.event-conference.imprs, .event-workshop.imprs{
	background:url(../images/icons/events/icon_conference_imprs.jpg) no-repeat left center;
}

.event-conference.linguistics, .event-workshop.linguistics{
	background:url(../images/icons/events/icon_conference_linguistics.jpg) no-repeat left center;
}

.event-conference.outside, .event-workshop.outside{
	background:url(../images/icons/events/icon_conference_institute.jpg) no-repeat left center;
}

.event-conference.primatology, .event-workshop.primatology{
	background:url(../images/icons/events/icon_conference_primatology.jpg) no-repeat left center;
}

.event-conference.psychology, .event-workshop.psychology{
	background:url(../images/icons/events/icon_conference_psychology.jpg) no-repeat left center;
}

/* ### Icon TALK, PRESENTATION ### */

.event-talk, .event-presentation {
	background:url(../images/icons/icon_talk.jpg) no-repeat left center; 
	padding-left:110px; 
	margin:  1.5em 0 0 0;
}

.event-talk span.title, .event-presentation span.title {
	font-weight:bold;
}

.event-talk.common, .event-presentation.common{
	background:url(../images/icons/events/icon_talk_institute.jpg) no-repeat left center;
}
.event-talk.genetics, .event-presentation.genetics{
	background:url(../images/icons/events/icon_talk_genetics.jpg) no-repeat left center;
}

.event-talk.humevo, .event-presentation.humevo{
	background:url(../images/icons/events/icon_talk_human_evolution.jpg) no-repeat left center;
}

.event-talk.imprs, .event-presentation.imprs{
	background:url(../images/icons/events/icon_talk_imprs.jpg) no-repeat left center;
}

.event-talk.linguistics, .event-presentation.linguistics{
	background:url(../images/icons/events/icon_talk_linguistics.jpg) no-repeat left center;
}

.event-talk.outside, .event-presentation.outside{
	background:url(../images/icons/events/icon_talk_institute.jpg) no-repeat left center;
}

.event-talk.primatology, .event-presentation.primatology{
	background:url(../images/icons/events/icon_talk_primatology.jpg) no-repeat left center;
}

.event-talk.psychology, .event-presentation.psychology{
	background:url(../images/icons/events/icon_talk_psychology.jpg) no-repeat left center;
}

/* ### Icon WORK-IN-PROGRESS, INSTITUTE-SEMINAR, OTHER ### */

.event-work-in-progress, .event-institute-seminar, .event-other{
	background:url(../images/icons/icon_event.jpg) no-repeat left center;
	padding-left:110px; 
	margin:  1.5em 0 0 0;
}

.event-work-in-progress span.title, .event-institute-seminar span.title, .event-other span.title {
	font-weight:bold;
}

.event-work-in-progress.common, .event-institute-seminar.common, .event-other.common{
	background:url(../images/icons/events/icon_event_institute.jpg) no-repeat left center;
}
.event-work-in-progress.genetics, .event-institute-seminar.genetics, .event-other.genetics{
	background:url(../images/icons/events/icon_event_genetics.jpg) no-repeat left center;
}

.event-work-in-progress.humevo, .event-institute-seminar.humevo, .event-other.humevo{
	background:url(../images/icons/events/icon_event_human_evolution.jpg) no-repeat left center;
}

.event-work-in-progress.imprs, .event-institute-seminar.imprs, .event-other.imprs{
	background:url(../images/icons/events/icon_event_imprs.jpg) no-repeat left center;
}

.event-work-in-progress.linguistics, .event-institute-seminar.linguistics, .event-other.linguistics {
	background:url(../images/icons/events/icon_event_linguistics.jpg) no-repeat left center;
}

.event-work-in-progress.outside, .event-institute-seminar.outside, .event-other.outside {
	background:url(../images/icons/events/icon_event_institute.jpg) no-repeat left center;
}

.event-work-in-progress.primatology, .event-institute-seminar.primatology, .event-other.primatology {
	background:url(../images/icons/events/icon_event_primatology.jpg) no-repeat left center;
}

.event-work-in-progress.psychology, .event-institute-seminar.psychology, .event-other.psychology {
	background:url(../images/icons/events/icon_event_psychology.jpg) no-repeat left center;
}



.event-conference, 
.event-workshop, 
.event-presentation,
.event-talk,
.event-work-in-progress,
.event-institute-seminar,
.event-other
{
	min-height:72px;
}


.event-conference p, 
.event-workshop p, 
.event-presentation p,
.event-talk p,
.event-work-in-progress p,
.event-institute-seminar p,
.event-other p
{
	text-align:left !important;
}


div#col3_content.clearfix div.floatbox div.event-conference p,
div#col3_content.clearfix div.floatbox div.event-talk p,
div#col3_content.clearfix div.floatbox div.event-presentation p,
div#col3_content.clearfix div.floatbox div.event-work-in-progress p,
div#col3_content.clearfix div.floatbox div.event-institute-seminar p,
div#col3_content.clearfix div.floatbox div.event-other p,
div#col3_content.clearfix div.floatbox div.event-workshop p {
	margin:0;
	width: 89%;
}


.more-info {
	margin-left:110px;
}

p.trigger_more_info {
	background: url(../images/icons/icon_moreInfo_open.gif) no-repeat scroll 2px 7px transparent;	
	padding-left: 13px;
}

p.trigger_more_info a{
	cursor:pointer;
	color:#346665;

}
p.active_more_info {
    background: url(../images/icons/icon_moreInfo_close.gif) no-repeat scroll 2px 7px transparent;	
}


div.toggle_container_more_info {
	width:85% !important;
	text-align:left;
}

html body div.page_margins div.page div#main div#col3 div#col3_content.clearfix div.floatbox div.more-info div.toggle_container_more_info p {
	text-align:justify;
	margin:0;
	max-width:100%;
}

div.toggle_container_more_info img {
	vertical-align:bottom;
}

div#col3_content div.toggle_container_more_info ul {
	width:95%;
}

/* Press Release */
.press-release {
	margin-bottom:1.5em;
}

.press-release .trennlinie {
	margin-top:1.5em;
}

.press-release-title {
	font-weight:bold;
	width:91%;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.press-release-title img {
	float:right;
	margin-left:15px;
}

.press-release-article {
	float:left;
	margin-bottom:0.5em;
	width:100%;

}
.press-release-article img {
	float:right;
	margin-left:15px;
	margin-right:62px;
}

/*  MaxPlanckResearch  */
.maxplanckresearch {
	margin-bottom:1.5em;
}

.maxplanckresearch .trennlinie {
	margin-top:1.5em;
}

.maxplanckresearch .title {
	font-weight:bold;
	width:91%;
	line-height: 1.5em;
	margin-bottom: 1em;
}
	
.maxplanckresearch .title img {
	float:right;
	margin-left:15px;
}
.maxplanckresearch .article img {
	float:left;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:5px;
	padding-top:5px;
}

/* END MaxPlanckResearch  */


/* NEWSLINKS */
#col3_content ul.newslinks,
#col3_content ul.link-list {
	margin:0;
	width:91%;
}

#col3_content ul.newslinks li,
#col3_content ul.link-list li {
	margin:0;
	line-height:1.5em;
	margin-bottom:0.5em;
	list-style-image: url(../images/icons/icon_arrow_right.gif);
	margin-left:12px;
	text-align:left;
}

#col3_content ul.newslinks li a,
#col3_content ul.link-list li a  {
	color:#333;
}

/* PEOPLE ENTRY WITH PHOTO */

div.people-entry p img {
    float: right;
    margin: 0 0 0 1em;
}

div.people-entry p span.name {
    font-weight: bold;
}

#col3_content div.people-entry ul {
	text-align:left;
}


/* JOB OFFER */
#col3_content .job ul{
	margin-top:-5px;
	text-align:left;

	
}

.print {
    position: absolute;
    left: -1000em; /* LTR */
    top: -1000em;
  }
  
table.typo3-editPanel { width: auto; border: 2px solid #c90000; }
table.typo3-editPanel TD.typo3-editPanel-controls  { padding: 5px;}
  
/*
table.typo3-editPanel { border: 1px solid #f00; width: auto; }
table.typo3-editPanel TD.typo3-editPanel-controls { border: 0px solid #ccc; background-color: #eee; padding:5px;}  
*/

div#col3 p.csc-linkToTop {
	text-align:right;

}


/* ############# Formatierung Inhaltslement Text mit Bild ############# */

div.csc-textpic-intext-right div.csc-textpic-imagewrap, 
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left:15px !important;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd.csc-textpic-caption {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-top: 5px;
}





/* ############# Inhaltsverzeichnis Positions Available ############# */
div#col3 div#col3_content.clearfix div.floatbox div#c5932.csc-default ul.csc-menu,
div#col3 div#col3_content.clearfix div.floatbox div#c6042.csc-default ul.csc-menu{
	margin:0;
}


div#col3 div#col3_content.clearfix div.floatbox div#c5932.csc-default ul.csc-menu li,
div#col3 div#col3_content.clearfix div.floatbox div#c6042.csc-default ul.csc-menu li {
	list-style-image:none;
	list-style:none;
	margin-left:0;
	padding:0;
}

div#col3 div#col3_content.clearfix div.floatbox div#c5932.csc-default ul.csc-menu li a,
div#col3 div#col3_content.clearfix div.floatbox div#c6042.csc-default ul.csc-menu li a {
	color:#333;
	font-weight:bold;
}


div#col3 div#col3_content.clearfix div.floatbox div#c5932.csc-default ul.csc-menu li ul li a,
div#col3 div#col3_content.clearfix div.floatbox div#c6042.csc-default ul.csc-menu li ul li a {
	color:#333;
	font-weight:normal;
}

div#col3 div#col3_content.clearfix div.floatbox div#c5932.csc-default ul.csc-menu li ul, 
div#col3 div#col3_content.clearfix div.floatbox div#c6042.csc-default ul.csc-menu li ul{
	margin-bottom:2em;
}

div#col3 div#col3_content.clearfix div.floatbox div#c5932.csc-default ul.csc-menu li ul li, 
div#col3 div#col3_content.clearfix div.floatbox div#c6042.csc-default ul.csc-menu li ul li{
	list-style-image: url(../images/icons/icon_list-green.gif);
	text-align:left;
}



/* ############### Login-Form FE ################### */
form#mailform div.csc-loginform div.csc-mailform-field {
    margin-bottom: 5px;
    margin-top: 5px;
}


/*  RTE Klassen*/
span.red {
	color: #880201;
}
span.MPIgreen {
	color: #21807A;
}
div#col3 div#col3_content p.bodytext span.code {
	font-family:"Courier New", Courier, monospace;
	text-align:left !important;
	line-height:1.25em;
	font-size:0.9em;
}


div#col3 div#col3_content p.align-right {
	text-align:right;
}

div#col3 div#col3_content p.align-center {
	text-align:center;
}

div#col3 div#col3_content p.align-left {
	text-align:left;
}




 }