@CHARSET "UTF-8";

#head {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 125px;
	background: #2F3236;
}

#head div.top {
	position: relative;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	background: #3F4246;
}

#head a.logo {
	display: block;
	float: left;
	width: 221px;
	height: 56px;
	margin-top: 10px;
	margin-left: 30px;
	background: url('/themes/naber2014/images/nabertherm_logo.png');
}

#head a.email {
	display: block;
	float: right;
	margin-top: 28px;
	margin-right: 30px;
	font-family: Century Gothic;
	font-size: 14px;
	color: #DED5D4;
	text-decoration: none;
}
#head a.email:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#head p.phone, #head a.city {
	display: block;
	float: right;
	margin-top: 28px;
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #DED5D4;
	font-family: Century Gothic;
	font-size: 14px;
	color: #DED5D4;
}

#head a.hidden, #head p.hidden {
	display: none;
}

#head a.city {
	text-decoration-style: dotted;
}

#head ul.cities {
	display: none;
	position: absolute;
	top: 18px;
	right: 359px;
	width: 130px;
	padding-top: 9px;
	padding-left: 9px;
	list-style: none;
	background: #2F3236;
	border: 1px solid #999999;
}

#head ul.cities li a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	font-family: Century Gothic;
	font-size: 14px;
	color: #DED5D4;
}

#head div.menu {
	width: 100%;
	height: 45px;
	background: #BBAA00;
}

#head div.menu div.top_strike {
	width: 100%;
	height: 5px;
	background: #FFEE00;
}

#head div.menu div.bottom_strike {
	width: 100%;
	height: 5px;
	background: #2F3236;
}

#head div.menu div.main {
	width: 1000px;
	margin: 0 auto;
	height: 35px;
	background: #CCBB00;
}

#head div.menu a.link {
	display: block;
	float: left;
	padding: 0px 30px 0px 30px;
	margin-top: 6px;
	border-left: 1px solid #998800;
	font-family: Century Gothic;
	font-size: 14px;
	color: #111;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFEE00;
}
#head div.menu a.link:hover,
#head div.menu div.navi p:hover {
	color: #FFF;
	text-shadow: none;
}

#head div.menu div.navi {
	width: 140px;
	float: left;
	overflow: visible;
}
#head div.menu div.navi p {
	display: block;
	margin-top: 6px;
	font-family: Century Gothic;
	font-size: 14px;
	color: #111;
	text-shadow: 1px 1px 1px #FFEE00;
	text-align: center;
}

#head div.menu div.navi ul {
	display: none;
	list-style: none;
	margin-top: 17px;
	margin-left: 2px;
}
#head div.menu div.navi:hover ul {
	display: block;
}

#head div.menu div.navi ul li a {
	display: block;
	margin-top: 2px;
	padding: 2px 6px 2px 6px;
	background: #EEDD11;
	border: 1px solid #333;
	font-family: Century Gothic;
	font-size: 12px;
	color: #320;
	text-shadow: 1px 1px 1px #FFEE00;
	text-decoration: none;
}
#head div.menu div.navi ul li a:hover {
	color: #FFF;
	background: #555;
	text-shadow: none;
}

#head div.menu form {
	display: block;
	float: right;
	margin-top: 6px;
	margin-right: 30px;
}
#head div.menu form input[type="text"] {
	width: 140px;
	height: 22px;
	padding: 2px 2px 2px 10px;
	font-family: Courier New;
	font-size: 13px;
	background: #FFD;
	border: 1px solid #666;
	color: #222;
}
#head div.menu form input[type="submit"] {
	width: 50px;
	height: 22px;
	font-family: Arial;
	font-size: 11px;
	background: #333;
	border: 1px solid #666;
	color: #EEE;
}

