@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-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: 179 $
 * @lastmodified    $Date: 2008-05-12 09:03:09 +0200 (Mo, 12 Mai 2008) $
 */

@media screen, projection
{
  /*------------------------------------------------------------------------------------------------------*/

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

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background: #d8d8d8 url("../../images/bg_blue.gif") repeat-x top left fixed; 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 { min-width: 740px; max-width: 75em; background: #fff; }
  #page{ padding: 10px; }

  /* (en) Designing main layout elements */
  /* (de) Gestaltung der Hauptelemente des Layouts */
  #header {
    color: #000;
    background: url(../../images/bild-oben1.jpg);
    padding: 45px 2em 1em 20px; 
	height: 12em; /* Headerhöhe */
  }
  #header_print {
	  display: none !important;
  }

  #topnav { color: #aaa; background: transparent; }

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

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

  #footer { 
    color:#666; 
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 1px #333 solid;

  }
  
  .spalte1 {
  float: left;
  width: 25%;
  background: #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border-right: 1px solid #eee;
  }
  
  .spalte2 {
  float: left;
  width: 65%;
  background: #fff;
  padding: 15px;
  }
  
  .clear {
  clear: both;
  }

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

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

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

  #col3 { margin: 0 25%; }
  #col3_content { padding: 10px; }
  
  #col4 { width: auto; }
  #col4_content { padding: 10px; margin-left: 20px;}

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

  /**
   * (en) Modifying "shiny buttons" navigation
   * (en) Anpassung der "Shiny Buttons" Navigation
   */

  #nav * { border-left: 0px solid #ccc !important; }
  #nav_main { background: #9fb4d5;  }
  #nav_main ul { margin-left: 0; font-size: 90%; margin-top: 0em; }
  #nav_main ul li { line-height: 1.5em; }
  
  #nav_main ul li a,
  #nav_main ul li strong { color: #fff; font-weight: bold; padding: 0.5em 0.8em 0.5em 0.8em; border-bottom: 4px solid #9fb4d5;}
  
  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  { border-bottom: 4px solid #165d9f; color: #165d9f; }
  
  #nav_main ul li.current { background: transparent; }
  
  #nav_main ul li.current strong,
  #nav_main ul li.current a,
  #nav_main ul li.current a:focus,
  #nav_main ul li.current a:hover,
  #nav_main ul li.current a:active { color: #fff; font-weight: bold; border-bottom: 4px solid #165d9f; background: #899fc2;}
  
  #submenu ul li { line-height: 1.2em; }
  #submenu ul { margin:0; padding:0; }
  #submenu li { background: #eee; margin:0; margin-bottom: 0.2em; padding-bottom:0.3em; padding-top:0.3em; padding-left: 0.5em; list-style-type: none; }
  #submenu li a { color: #000; }
  #submenu li a:hover { color: #000; background: #d8d8d8 url("../../images/bg_navi.gif"); }
  
  
  #submenu_ebene3 ul { margin:0; padding:0; }
  #submenu_ebene3 li { font-size: 90%; margin-left:0.5em; padding-bottom:0.3em; padding-top:0.3em; margin-top: 0.4em; list-style-type: none; background: #fff;}
  
  .navcontainer { margin: 0em; padding-top: 0em;  width: 15.5em;}
 /* DEFAULTS */
ul#navliste li a,ul#subnavlist li a { line-height: 1.8em; font-weight: normal; text-decoration: none; margin-top: 1px; margin-bottom: 1px; font-size: 90%}


/* NAV LIST */
ul#navliste {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
	color:#000000;	
	font-size: 100%;
}

ul#navliste li { 
    display: inline; 
	margin: 0;
	padding: 0;
	}

ul#navliste li a {
	display: block;
	text-align:left;
	padding: 3px 5px 3px 22px;
	background-color: #eee;
	font-weight: normal;
	color: #000;
	text-decoration:none;
}

ul#navliste li a:hover, ul#navlist li a:active, ul#navlist li a:focus { 
	background-color: #ccc;
	color:#182E7A;
	/*font-weight: bold;*/
	padding: 3px 5px 3px 22px;
	background-color: #eee;
	
	text-decoration:none;
	font-weight: bold;
}

ul#navliste li .currently {
	font-weight: bold;
	color: #165d9f;
	background-color: #dadcdd;
	
	border-bottom: 4px solid #165d9f;
}

ul#navliste li a.currently:hover { color: #165d9f; background-color: #dadcdd; }
ul#navliste li a#subcurrent:hover { color: #000; background-color: #fad126;}
ul#navliste li#active a { text-align:left; }
ul#navliste li#subactive a {	font-weight: bold; text-align:left;}
/* SUB NAV LIST */
ul#subnavlist {

	margin-left: 0;
	margin-right: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	list-style-type: none;
	padding: 0;
    background-color:#efefef;
	color:#000000;
}

