/* CSS Document */
@charset "utf-8";
body {
	background-color: white;
	text-align: center;
}
#all {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: white;
}
.hlnadpis {
	font-weight: bolder;
	font: 16px Verdana;
	text-align: right;
	color: chartreuse;
	margin: 0 0 0 0;
	border-bottom: 1px solid chartreuse;
}
div {
  padding: 0; 
  margin: 0;
  text-align: center;
  float: left;
  background-repeat: no-repeat;
}
div.menu {
  border: 0px dotted black;
  padding: 0; 
  margin: 0;
  text-align: center;
  float: left;
  background-repeat: no-repeat;

}
a{
  color:blue;
}
a:hover{
  color:orange;
  text-decoration:underline;
  font-weight:bold;
}
a:active{
  color:red;
}
a:visited{
  color:purple;
}
a.menu {
  display:block;
  float:left;
  font: 13px Verdana;
  color: white;
  font-weight: bold;
}
a.menu:visited {
  display:block;
  float:left;
  font: 13px Verdana;
  color: white;
  font-weight: bold;
}
a.menu:hover {
  display:block;
  float:left;
  font: 13px Verdana;
  color: white;
  font-weight: bold;
}
a.menu#nab{
  background: url("img/nabidka.png") 0 0 no-repeat;
}
a.menu#nab:hover{
  background-position: -122px 0;
  text-decoration: none;
}
a.menu#nab:active{
  background-position: -244px 0;
}
a.menu#sof{
  background: url("img/software.png") 0 0 no-repeat;
}
a.menu#sof:hover{
  background-position: -137px 0;
  text-decoration: none;
}
a.menu#sof:active{
  background-position: -274px 0;
}
a.menu#ref{
  background: url("img/reference.png") 0 0 no-repeat;
}
a.menu#ref:hover{
  background-position: -135px 0;
  text-decoration: none;
}
a.menu#ref:active{
  background-position: -270px 0;
}
a.menu#gal{
  background: url("img/galerie.png") 0 0 no-repeat;
}
a.menu#gal:hover{
  background-position: -112px 0;
  text-decoration: none;
}
a.menu#gal:active{
  background-position: -224px 0;
}
a.menu#kon{
  background: url("img/kontakt.png") 0 0 no-repeat;
}
a.menu#kon:hover{
  background-position: -98px 0;
  text-decoration: none;
}
a.menu#kon:active{
  background-position: -196px 0;
}