@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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media screen, projection
{
  /**
   * (en) Formatting YAML's  basic layout elements
   * (de) Gestaltung des YAML Basis-Layouts
   */

  html { margin-bottom: 0; }

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #5a3d20; padding: 10px 0; }

  /* (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 { width: 1200px; background: #fff; }
  .page { padding: 7px; }

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

  #header {
    color: #000;
    width: 1186px;
	height: 211px;
	border-bottom: 9px #8d6333 solid;
  }
  
  #header .slideshow {
	position: relative;
	height: 211px;  
    padding: 0;  
    margin:  0;
	float:right;
	overflow: hidden;
	width: 830px;
	background: #000;
  }
  
  #header_left {
	float: left;
	height: 211px;
	width: 30%;
	z-index: 89;
  }
  
  #banner { float: right; }
  
  #banner_text {
	position: absolute;
	right: 0;
	bottom: 0;  
	z-index: 100;
  }
  
  #logo { margin: -6px 0 0 32px; z-index: 100; }

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

  #main { background: #fff; padding:10px 0; width: 100%; }

  #rubrikbild {
	text-align: center;
  }

  #footer {
    color:#fff;
	padding: 11px 0 5px 20px;
    background: #aa8552 url(images/bg_footer.gif) repeat-x top left;
    line-height: 1.5em;
	border-left: 7px #957548 solid;
	border-right: 7px #957548 solid;
	border-bottom: 6px #957548 solid;
	float: left;
	width: 1166px;
  }
  
  #footer_content {
	  width: 1040px;
	  float: left;
	  clear: both;
  }
  
  #footer_margins { position: relative; bottom: 10px; margin: 10px 0 0 0; }
  
  #logo_unico {
	text-align: right;
	padding: 0 20px 0 0;
	float: right;
	display: inline;
  }

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

    /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col3   | #col1               |
   * | flexible| 70%                 |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */
 	

  /* #col1 becomes the main column | #col1 wird zur Hauptinhaltsspalte */
  #col1 {width: 830px; float:right; }
  #col1_content { padding: 16px 0; }

  /* #col2 is turned off | #col2 abschalten */
  #col2 { display:none; }

  /* #col3 becomes the left column | #col3 wird zur linken Spalte */
  #col3 { width: 341px; margin: 0 830px 0 0; }
  #col3_content { padding: 10px 20px 10px 0; }

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

  /**
   * (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 { color:#999; }

  #topnav a { color: #999; font-weight: normal; background:transparent; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:underline; 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;}  
  
  .vlist li ul li ul li ul li a,
  .vlist li ul li ul li ul li strong { padding-left: 80px; } /* LTR */
  
  .vlist li ul li ul li ul li ul li a,
  .vlist li ul li ul li ul li ul li strong { padding-left: 99px; } /* LTR */

}
@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-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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 * @appdef yaml
 */

