html, body {
	font-family: "Arial CE",Arial,"Helvetica CE",Helvetica,sans-serif;
	font-size: 10pt;
}

#body {
  margin: 0 20px;
}

h1 a {
  color: #000;
  text-decoration: none;
}

/* Vyhledavaci box */
#searchbox {
  background: #E4ECEC;
  padding: 20px 20px;
  margin-bottom: 30px;
  border: solid #ccc 1px;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
  -moz-border-radius-topright:15px;
  -moz-border-radius-topleft:15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px; 
  -webkit-border-bottom-left-radius: 15px;
}

#q {
  width: 300px;
}

#logo {
  position: absolute;
  right: 50px;
  top: 50px;
}

/* Sloupec */
.column {
  float: left;
  width: 24%;
  padding-left: 1%;
}
.column span { /* URL */
  color: green;
}
.column div {
  margin-bottom:8px;
}

#colheader {
  height: 50px;
  text-align: center;
}
#colheader .logo {
  display: none;
  text-align: center;
}
#colheader .button {
  text-align: center;
}

em {
  font-style: normal;
  font-weight: bold;
}

#intro {
  width: 90%;
  margin-left: 4%;
  margin-right: 4%;
}
