* {
  margin:0;
  padding:0;
}

body {
  font-family:georgia,verdana,sans-serif;
  font-size:14px;
  background-image: url('http://www.mapa-sveta.sk/images/bg.gif')
}

ul,ol {
  list-style-position: inside;
}

ul {
  list-style: square;
  list-style-position: inside;
  color: silver;
}

p {
  margin-bottom: 16px;
}

#page {
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  margin-bottom:30px;
  padding: 5px;
  width:80%;
  background-color: #fff;
}

#inner {
  border: 1px solid silver;
  padding: 20px;
}

#map {
  width:100%;
  height:400px;
  border:1px solid silver;
  margin-bottom: 16px;
}

#search {
  width: 300px;
  height: 40px;
  float: right;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  background-image: url('http://www.mapa-sveta.sk/images/search.png');
  background-repeat: no-repeat;
}

#search input {
  width: 150px;
  margin-top: 6px;
}

#search input.button {
  width: 100px;
  margin-left: 0px;
  margin-top: 4px;
}

#footer {
  font-size: 10px;
  margin-bottom: -10px;
  text-align: center;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

#logo a {
  text-decoration: none;
  color: #fff;
}

h1 {
  margin-bottom: 20px;
  display: block;
  float: left;
  font-size: 2px;
  color: #fff;
  background-image: url('http://www.mapa-sveta.sk/images/mapa-sveta.gif');
  width: 330px;
  height: 64px;

}

h2 {
  clear: both;
  font-size: 18px;
  margin-bottom: 10px;
}

a {
  color: #0A9FD6;
}
