@charset "utf-8";
/* CSS Document */

body
{
	color: #000;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	height:100%; 
	width:100%;
	margin:0px 0px; 
	padding:0px;
	text-align:center;

}

#wrapper {
	width:800px;
	height:400px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	
}



#menu {
  list-style: none;
  padding: 0;
  margin: 0;

  position: relative;}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#menu span {
	height:0px;
	display:block;
}
#menu .poradna {
  margin-top:180px;
  margin-left:170px;
  width: 150px;
  height: 18px;
}

#menu .vzdelavani {
  top:180px;
  margin-left:320px;
  width: 180px;
  height: 18px;
}

#menu li {
		position:absolute;
	top:0px;
	cursor:hand;
}
#poradnali a:link {
	cursor:hand;
  background:url(poradna.png) bottom center no-repeat;
}
#poradnali a:visited {
	cursor:hand;
  background:url(poradna.png) bottom center no-repeat;
}
#poradnali a:hover {
	cursor:hand;
  background:url(poradna2.png) bottom center no-repeat;
}
#vzdelavanili a:link {
	cursor:hand;
  background:url(vzdelavani.png) bottom center no-repeat;
}
#vzdelavanili a:visited {
	cursor:hand;
  background:url(vzdelavani.png) bottom center no-repeat;
}
#vzdelavanili a:hover {
	cursor:hand;
  background:url(vzdelavani2.png) bottom center no-repeat;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}

#image {
	position:absolute;
	top:200px;
	width:800px;
	height:180px;
	background:url(web-home.png) bottom center no-repeat;
}
.link {
	display:none;
}


