@CHARSET "UTF-8";

#logo h1 {
	width: 186px;
	height: 76px;
	overflow: hidden;
}

#services {
	width: 100%;
	overflow: hidden;
}

#services h2 {
	font-size: 180%;
	text-align: center;
}

#services li {
	float: left;
	width: 186px;
	height: 95px;
	border: solid 2px white;
	overflow: hidden;
}

#services img {
	display: block;
	width: 184px;
	height: 95px;
	border: solid 1px #DDD;
}

#operators h2,
#users h2 {
	color: #FE8630;	/*TODO sjednotit a stejne s border-color*/
}

#operators,
#companies,
#users {
	float: left;
	width: 190px;
}

#companies {
	width: 570px;
	padding: 0 10px;
}

#operators .hoveredService,
#users .hoveredService {
	border-color: #FE8630;
}

#companies .hoveredService {
	border-color: #224488;	/*stejne s H2*/
}