	#navigationszeile
	{
		background-color: #569AFF;
		color: #5F92EE; /*#272900;*/
		padding: 2px 0;
		margin-bottom: 22px;
	}
	
	#navigationszeile ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #5F92EE;/*#C4C769;*/
	}
	
	#navigationszeile li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #5F92EE;/*#C4C769;*/
	}
	
	#navigationszeile li a
	{
		text-decoration: none;
		color: #4971C6; /*#272900;*/
	}
	
	#navigationszeile li a:hover
	{
		text-decoration: none;
		color: #fff;
		background-color: #4971C6; /*#272900;*/
	}	
	#navigation
	{
    display: none; /************************************* Linkes Menü ausgeblendet!! - Abstand in jb.css beachten!! *********/
		float: left; 
		width: 180px;
		height: 100px;
		/*background-color: yellow;*/
		border-right: 1px solid #569AFF;/*#C5C877;*/
		padding-right: 15px;
	}
	
	#navigation ul
	{
		margin-left: 0;
		padding-left: 15px;
		list-style-type: none;
		line-height: 165%;
	}
	
	#kontext
	{
		float: right; 
		width: 180px;
		/*height: 100px;
		background-color: yellow;*/
		border-left: 1px solid #569AFF;/*#C5C877;*/
		padding-left: 15px;
	}
	
	#kontext ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}
	
  