/* header */

#header h1 a {
	display: block;
	width: 56px;
	height: 76px;
	background: url(..//img/fema_logo.gif) no-repeat 0 50%;
	}
#header h1 span, #header h2 {
	display: none;
	}
ul#navbar {
	list-style: none;
	float: left;
	width: 100%;
	background: #1D4576;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height:20px;
	}
ul#navbar li {
	display: inline;
	}
ul#navbar li a {
	float: left;
	color: #fff;
	background: #1D4576;
	font-size: 1.1em;
	padding: 3px 13px!important;
	padding: 3px 13px 3px 14px;
	text-decoration: none;
	border-right: 1px solid #fff;
	letter-spacing: 1px;
	}
ul#navbar a.border-left {
	border-left: 1px solid #fff;
	}
ul#navbar a:hover, ul#navbar a#current {
	background: #778FAD;
	}

ul#subnavlist {
	clear: left;
	list-style: none;
	position: absolute;
	top: 32px;
	right: 566px;
	}
ul#subnavlist li {
	display: inline;
	}
ul#subnavlist li a {
	float: left;
	padding: 0 7px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4B4B4C;
	border-right: 1px solid #4B4B4C;
	}
ul#subnavlist li a#icon_lang_english {
	border-right: none;
	display: block;
	width: 18px;
	height: 12px;
	background: url(/img/icon_DE.gif) no-repeat 0 0;
	padding: 0;
	margin-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #4B4B4C;
	}
	
ul#subnavlist li a#icon_lang_deutsch {
	border-right: none;
	display: block;
	width: 18px;
	height: 12px;
	background: url(/img/icon_EN.gif) no-repeat 0 0;
	padding: 0;
	margin-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #4B4B4C;
	}	

ul#subnavlist li a#icon_lang_english span,
ul#subnavlist li a#icon_lang_deutsch span{
	display: none;
	}

form#search {
	clear: left;
	position: absolute;
	top: 27px!important;
	top: 28px;
	right: 392px;
	border: 0px solid red;
	}
form#search input.text {
	width: 108px;
	font-size:10px;
	height:16px;
	border:1px solid #7F9DB9;
	}

a#linkHoneywell {
	display: none;
	}
a#linkHoneywell span {
	display: none;
	}