
/*
 * Farben:
 * -------------------
 * dunkelblau =>	#001A4D
 * mittelblau =>	#7091b3
 * hellblau   =>	#CFDCE5
*/

.header_bg3 {
	float			: left;
	background-color: #CFDCE5;
	vertical-align	: middle;
	min-height		: 1.5em;
	max-height		: 4.0em; 	 
	width           : 100%;
}



.header_container {
	min-height: 140px;
	border-bottom: 5px solid #7091b3;
}

.header_logo_bundesreg {
	float: left;
}

.header_logo_foekat {
	float: right;
}

.topnav_container {
	margin-top: 14px;
	text-align: right;
	font-size			: 12px;
    font-weight			: normal;
	height: 30px; /* Höhe des Adler-Symbols für die obere Schutzzone der Bildwortmarke */
}

/* Links innerhalb von .topnav_container */
.topnav_container > a,
.topnav_container > a:link,
.topnav_container > a:visited,
.topnav_container > a:hover,
.topnav_container > a:active,
.topnav_container > a:focus {
	font-weight			: normal;
    text-decoration		: none;
}


.menu_container {
	clear: both;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
}

/* Links innerhalb von .menu_container */
.menu_container a,
.menu_container a:link,
.menu_container a:visited,
.menu_container a:hover,
.menu_container a:active,
.menu_container a:focus {
	font-weight			: normal;
    text-decoration		: none;
}

.menu_item:hover {
	color: rgb(0, 79, 128);
	border-bottom-color: rgb(0, 79, 128);
}

.menu_item {
	display: inline-block;
	margin-left:	2em;
	margin-right:	0px;
	margin-top:		0px;
	margin-bottom:	0px;
	border-bottom: 4px solid transparent;
	padding-bottom: 4px;
}

.first_item {
	margin-left:	0px;
}




.bottom_line {
	background-color: transparent;
	height          : 1.2em;
	width           : 100%;
	vertical-align  : middle;
	text-align      : center;
	font-size       : 12px;
}
