/* Main Navigation */

/* Positionsfeld topnav */
ul#navi_x {
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 236px;
}
/* Buttons topnav*/
ul#navi_x li 
	{
	position:relative;
	float:left;
	list-style:none;
	} 
.items 
	{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFF;/* SCHRIFTFARBE topnav */
	text-decoration: none;
	display: block;
	padding-top:35px;
	margin-left:5px;
	margin-right:0px;
	height:25px;
	width:116px;
	text-transform: uppercase;
	/*
	background: #999999;
background: -moz-linear-gradient(top,  #999999 1%, #aaaaaa 60%, #aaaaaa 60%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#999999), color-stop(60%,#aaaaaa), color-stop(60%,#aaaaaa));
background: -webkit-linear-gradient(top,  #999999 1%,#aaaaaa 60%,#aaaaaa 60%);
background: -o-linear-gradient(top,  #999999 1%,#aaaaaa 60%,#aaaaaa 60%);background: -ms-linear-gradient(top,  #999999 1%,#aaaaaa 60%,#aaaaaa 60%);
background: linear-gradient(to bottom,  #999999 1%,#aaaaaa 60%,#aaaaaa 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
	}
	
.items:hover, .items:active, .items:focus
	{	
	opacity: 0.9;
	background: #ffd65e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
	}
	

	
ul#navi_x li a, ul#navi_x ul li ul a
	{
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
	}

/* POSITION SUB-NAVI */
ul#navi_x ul 
	{
    top: 60px;
    left:10px;
	}
/* POSITION SUB-SUB-NAVI */	
ul#navi_x ul li ul 
	{
    top: 12px;
    left:90px;
	}
/* Drop-Down Navigation */

/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */

/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden
*/
ul#navi_x li:hover > ul
	{
	visibility:visible;
	opacity:1;
	
	}

ul#navi_x ul, ul#navi_x ul li ul 
	{   
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
	}
	
.sub
	{
	font-family: 'Ubuntu', sans-serif;
	font-size: 11px;
	color: #ffd65e;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	background-color: #595959;
	display: block;
	height: 17px;
	width: 116px;
	opacity: 0.8;
	padding-top:7px;
	margin-bottom: 2px;
	margin-left: -5px;
	
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;
	/*
	box-shadow:2px 2px 5px #333;*/
	}
	
.sub:hover 
	{
	opacity: 1;
	color:#FFF;
	}
.subsub
	{
	font-family: 'Ubuntu', sans-serif;
	font-size: 11px;
	color: #595959;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
	background: #ffd65e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
	display: block;
	height: 17px;
	width: 116px;
	opacity: 1.0;
	padding-top:7px;
	margin-bottom: 2px;
	margin-left: -5px;
	
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;

	box-shadow:2px 2px 5px #555;	/**/
	}
	
.subsub:hover 
	{
	opacity: 1;
	color:#FFF;
	}
	


/*

.inflink {
	text-decoration: none;}
a.inflink:link { 
	color: #683367; }
a.inflink:visited {
	color: #683367; }
a.inflink:active { 
	color: #683367; }
a.inflink:hover {
	color: #F69; }

box-shadow:1px 1px 3px #ccc; 

*/
