@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2010, 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.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 */

@media all {
#nav {
	height:60px;
	width:1001px;
}
#nav_left {
	background:url("images/custom/header_left-corner.png") repeat scroll 50px 0 transparent;
	float:left;
	height:60px;
	width:50px;
}
#nav_right {
	background:url("images/custom/header_right-corner.png") repeat scroll 0 0 transparent;
	float:right;
	height:60px;
	width:50px;
	position:relative;
}
#nav_main {
	background:transparent url("images/custom/menue_back-repeat.png") repeat-x;
	display:inline;
	position:relative;
	height:60px;
	z-index:20;
	float:left;
	line-height:normal;
	width:901px;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	/*line-height:	1.0;*/
	position:relative;
	padding-top:16px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	/** Alle anderen Browser **/	
		min-width:190px;
	_width:		auto !important; /* left offset of submenus need to match (see below) */
	/** Internet Explorer **/
		width:			190px;
}
.sf-menu ul li {
	width:100%;
	padding:0;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	padding:		0 8px 0 6px;
	height:			45px;
	_width: 		1px;	/* IE6 only */
	_white-space:	nowrap;	/* IE6 only */
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			44px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			100%; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:active { /* visited pseudo selector so IE6 applies text colour*/
	color:				#FFFFFF;
	text-decoration:	none;
	padding: 			15px 12px 0 6px;
	font-size:			1.3em;
	font-weight:		normal;
	display:			block;
	position:			relative;
	height:				29px;
	background:			none;
}
.sf-menu li li a, .sf-menu li li a:visited, .sf-menu li li a:active { /* visited pseudo selector so IE6 applies text colour*/
	color:			#696969;
	font-size:		0.9em;
	border-bottom:	1px solid #E8E8E8;
	margin:			0;
	padding:		8px 15px 4px 15px;
	height:			auto;
}
.sf-menu li {
}
.sf-menu li li, .sf-menu li:hover li a, .sf-menu li.sfHover li a, .sf-menu li li.current li a {
	background:		#FFFFFF;
	color:			#696969;
	height:			auto;
}
.sf-menu li li li {
	background:		#FFFFFF;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu li.current {
	background:url("images/menue_button-left.png") no-repeat left top;
	outline:		0;
}
.sf-menu a:hover, .sf-menu li:hover a, .sf-menu li.sfHover a, .sf-menu li.current a {
	background:url("images/menue_button-right.png") no-repeat right top;
	outline:		0;
	text-decoration:none;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu li li.current a, .sf-menu li li.current li:hover, .sf-menu li li.current li a:focus, .sf-menu li li.current li a:hover {
	background:		#F5F5F5;
	outline:		0;
	text-decoration:none;
}
/*** arrows **/
	.sf-menu ul a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			13px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url("images/custom/icon_arrow.png") no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
	a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
	.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}

	
	/*** shadows for all but IE6 ***/
	.sf-shadow ul {
	background:	url("images/shadow.png") no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.sub_menu {
	overflow:hidden;
	position:relative;
	width:235px;
	margin:-3px 0 0;
	padding:0;
	display:inline-block;
}
.sub_menu ul {margin: 0;}
.sub_menu strong {
	font-size:1.23em;                       /* 16px */
	border-bottom:1px solid #e8e8e8;
	padding:1.5em 0 0.4em 25px;
	font-weight:bold;
	display:block;
}
.sub_menu li, .sub_menu .current li a {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#696969;
}
.sub_menu a, .sub_menu a:link, .sub_menu a:visited, .sub_menu a:active {
	color:#696969;
	font-weight:normal;
	margin:0;
	text-decoration:none;
	height:100%;
	padding:5px 0 5px 25px;
	display:block;
	border-bottom:1px solid #e8e8e8;
}
.sub_menu ul a, .sub_menu ul a:link, .sub_menu ul a:visited {
	padding:5px 0 5px 45px;
	background:#f5f5f5;
	text-decoration:none;
}
.sub_menu ul ul a, .sub_menu ul ul a:link, .sub_menu ul ul a:visited {
	padding:5px 0 5px 65px;
	background:#f0f0f0;
	text-decoration:none;
}
.sub_menu a:hover, .sub_menu a:focus {
	outline:none;
}
.sub_menu a:focus {
/*text-decoration:underline;*/
	  }
.sub_menu a:hover, .sub_menu a:focus, .sub_menu .current a {
	background:#f5f5f5;
}
.sub_menu ul a:hover, .sub_menu ul a:focus, .sub_menu ul .current a {
	background:#f0f0f0;
}
.sub_menu ul ul a:hover, .sub_menu ul ul a:focus, .sub_menu ul ul .current a {
	background:#ebebeb;
}
#topnav {
	/* (en) containing floats in IE */
		/* (de) Einfassen der Floats im IE */
		overflow:hidden;
	/* (en) containing floats in all other browsers */
		/* (de) Einfassen der Floats in allen anderen Browsern */
		float:left;
		display:inline;
	/* (en|de) Bugfix:IE - collapsing horizontal margins */
		/* (en) Repeat the main color from the image */
		/* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
	
		height:44px;
}
#topnav ul {
	margin:0;
	padding:0;
	/* (en|de) Bugfix:IE - Doubled Float Margin Bug */
		display:inline;
	float:right; /* LTR */
	/* (en) Left margin of the first button  */
		/* (de) Abstand des ersten Buttons vom linken Rand  */
		height:27px
}
#topnav ul li {
	display:inline;
	float:left;
	height:100%;
	list-style-type:none;
	margin:0;
	padding:8px 12px 0 12px;
}
#topnav a, #topnav a:visited {
	margin:0;
	height:100%;
	font-size:1.1em;
	font-weight:normal;
	text-decoration:none;
}
#topnav a:focus, #topnav a:hover, #topnav a:active {
	text-decoration:none;
}
#topnav a:focus {
	text-decoration:underline;
}
#topnav .rss_link {
	padding-left:18px;
	background:url("images/custom/icon-meta_rss.png") no-repeat left bottom;
}
#topnav .sitemap_link {
	padding-left:18px;
	background:url("images/custom/icon-meta_sitemap.png") no-repeat left bottom;
}
/*
#topnav .rss_link:hover {
	background:url("./images/icon-meta_rss_b.png") no-repeat left center;
}*/
#topnav .search_link {
	padding-left:18px;
	position:relative;
	top:0;
	left:0;
	background:url("images/custom/icon-meta_search.png") no-repeat left center;
	cursor:pointer;
}
/*
#topnav .search_link:hover {
	background:url("./images/icon_rss_b.png") no-repeat left center;
}*/
#topnav .first_link {
	border:none
}
#topnav .search_field div {
	display:none;
	position:relative;
	top:-4px;
}
#footer .footer_nav {
	float:left;
	width:210px;
	padding-right:20px;
	margin-bottom:20px;
}
#footer .footer_nav div { width:210px; }
#footer .footer_nav li * {
	margin:0;
	color:#8e8e8e;
	display:block;
	text-decoration:none;
	height:100%;
	padding:4px 0 4px 0;
	outline:none;
}
#footer .footer_nav li {
	margin:0;
	list-style:none;
	color:#8e8e8e;
	font-size:0.9em;
	border-bottom:1px solid #e8e8e8;
}
#footer .footer_nav li a, #footer .footer_nav li a:visited {
	color:#8e8e8e;
	outline:none;
}
#footer .footer_nav li a:hover, #footer .footer_nav li a:focus, #footer .footer_nav li a:active {
	text-decoration:none;
	background-color:#f5f5f5;
	padding-left:5px;
}
#footer .footer_nav .footer_news li a:hover, #footer .footer_nav .footer_news li a:hover, #footer .footer_nav .footer_news li a:active {
	padding-left:0;
}

}