/* ######################################################################################################
** ### languageNav 
** ######################################################################################################*/
#languageNav{
	top: 10px;
		width: 240px;
		position: absolute;
	right: 21px;
}

#languageNav a{
	color: #fff;
	text-decoration: none;
	font-size: .9em;
}

#languageNav a:hover,
#languageNav a:focus{
	text-decoration: underline;
}

#languageNav img{
	margin-right: 6px;
	border: 0px;
}

#languageNav img.languageWorld{
	margin-left: 4px;
	margin-right: 0px;
}

/* ######################################################################################################
** ### TOPNAV 
** ######################################################################################################*/
#topNav{
	position: absolute; 
	text-align: right;
	top: 65px; 
	right: 21px;
	color: #fff;
	font-size: .9em;
}

#topNav a:hover,
#topNav a:focus{
	text-decoration: underline;
}

#topNav #left,
#topNav #right{
	display: inline;
}

#topNav a{
	color: #fff;
	text-decoration: none;	
}

#topNav a:hover,
#topNav a:active{

}

/* ######################################################################################################
** ### BREADCRUMBS 
** ######################################################################################################*/

#navBreadcrumb{
	position: relative; 
	z-index: 5;
	color: #074B88;
	margin: -15px 0 -7px 214px;
	font-size: .9em;
}

#navBreadcrumb a{
	margin-left: 3px;
	font-size: 1em;
}

#logout {
float:right;margin-right:15px;
}

/* ######################################################################################################
** ### mainNav
** ######################################################################################################*/
#nav,
#navigation{
	float: left;
	width: 200px;
}

/* Hauptmenü Level 1*/

#navigation ul{
	margin: 42px 0 0 0;
}

#navigation ul li{
	margin-left: 14px;
	list-style-type: none;
	background-image: none;
	padding-left: 0px;
}

#navigation li a {
	display: block;
	height: 22px;
	padding: 2px 0 0 9px;
	color: #fff;
	font-size: .9em;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background-color: #074B88;	
}

#navigation ul li a:hover,
#navigation ul li a:focus{
	background-color: #6A93B8;
	text-decoration: none;
}

/* Hauptmenü Level 2*/

#navigation ul ul{
	margin: 0;
}

#navigation ul ul li{
	margin-left: 0px;
}

#navigation ul ul li a{
	height: auto;
	padding: 2px 0 2px 9px;
	color: #6A93B8;
	border-bottom: 1px solid #6A93B8;
	background-color: #fff;
}

#navigation ul ul li a:hover,
#navigation ul ul li a:focus,
#navigation ul ul li.active a{
	color: #fff;
	background-color: #6A93B8;
	text-decoration: none;
}

/* Hauptmenü Level 3*/

#navigation ul ul ul li {
	position: relative;
}

#navigation ul ul ul li a{
	height: auto;
	border-bottom: 1px solid #6A93B8;
	padding: 2px 0 2px 19px;
	color: #6A93B8 !important;
	font-size: .8em;
	background-color: #fff !important;
}

* html #navigation ul ul ul li a {
	border-top: 1px solid #6A93B8;
}

* html #navigation ul ul ul {
	margin-bottom: 5px
}

#navigation ul ul ul li a:hover{
	color: #fff !important;
	background-color:#6A93B8 !important;
	text-decoration: none;
}

#navigation ul ul ul li.active a{
	color: #fff !important;
	background-color:#6A93B8 !important;
}

/* Hauptmenü Level 4*/

#navigation ul ul ul ul li a, 
#navigation ul ul ul li.active ul li a{
	height: auto;
	padding: 2px 0 2px 29px;
	color: #6A93B8 !important;
	font-size: .8em;
	border-bottom: 1px solid #6A93B8;
	background-color: #fff !important;
}

#navigation ul ul ul ul li.active a,
#navigation ul ul ul li.active ul li.active a{
	color: #fff !important;
	background-color:#6A93B8 !important;
	text-decoration: none;
}

#navigation ul ul ul ul li a:hover,
#navigation ul ul ul li.active ul li a:hover{
	color: #fff !important;
	background-color:#6A93B8 !important;
	text-decoration: none;
}


* html ul ul li a{
	height: 18px;
}

* html ul ul ul li{
	height: 18px;
	margin-bottom: -4px;
}

/* ######################################################################################################
** ### FOOTERNAV
** ######################################################################################################*/

#footernav{
	display: inline;
	margin-left: 15px;
	
}

#footercopyright {
	display: inline;
	margin-right: 15px;
}
