@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Screen layout for YAML examples
 * (de) Bildschirmlayout für YAML-Beispiele
 *
 * @copyright       Copyright 2005-2009, 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.2
 * @revision        $Revision: 430 $
 * @lastmodified    $Date: 2009-10-27 21:15:57 +0100 (Di, 27. Okt 2009) $
 */

@media screen, projection
{
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body { overflow-y: scroll; }

  /*------------------------------------------------------------------------------------------------------*/
  
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #d3ccbc url("../images/bg.jpg") repeat-x top left; padding: 0 0 10px; }
  body.sub { background: #d3ccbc url("../images/bg_sub.jpg") repeat-x top left; padding: 0 0 10px; }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center; }
  .page_margins { text-align:left; margin: 0 auto; }

  /* (en) Layout: width, background, borders */
  /* (de) Layout: Breite, Hintergrund, Rahmen */
  .page_margins { min-width: 980px; max-width: 980px; background: none; }
  .page { padding: 0; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */

  #header {
	color: #000;
	background: none repeat-x top left;
	padding: 30px 2em 28px 0px;
  }
  #teaser {
	clear: both;
	padding: 0px;
	margin: 2px 0 3px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}
    /* (en) Absolute positioning only within #header */
  /* (de) Absolute Positionierung erfolgt nur innerhalb von #header */
  /*#header #topnav {
	position:absolute;
	top:0px;
	right:0px; /* LTR */
	/*width: 201px;
	height: 22px;
	line-height: 18px;
	background: url(../images/bg_topnav.jpg) top left no-repeat;
	text-align: center;
	font-size: 0.95em;
  }*/
  #header #topnav {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 200px;
    height: 22px;
    line-height: 18px;
    padding: 0 25px 0 25px;
    border-color: #c3c77d;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    border-radius: 0 0 6px 6px;
    font-size: 0.95em;
  }
  #topnav { color: #aaa; background: transparent; }
  #topnav span {}

  /* (en) adjustment of main navigation */
  /* (de) Anpassung der Hauptnavigation */
  #nav ul { margin-left: 0px; }

  #main {
	background: none;
	padding:0;
	background: #F0EAD7; border-left: 1px solid #fff
}
  .sub #main {margin-top: 60px; background: #F0EAD7; border-left: 1px solid #fff}
  #footer {
	color:#CCC;
	background: #454545;
	padding: 10px 20px;
	border-top: 2px #909811 solid;
	line-height: 1.5em;
	border-bottom: 2px #909811 solid;
	font-size: 0.9em;
  }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 25%     | flexible  | 25%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */


  #col1 { width: 25%; }
  #col1_content { padding: 10px 10px 10px 20px; border: 1px solid #fff}

  #col2 { width: 25%; }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 25%; }
  #col3_content { padding: 20px 10px; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
   * (en) Styling of layout specific elements
   * (de) Gestaltung layoutabhängiger Elemente
   */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span.slogan {
	color:#600;
	font-size: 21px;
	letter-spacing: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

  #topnav a { color: #666; font-weight: normal; background:transparent; text-decoration:underline; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:none; background-color: transparent; }

  #footer a { color: #999; background:transparent; font-weight: bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color: #4D87C7; background-color: transparent; text-decoration:underline; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Skiplinks 
  *
  * (en) Visual styling for skiplink navigation
  * (de) Visuelle Gestaltung der Skiplink-Navigation
  *
  * @section content-skiplinks
  */
  
  #skiplinks a.skip:focus,
  #skiplinks a.skip:active { 
	color: #fff; 
	background: #333; 
	border-bottom: 1px #000 solid;
	padding: 10px 0;
	text-decoration:none;
  }
  
  /* begin: slideshow */
	.slideshow {
	position:relative;
	padding:0;
	margin:0;
	top: 0px;
	background-color: #454545;
	border-top: 1px solid #fff
	}
	.slideshow img {
	border:none;
	width: 980px
	}
	.slideshow li.slide {
	list-style-type:none;
	margin-left: 0
	}
	.slideshow .slides {
	height:340px;
	margin:0;
	}
	.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0px;
	}
	.slideshow .buttons {
	display:none;
	}
	.slideshow .buttons {
	display:block;
	position:absolute;
	z-index:90;
	left:20px;
	bottom:20px;
	margin:0;
	}
	.slideshow .buttons li {
	float:left;
	display:inline;
	width:30px;
	height:30px;
	margin:0;
	padding-left:11px;
	line-height:30px;
	background-image:url('../images/buttonBg.png');
	background-repeat:no-repeat;
	}
	.slideshow .buttons li a {
	float:left;
	text-decoration:none;
	width:30px;
	height:30px;
	color:#fff;
	outline:0;
	}
	.slideshow ul.buttons li a:hover {
	text-decoration:none;
	color:#0a0a0a;
	}
	.slideshow ul.buttons li.active a:hover,
	.slideshow ul.buttons li.active a {
	color:#666666;
	}
/* end: slideshow */

/* TIMELINE */
.timeslot {
	width: 235px;
	float: left;
	margin: 0 0 10px;
	padding: 10px 100px 0 0;
	border-top: 3px solid #ddd;
	position: relative;
}
.timeslot span {
	position: absolute;
	right: 0;
	top: 27px;
	font-size: 3em;
	color: #999;
}
.even {
	float: right;
	padding: 10px 0 0 100px;
	border-color: #ACB711;
}
.even span {
	left: 0;
	color: #600;
}

div.leftimage {
	float:left;
	padding:5px;
	text-align:center;
	width:145px;
	background: #eee;
	border: 1px solid #ccc;
}

.bio-bg {
	background: #fff;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #ace;
}


/* MISC */

#content {
	width: 550px;
	margin: 30px auto;
	padding: 10px 20px;
	background: #FFF;	
	border: 1px solid #CCC;
}
.content {padding: 10px}

.border img {border: 1px solid #333}

#col1_content iframe {float: left; margin: 0px 0 10px 15px; }

#fancy_outer {z-index:200}

}

/* termine */
table span.hidden {
    display: none;
}