@media all
{
 /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (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 all browsers
  * (de) Schriftgröße von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea, pre, code, kbd, samp, var, tt {
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }

  /* (en) base layout gets standard font size 11px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 11 Pixeln */
  body {
    font-family:  Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #444;
  }

  #footer a { font-weight: normal; text-decoration: none; }
  #footer a:hover { color: #fff; }
  
  #footer a,
  #footer p,
  #footer h1,
  #footer h2,
  #footer h3,
  #footer { color: #fff; }
  
  #footer p { font-size: 103.5%; margin: 0; }
  
  #col1 p { font-size: 120%; }

  /*--- Headings | Überschriften ------------------------------------------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#444;
    margin: 0 0 0.25em;
  }

  h1 { font-size: 173%; color: #674927; }
  h2 { font-size: 154%; }
  h3 { font-size: 118.18%;  }

  .filelink {
  	color: #000;
	height:25px;
  }
  
  .filelink a, .filelink a:visited {
  	color: #000;
  }
  
  .filelink a:hover, .filelink a:active, .filelink a:focus {
  	color: #d5d5d5;
  }
  
  .zentrieren {
  	  text-align:center;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul, ol, dl { line-height: 1.5em; margin: 0 0 1em 1em; }
  ul li { list-style-type: disc; }
  ul ul li { list-style-type: circle; }

  ol li { list-style-type: decimal; }
  ol ol li { list-style-type: lower-latin; }

  li { margin-left: 0.8em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 0.8em; }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  .page_margins a { color: #8D6333; text-decoration: none; }
  .page_margins a:hover { color: #8D6333; text-decoration: underline; }

  p { line-height: 1.5em; margin: 0 0 1.25em 0; }

  blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }
  blockquote { margin: 0 0 1em 1.6em; color: #666; }

  strong,b { font-weight: bold; }
  em,i { font-style: italic; }

  pre, code, kbd, tt, samp, var { font-size: 100%; }
  pre, code { color: #800; }
  pre { line-height: 1.5em; margin: 0 0 1em 0; }
  kbd, samp, var { color: #666; }
  var { font-style: italic; }

  acronym, abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: .07em;
    cursor: help;
  }

  sub, sup { font-size: 91.6667%; }

  hr {
    color: #444;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 2px #111 solid;
  }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left { float:left; display:inline; margin: 0 1em 0.15em 0; }
  p.icaption_right { float:right; display:inline; margin: 0 0 0.15em 1em; }

  p.icaption_left img,
  p.icaption_right img { padding:0; border: 1px #888 solid; }

  p.icaption_left strong,
  p.icaption_right strong { display:block; overflow:hidden; margin-top: 2px; padding: 0.3em 0.5em; background: #eee; font-weight: normal; font-size: 91.667%; }

 /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight { color: #f60; }
  .dimmed { color: #888; }

  .info { background: #f8f8f8; color: #666; padding: 10px; margin-bottom: 0.5em; font-size: 91.7%; }

  .note { background: #efe; color: #040; border: 2px #484 solid; padding: 10px; margin-bottom: 1em; }
  .important { background: #ffe; color: #440; border: 2px #884 solid; padding: 10px; margin-bottom: 1em; }
  .warning { background: #fee; color: #400; border: 2px #844 solid; padding: 10px; margin-bottom: 1em; }

  .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 { display:block; text-align:center; margin: 0.5em auto; }

}
@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Vertical list navigation "vlist"
 * (de) Vertikale Navigationsliste "vlist"
 *
 * @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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media all
{
  /* title */
  h6.vlist {
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 100%;
    width: 90%;
    padding: 3px 0px 3px 10%; /* LTR */
    margin:0;
    color: #444;
    background-color: #fff;
    border-top: 2px #ddd solid;
    border-bottom: 4px #888 solid;
  }

  .vlist {
    width: 100%;
    overflow: hidden;
    margin: 0 0 3em 0;
    list-style-type: none;
    border-bottom: none;
  }

  .vlist ul {
    list-style-type: none;
    margin:0;
    padding: 0;
  }

  .vlist li {
    float:left; /* LTR */
    width: 100%;
    margin:0;
    padding: 0;
  }

  .vlist a,
  .vlist strong {
    display:block;
    padding: 5px 20px 6px;
    text-decoration: none;
	line-height: 1.1;
	color: #333;
  }
  
  .vlist a { font-size: 130%; }
  
  .vlist li { border-bottom: 1px #ddd solid; }
  
  .vlist li:hover { background: #f3f3f3; }
  .vlist li.active ,
  .vlist li .rootlinelink { background: #8D6333; }
  .vlist a.active ,
  .vlist a.rootlinelink{ color: #fff; font-weight: bold; }
  
  .vlist li ul  li a {padding-left: 37px; }
  .vlist li ul  li { background:#ac9274;}
  .vlist li ul  li:hover { background:#caab88;}

  .vlist li ul li ul li a {padding-left: 60px;}
  .vlist li ul li ul li ul li a {
    padding-left: 100px;
  }
  
  .vlist li ul li a.active,
  .vlist li ul li a.rootlinelink{ color: #fff; font-weight: normal; }
  
  .vlist li ul li.active ,
  .vlist li ul li .rootlinelink { background: #caab88; }
  
} 

@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Vertical list navigation "vlist"
 * (de) Vertikale Navigationsliste "vlist"
 *
 * @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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

@media all
{
	.raster, .raster50, .raster33, .raster25_75, .raster75_25, .raster25, .raster16 {
		width: 100%;
		overflow:hidden;
		margin-bottom: 20px;
	}
	
	.raster_left {
		float: left;
		margin: 0 20px 0 0;
	}

	.raster_left_logos {
		float: left;
		margin: 0;
	}
	
	.raster_right {
		float: right;
		margin: 0;
		padding:0;
	}
	
	.raster_right_logos {
		float: right;
		margin: 0;
		padding:0;
	}	

	.raster_left_25 { width: 21.91%; float: left; margin: 0 20px 0 0; }
	
	.raster_left_75 { width: 71.91%; float: left; margin: 0 20px 0 0; }
	
	.raster_right_75 { width: 71.91%; float: right; margin: 0; padding:0; }
	
	.raster_right_25 { width: 21.91%; float: right; margin: 0; padding:0; }

		
	
	/* Fancy-Fehler */
	
	#fancybox-overlay { min-height: 100%; }
	
	/* NEWS */
	
	ul.news_stellenangebote,
	ul.news_ticker_item
	{
		padding: 0;
		margin: 0;
	}
	
	ul.news_stellenangebote li
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	ul.news_ticker_item li
	{
		list-style: none;
		padding: 0 0 10px 0;
		margin: 0;
	}
	
	.news_detail_text table
	{
		width: 100%;
	}
	
	.news_detail_text td
	{
		padding: 5px 5px 5px 0;
	}
	
	.news_stellengesuche h3	
	{
		font-size: 100%;
		color: #666666;
		margin: 0;
	}
	
	.news_stellengesuche_item_odd,
	.news_stellengesuche_item_even
	{
		padding: 5px;
	}
	
	.news_stellengesuche_item_even
	{
		background-color: #ffe4e4;
	}
	
	.news_item_even
	{
		background-color: #dbf4fd;
		padding: 5px;
	}
	
	.news_item_odd
	{
		padding: 5px;
	}
	
	.news_weiterbildung_item_odd {
		padding: 5px;
	}
	
	.news_weiterbildung_item_even {
		background-color: #FFEBE2;
		padding: 5px;
	}
	
	#form label
	{
		display: block;
		font-weight: bold;
		width: 195px;
	}
	#form .input_text
	{
		border: 1px solid #aaa;
		width: 250px;
		padding: 3px;
		margin: 0 0 5px 0;
	}
	#form select
	{
		width: 256px;
		margin:0 0 5px;
	}
	#form_buttons
	{
		text-align: right;
		padding: 20px 0;
	}
	#form .button
	{
		border: 1px solid #aaa;
		padding: 5px;
	}
	#form .button-over
	{
		cursor: pointer;
		background: #fff;
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	/*#form ul
	{
		list-style:none;
		margin:0 0 0.5em 0;
		
	}
	
	#form ul li
	{
		list-style:none;
		padding:0;
		margin:0;
		
	}*/
	
	#form_error {
		color: #c00000;
		border: 1px solid #FF0000;
		background: #f1f1f1 url(gfx/warning.png) left top no-repeat;
		margin-bottom:20px;
		padding-left: 80px;
	}
	
	#form_error p {
		font-weight: bold;
		margin: 8px 0 0 0;
	}
	
	#form ul
	{
		list-style:none;
		padding:1px 0 0 0;
	}
	
	#form ul li
	{
		list-style-type: disc;
		list-style-position: inside;
		padding:2px 0 0 0;		
	}
	
	/****************************************************************************************************************************************/
	/* mod_search */
	
	#search{ 
		width:60%; 
		height:41px;
		position: absolute;
		top: 136px;
		margin: 0; 
		padding: 40px 0 0 20px;
		text-align: left;
		z-index:89;
	}
	
  	input.search_smallsearch {
  		height:18px;
		width:135px;
		padding: 0 0 0 5px;
		background: #fff;
		color:#666666;
		border: 1px solid #ddd;
	}
	
	.search_comment {
		margin:1.5em 0 0 0;
	}
		
	#search_resultblock ul{
		margin:0;
		padding:0;
		list-style:none;
		border-top:1px solid #ccc;
	}
	
	#search_resultblock ul li{
		margin:0;
		padding:1em 0 1em 0;
		list-style:none;
		border-bottom:1px solid #ccc;
	}
	
	#search input[type="image"] { position: absolute; left: 147px; top: 44px; }
	
			
	/****************************************************************************************************************************************/
	/* mod_flexi */
	
	.intro{
		background-image:url(images/bg_home.jpg);
		background-repeat:no-repeat;
		color:#FF0;
		font-size:140%;
		font-weight:bold;
		text-align:center;
		padding:20px 20px 60px 20px;}
		
/****************************************************************************************************************************************/
	/* sprachen */
	#sprachenbox {
		bottom:12px;
left:180px;
position:absolute;
		
		}
	ul#sprachen li {
		float:left;
		list-style-type:none;}
	
	ul#sprachen li a{
		text-decoration:none;}
			
		
}