/*******************************************************************
                         Header Navigation Ebene_1
*******************************************************************/
#HEADER .Top_navi_frame{
	width:100%;
	margin-left:49%;
} 
	
ul.Topnavi{
	line-height:32px;
	list-style:none;
	font-size: 11px;
	display:inline;
}

ul.Topnavi li {
	
	height:20px;
	margin-left:39px;
    display:inline;
}
ul.Topnavi a  {
	font-size: 11px;
	font-weight:normal;
	text-transform: uppercase;	
	font-family: Arial, Helvetica, sans-serif;
	color:#D3D9D9;
	text-decoration:none;
}
ul.Topnavi  a:active  {
	text-decoration:none;
}
ul.Topnavi a:hover, ul.Topnavi a.aktiv   {
	color:#FFFFFF;
}
/*******************************************  Ebene 2  einblenden
*******************************************************************/
ul.Topnavi li:hover > ul {
	display:inline;
	 visibility: visible;
	
}

/*******************************************   Header_navi Ebene 2
*******************************************************************/
ul.Topnavi ul  {
    margin-left:-40px;
    padding:0;
	 visibility:hidden;
	display:none;
	list-style:none;
}
ul.Topnavi ul a   {
	margin-left:-15px;
    margin-right:-15px;
	padding-bottom:-2px;
	font-size:10px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#############################################    Content Navi    ####################################################
//////////////////////////////////////////////                    /////////////////////////////////////////////////			     
*******************************************************************************************************************/
	
.Newsbutton_bereich{
	position:relative; top:30px;
	width:50%;
	margin-left:-210px;
	
	}
	
.Newsbutton{
	float:right;
	width:78px;              
	height:78px;
	background:right top no-repeat url(../_images/news.png);
}		
	
#Navigation {

	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	  width:50%; /*die gesammt breite der Seite*/
	margin-top:30px;
	}
/******************************************          Navigation Ebene1
**********************************************************************/

ul.content_navi{
      width:99%;
     float:left;
	 list-style:none;
  	 position: relative;        /* fuer die daneben ligeneden Container   	 top:30px;  */
}
ul.content_navi li{
	width:100%;
    float:right;
	text-align:right;
	line-height:41px;	
	
    margin-right:170px;
	height:42px;
	background:none;
}

ul.content_navi li a {
	
	text-align:right;
	float:right;
	font-weight:bold;
	font-size:14px;
	margin-right:10px;
	padding-right:20px;
	width:100%;
	color:#B0C0D2;
	text-decoration:none;

}


html>body ul.content_navi a:hover  {  
    color: #ffffff; 
	text-decoration:none;
	background-image:url(../_images/hover_stripe.png);
	background-position:right;
	background-repeat:no-repeat;
}


html>body ul.content_navi a.aktiv{   
	color: #ffffff; 
	text-decoration:none;
	background-image:url(../_images/hover_stripe.png);
	background-position:right;
	background-repeat:no-repeat;
}

/*ul.content_navi li:hover <  li.dir_1_aktiv {
   background-image:none;
	
	
}*/
/*
html>body ul.content_navi li:hover > a{
	color: #ffffff; 
	text-decoration:none;
	background-image:url(../_images/hover_stripe.png);
	background-position:right;
	background-repeat:no-repeat;
}*/


 /******************************************        Navigation  Ebene2
**********************************************************************/
ul.content_navi ul  {
	background-image:none;
	font-weight:normal;
	position:absolute;
	left:100%;
	    margin-top:7px;
	list-style:none;
	margin-left:-144px;
   /* display:none; */
}


/*
ul.content_navi li.dir_1_aktiv > ul {  //  EINBLENDEN der Angzeigten Navi 
	display:block;
}


ul.content_navi li:hover > ul {     //EINBLENDEN der Angzeigten Navi
	display:block;
}
*/


/*******************************************       
**********************************************************************/


ul.content_navi ul li {
	line-height:30px;
	height:30px;
	background:none;
	width:280px;
}
ul.content_navi ul li a {	
	font-weight:normal;
	color:#B0C0D2;
	font-size: 12px;
	text-align:left;
}
ul.content_navi ul li a:hover{
	font-weight:normal;
	background:none; background-image:none;
	color: #ffffff
}
ul.content_navi ul li:hover {
	background:none;
	font-weight:normal;
	background:none;
	color: #ffffff
}
ul.content_navi  ul li a.aktiv_2{   
	color: #ffffff; 
	text-decoration:none;
	background:none;
}
