
* {
  font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, Helvetica, sans-serif;
}

body {
  text-align: center;
  background-color: #E5D1C2;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
}

h3 {
  color: navy;
  font-size: 16px;
  margin: 0px;
}

table {
  border-collapse: collapse;
}

td {
  font-size: 13px;
}

a {
  color: navy;
}

p {
  margin: 0px;
}

ul {
  margin-bottom: 0px;
}

.overlay {
  display: none;
}

.geo {
  display: none;
}

#main {
  width: 642px;
  margin-left: auto;
  margin-right: auto;    
}

#top {
  height: 195px;
  margin-top: 20px;
  background-color: white;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

#nadpis {
  width: 640px;
  height: 140px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('images/arp-logo.gif');
  background-repeat: no-repeat;
  background-position: center;
  
}

#podnadpis {
  font-family: "Bookman Old Style CE", "Bookman Old Style", serif;
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#text-ext {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 20px;
  margin: 0px;
  background-color: #E7C1AC;
}

#text {
  width: 600px;
  text-align: left;
  margin: 0px;
  color: maroon;
}

#ateliery {
  position: relative;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  height: 170px;
  background-color: white;
  margin: 0px;
}

#kh {
  position: absolute;
  left: 20px;
  top: 20px;
  text-align: left;
}

#praha {
  position: absolute;
  left: 320px;
  top: 20px;
  text-align: left;
}

#footer {
  position: relative;
  height: 30px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-bottom: 30px;
  background-color: #E7C1AC;
  text-align: center;
}

#autor {
  padding-top: 8px;
  font-size: 10px;  
}

#autor a {
  color: maroon;
}