ul#subnavlist li {
 display: inline;
 
 }

ul#subnavlist li a {
    margin-left: 0;
	margin-right: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
	background: #fff;
	background-image:none;
	height: auto;
	padding-left: 3em;
	font-size: 80%;

}
ul#subnavlist li a#lastentry {

}
/*hover der Unternavigation*/
ul#subnavlist li a:hover, ul#subnavlist li a:active, ul#subnavlist li a:focus { padding-left: 3em; background-color:#fff; background-image:none; color:#182E7A; font-weight: normal;}
ul#subnavlist li a#subcurrent { background-color:#fff; color:#182E7A; }
ul#subnavlist li a#subcurrent:hover { color: #182E7A; background-color:#fff;}

	/* Hauptkategorie deren Unterpunkt aktiv ist */
ul#navlist li .currentbutsub {
	font-weight: bold;
}

ul#navlist li a.currentbutsub {
	color: #000000;
	background-color:#FFFFFF;
	font-weight: bold;
	}
ul#navlist li a.currentbutsub:hover {
	color: #000000;
	background-color:#FFFFFF;
	
	text-decoration:underline;
}
	/* ENDE NAVI*/
	/* Kompetenzen und Referenzen */
ul.csc-menu {list-style-type:none; margin-left: 0; padding-left: 0}
ul.csc-menu li {background-repeat: no-repeat; background-position:left; padding-left:10px; margin-left: 0px; line-height: 1.7em}
ul.csc-menu li a { color: #3d3d3d; background:#ffffff; font-weight:bold; text-decoration:underline;}
ul.csc-menu li a:link {color: #606060; background:#ffffff; }
ul.csc-menu li a:visited {color: #606060; background:#ffffff; }
ul.csc-menu li a:hover {color: #fd8300; background:#ffffff; text-decoration:none; }
ul.csc-menu li a:active {color: #fd8300; background:#FFDDB9;text-decoration:none;  }
ul.csc-menu li a:focus {color: #000000; background:#FFDDB9; text-decoration:none;}
li dfn, .usb{
   display: block;
   position: absolute;
   left: -3000px;
   height:0;
   width:0;
}

.imgnews {
float: left;
}

.imgnews img {
margin-right: 10px;
padding: 3px;
border: 1px solid #899fc2;
}

#clearer {
margin: 20px;
}

.news {
width: auto;
margin-bottom: 1.5em;
}

.kbase_left {
width: 45%;
float: left;
background: #fff;
}
.kbase_left_content {

}
.kbase_right {
width: 45%;
float: left;
background: #fff;
}
.kbase_right_content {

}

  #submenu_ebene3 li a { color: #000; }
  
	/*XXXXXXXXXXXX Primary top nav rules XXXXXXXXXXX*/

.nav {
	position: relative;
	background: #eee;
	border: 0px solid #888; /* borders the bottom of the top nav */
	border-width: 1px 0;
	width: 100%;
	}

.button {
	width: 150px;
	float: left;
	}

.parent {position: relative;}
/* this parent div does not provide "sticky hovering", but instead fixes a 
strange bug in Op7. When an element serves as a hovered popup "parent" element, 
that element must not also be floated or all heck breaks loose in Opera 7. 
To prevent this, we have floated the top level list items, while nesting 
hoverable parent divs inside that are then hovered to generate the dropdowns. 
Thus the ugly (but interesting) Op7 bug is defeated. */
	
.floatfix {margin-right: -3px;}
/* this fixes the IE 3px bug that is common in this type of float arrangement */ 


/*XXXXXXXXXXXX Primary dropdown/flyout rules XXXXXXXXXXX*/

.dropdown { /* rules for dropdown div */
	width: 250px;
	position: absolute;		
	left: -3000px;
	top: auto; /* puts dropdowns directly under top nav */
	text-align: left; /* needed because IE misapplies text centering to boxes */
	border: 0px;	
	}
	
.dropdown div {
	width: 220px;
	position: absolute;		
	left: -3000px;
	top: 0;  
	list-style-type: none;
	text-align: left; /* needed because IE misapplies text centering to boxes */
	}
	
/* The margins on the UL's replace the div paddings to create "sticky hovering"
zones,  and the margins should "fill" the divs, making the IE BG fix unnecessary.
Unfortunately the BG fix is still needed, altho this method does eliminate
possible box model problems */
	
.dropdown ul { 
  width: 189px; /* tweaked so that dropdowns appear to "line up" with top links */
  margin: 0 30px 30px 30px; /* creates "sticky hovering" zones for dropdowns */
  border: 1px solid #888; 
  border-width: 1px 1px 0; 
  list-style-type: none;
  } /* borders sides and top of the dropdowns and flyouts; links provide the bottom border */
	
.dropdown div ul {margin: 30px 30px 30px 0;} /* creates "sticky hovering" zones for flyouts */
	
.four .dropdown ul {width: 190px;} /* modifies width for rightmost "visible" dropdown (tweak) */
		
.four .dropdown div ul {margin: 30px 0 30px 30px; position: relative;} /* rule reversal for "visible" right drop flyouts */

.nav li {text-align: left;}

.nav a {
  display: block;
  color: #000;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	padding: 6px 0 5px; 
	border-right: 1px solid #ccc;  /* makes the dividers between the top nav links */
	}

.four a {border-right: 0;} /* kills right border on last top link */
	
.nav ul ul a {
  color: #000;
  border-right: 0; /* negates right border for dropdowns and flyouts */
  border-bottom: 0px solid #888;  /* borders the bottoms of the dropdown and flyout links */
  }
	
.dropdown li {
  position: relative; 
  vertical-align: bottom; /* IE5/win bugfix */
  list-style-type: none;
  }
				

/* this hover calls a transparent GIF only to defeat the IE failed hover bug. Any 
background change on hovering div.parent will make IE obey and display the dropdown.
While the call itself will fix the bug, make sure you actually call a real image 
file so that your site error logs will not fill with failed image calls. */
				
.parent:hover div.dropdown {left: -31px;} /* hover rule for dropdowns */ 
/* extra pixel makes dropdowns "line up" with top links */ 

.dropdown li:hover div { /* hover rule for flyouts */
	left: 180px; /* this value controls the amount of flyout "overlap" */
	top: -26px; /* this value controls the amount of flyout vertical offset */
	}
	
.four li:hover div { /* reversed flyout rules for rightmost drop flyouts */
	left: -210px; 
	top: -26px;
	}

.nav div.mini-zone { /* special hover zone that covers the "danger corner" */
  padding: 0;
  width: 15px;
	height: 15px;  
	font-size: 1px;
	left: -3000px;
	bottom: -15px;
	top: auto;
	}

.nav .dropdown li:hover div.mini-zone { /* hover rule for mini-zones */
	left: auto;
	right: 8px;
	top: auto;
	}

.nav .four li:hover div.mini-zone { /* reversed hover rule for rightmost drop mini-zones */
	left: 8px;
	}

.dropdown li:hover {background: none;} /* hover color effect on dropdown links */

.dropdown div li:hover {background: none;} /* hover color effect on flyout links */

.dropdown#ul a{
list-style-type: none;
}

/*XXXXXXXXXXX Primary dropdown backgrounds XXXXXXXXXX*/
	
.one ul {background: #eee;}
.two ul {background: #eee;}
.three ul {background: #eee;}
.four ul {background: #eee;}
.dropdown div ul {background: #eee;} /* colors BG of flyouts */ 
.dropdown div ul a {color: #000;} /* colors text of  flyouts */ 


/*XXXXXXXXXX z-index rules for top nav XXXXXXXXXXX*/

.one {z-index: 10;}
.two {z-index: 20;}
.three {z-index: 30;}
.four {z-index: 40;}
.four:hover {z-index: 20;}
/* this last is a special trick that reverses the stacking order of the rightmost
top link when it or its children are hovered. This, and the previous rules work
together so that when a user is on the top link of any flyout, they can move 
vertically to the top link directly above and not have the sticky hoivering zone
on the flyout get in the way of hovering that top link. */
 

/*XXXXXXXXXXX Special fixes XXXXXXXXXXX*/

/* This is to hide the following from IE/Mac. \*/
* html .button .dropdown li {
height: 1%;
margin-left: -16px;
mar\gin-left: 0;
}
/* */

* html .nav a
 {height: 1%;}

/* The first 2 rules above fix "bullet region" problems in IE5.x/win, 
and the 2nd is to make all links fully clickable. */    

.brclear { /* Use a break with this class to clear float containers */
clear:both;
height:0;
margin:0;
font-size: 1px;
line-height: 0;
}

/*\*/ /*/
.nav .dropdown, .nav .dropdown div {width: 189px;}
.nav .button .dropdown ul {margin: 0px;}
.nav .dropdown, .nav .dropdown div {position: static;}
.nav .dropdown ul {border: 0;}
.mini-zone {display: none;}
/* this rule block "dumbs down" the nav for IEmac */
  
#header_top {
width: 100%;
background: #ccc;
height: 8em;
}

.box_header {  
  background: #899fc2;
  width: 190px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  }
.box_content {
	width: 190px;
	padding: 4px;
	border-left: 1px solid #9fb4d5;
	border-right: 1px solid #9fb4d5;
	}  
.box_footer {
	width: 190px;
	padding: 5px;
	border-top: 1px solid #9fb4d5;
	}	

}