/**
 * "Yet Another Multicolumn Layout" - YAML CSS Framework
 *
 * (en) Horizontal list navigation "hlist"
 * (de) Horizontale Navigationsliste "hlist"
 *
 * @copyright       Copyright 2005-2012, Dirk Jesse
 * @license         CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-CDL (http://www.yaml.de/license.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         v4.0.1
 * @revision        $Revision: 724 $
 * @lastmodified    $Date: 2012-03-03 11:45:41 +0100 (Sa, 03 Mrz 2012) $
 */

@media all {

	.ym-hlist {
		/* (en) containing floats in IE */
		/* (de) Einfassen der Floats im IE */
		width:100%;
		xoverflow:hidden;
		/* (en|de) Bugfix:IE - collapsing horizontal margins */
		position:relative;
		line-height:1em;
	}

	.ym-hlist ul {
		margin:0;
		padding: 0.5em 1.5em;
		/* (en|de) Bugfix:IE - Doubled Float Margin Bug */
		display:inline;
		float:left; /* LTR */
	}
	#nav .ym-hlist ul {
		padding: 0em 0em;
	}

	#nav .pcmlevel2 {

		display: none;
		position: absolute;
		background-color: #ffffff;
		z-index: 30000;
		left: 0;
		border-top: 23px solid #004377;
		padding: 2em;
		box-shadow: 0 6px 16px #333333;
	}
	
	.ym-hlist .pcmlevel2 li.active {
	    background-image: none;
	}
	
	.ym-hlist .pcmlevel1 li {
    margin-right:0.4em;
  }
	
	.ym-hlist .pcmlevel1 li a {
    background-color:#EEEEED;
    margin-bottom:10px;
  }
  
  .ym-hlist .pcmlevel1 li a {
    
  }
	
	#nav .pcmlevel2 ul{
		margin: 0;
		padding: 0;
	}	
	#nav .pcmlevel2 li{
		width: 213px;
		height: 240px;
		padding: 0;
		margin: 0 10px 0 0;
	}	
	#nav .pcmlevel2 img{
		width: 213px;
	}
	#nav .pcmlevel2 a {
		padding: 0;
	}
	#nav .pcmlevel2 a span{
		display: block;
		font-size: 0.75em;
		line-height: 1.2em;
		background-color: #f8f8f8;
		padding: .5em;
		color: #004377;
		font-weight: bold;
    	line-height: 1.2em;
    	font-family: "BundesSans",Verdana,Geneva,sans-serif;
	}
	
span.hl {
    border-bottom: 1px solid #CBCBCA;
    display: block;
    font-family: "BundesSerif",Georgia,"Times New Roman",Times,serif;
    font-size: 120%;
    font-style: italic;
    margin-bottom: 12px;
    padding-bottom: 6px;
    text-align: left;
}						

	.ym-hlist ul li {
		/* (en|de) Bugfix:IE - Doubled Float Margin Bug */
		display:inline;
		float:left; /* LTR */
		font-size:1.0em;
		line-height:1em;
		list-style-type:none;
		margin: 0 .25em 0 0;
		padding:0;
	}

	.ym-hlist ul li a,
	.ym-hlist ul li strong {
		background:transparent;
		color:#3a3a3a;
		display:block;
		font-size:1.55em;
		line-height: 2em;
		padding: 0 1em;
		font-weight:normal;
		text-decoration:none;
		width:auto;
	}
	
	#topnav .ym-hlist ul li a,
	#topnav .ym-hlist ul li strong {
		background:transparent;
		color:#3a3a3a;
		display:block;
		font-size:1.55em;
		line-height: 2em;
		padding: 0 0.5em;
		font-weight:normal;
		text-decoration:none;
		width:auto;
	}
	
	#topnav .ym-hlist ul li a:focus,
	#topnav .ym-hlist ul li a:hover,
	#topnav .ym-hlist ul li a:active  {
		color:#004377;
		background:white;
		background: rgba(255,255,255,.25);
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		border-radius: 0.2em;
		text-decoration:none;
		outline: 0 none;
	}

	.ym-hlist ul li a:focus,
	.ym-hlist ul li a:hover,
	.ym-hlist ul li a:active  {
		color:#004377;
		background:white;
		background: rgba(255,255,255,.25);
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		border-radius: 0.2em;
		text-decoration:none;
		outline: 0 none;
	}

	.ym-hlist ul li.active {
	    background: url("../../images/nav_aktiv.png") no-repeat bottom center;
	}
	
	.ym-hlist ul li.active a {
	    background-color:transparent;
	    color:#004377;
	}

	.ym-hlist ul li.active strong,
	.ym-hlist ul li.active a:focus,
	.ym-hlist ul li.active a:hover,
	.ym-hlist ul li.active a:active {
		background:transparent;
		color:#004377;
		text-decoration:none;
	}
	
	#subnav a:hover, #subnav a:focus {
    text-decoration:underline;
  }
  
  #breadcrumb .inner a {
    color: #161E21 !important;
  }
  #breadcrumb .inner a:hover, #breadcrumb .inner a:focus {
    text-decoration:underline;
  }
  
  #breadcrumb .inner .print-icon {
    text-decoration:none !important;
  }


	/* search form -------------------------------------- */
	.ym-searchform {
		float:right;
		display: inline;
		height:32px;
	}

	.ym-searchform .ym-searchfield {
		margin:0;
		padding:0 1em;
    border: 1px solid #CBCBCA;
    border-right: none;
    outline: none;
    width:212px;
		height:41px;
		line-height:41px;
		display:inline-block;
		float:left;
		/*background: url("../../images/search_field.png") no-repeat left top;*/
		background-color:#ffffff;
		color: #444;
	}
	/* NUR für Chrome ! */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.ym-searchform .ym-searchfield {
		height:43px;
	}
}	

	.ym-searchform .ym-searchbutton {
	  margin:0;
	  float:left;
	  border: 1px solid #CBCBCA;
    border-left: none;
    outline: none;
		cursor: pointer;
		text-indent:-1000px;
		font-size:0;
		overflow: hidden;
		line-height:0;
		display:block;
		/*background: #ffffff url("../../images/search_button.png") no-repeat left center;*/
		padding: 7px 3px 6px 3px;
	}
	
	
	
}