@charset "utf-8";

#header{
	height: 223px;
	background-image: url("../images/headerBackground.png");
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ffffff;
}

#header .content{
	position: relative;
	height: 223px;
	width: 960px;
	margin: auto;
	z-index: 100;
}

#header .content .country{
	position: absolute;
	right: 0px;
	top: 4px;
	width: 106px;
	height: 35px;
	background-image: url("../images/headerCountry_background.png");
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}

#header .content .country .content{
	position: relative;
	width: 100%;
	height: 100%;
}

#header .content .country .content .czech{
	position: absolute;
	left: 20px;
	top: 11px;
}

#header .content .country .content .english{
	position: absolute;
	left: 46px;
	top: 11px;
}

#header .content .country .content .german{
	position: absolute;
	left: 72px;
	top: 11px;
}

#header .content .logo{
	position: absolute;
	left: 0px;
	top: 61px;
}

#header .content .signotec{
	position: absolute;
	right: 70px;
	top: 79px;
}

#header .content .contrisys{
	position: absolute;
	left: 354px;
	top: 74px;
}

/* menu */
#header .content .menuItem{
	font-family: Gotham-Medium;
	position: absolute;
	bottom: 2px;
	height: 34px;
	background-color: #e9e9e9;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #747474;
	text-transform: uppercase;
	text-decoration: none;
}
#header .content .menuItem:hover, #header .content .menuItem.selected{
	color: #ffffff;
	background-color: #f08002;
	text-decoration: none;
}

#header .content .menuItem.home{
	left: 0px;
	width: 48px;
	height: 56px;
	background-image: url("../images/menuHome.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#header .content .menuItem.home:hover, #header .content .menuItem.home.selected{
	background-image: url("../images/menuHome_s.png");
}

#header .content .menuItem.bPodpis{
	width: 151px;
	padding-top: 22px;
	position: relative;
	bottom: 0px;
}

#header .content .menuItem.produkty{
	width: 151px;
	padding-top: 22px;
	position: relative;
	bottom: 0px;
}

#header .content .menuItem.reference{
	left: 353px;
	width: 151px;
	padding-top: 22px;
}

#header .content .menuItem.partneri{
	left: 505px;
	width: 151px;
	padding-top: 22px;
}

#header .content .menuItem.dokumentace{
	left: 657px;
	width: 151px;
	padding-top: 22px;
}

#header .content .menuItem.o-nas{
	left: 809px;
	width: 151px;
	padding-top: 22px;
}

/* dropdown */
#header .content .menuDropDown{
	position: absolute;
	display: block;
	overflow: hidden;
	width: 151px;
	height: 56px;
	top: 165px;
}
#header .content .menuDropDown:hover{
	height: auto;
}

#header .content .menuDropDown:hover .menuItem, 
#header .content .menuDropDown.selected .menuItem{
	color: #ffffff;
	background-color: #f08002;
	text-decoration: none;
}

#header .content .menuDropDown.bPodpis{
	left: 49px;
}

#header .content .menuDropDown.produkty{
	left: 201px;
}

#header .content .menuDropDown .menuSubitem{
	position: relative;
	width: 151px;
	height: 64px;
	background-image: url("../images/submenuBackground.png");
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Gotham-Medium;
	font-size: 12px;
	color: #ffffff;
	display: table-cell;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}
#header .content .menuDropDown .menuSubitem:hover{
	text-decoration: none;
}

#header .content .menuDropDown .separator{
	height: 1px;
}



