body { 
  margin: 0;
  text-align: center;
}

div#main { 
  margin: 10px;
  width: 770px;
  font-family: "Trebuchet Ms", verdana, arial, monotype;
  font-size: 12px;
  color: #72481B;
  text-align: left;
  margin-left: auto;
  margin-right: auto;  
}

h4 { 
  font-size: 12px;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #f6bc5e;
}

h3 { 
  font-size: 14px;
}

a { 
  font-weight: bold;
  color: #72481B;
}

div#text a { 
  width: 150px;
  display: block;
  color: #ffffff;
  padding-left: 5px;
  background-color: #e59c00;
  margin-bottom: 5px;
}

a:link, a:visited { 
  text-decoration: underline;
}

a:active, a:hover { 
  text-decoration: none;
  color: #000;
}

div#text a:hover, div#text a:active { 
  background-color: transparent;
  color: #000;
}

table#header { 
  border-collapse: collapse;
  margin-bottom: 1px;
}

table#header td img{ 
  border: none;
}

table#header td { 
  vertical-align: top;
}

div#content {
  background-image: url('../img/tausta.jpg');
  width: 744px;  
  background-color: #FFFF9F;
  background-repeat: repeat-x;
  margin-top: 10px;
  clear: both;
}

div#content img#otsikko { 
  margin-left: 30px;
}

div#content div#text { 
  width: 345px;
  text-align: justify;
  padding-left: 50px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

div#kuvat { 
  float: right;
}

div#kuvat img { 
  display: block;
  margin-bottom: 0px;
}

div#alavarjo {
  background-image: url('../img/alavarjo.jpg');
  background-repeat: repeat-x;
  height: 22px;
  clear: both;
}

table#kalenteri { 
  border-collapse: collapse;
  font-family: "Trebuchet Ms", verdana, arial, monotype;
  font-size: 12px;
  color: #72481B;
  width: 350px;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left;
}

table#kalenteri td a:link, 
table#kalenteri td a:visited { 
  display: inline;
  background-color: transparent;
  color: #000;
}

table#kalenteri td a:active, 
table#kalenteri td a:hover { 
  display: inline;
  background-color: transparent;
  color: #000;
}

table#kalenteri td { 
  padding: 5px;
  border: 1px solid #000;
  text-align: center;
}

table#kalenteri tr#tableotsikko td { 
  font-weight: bold;
  text-align: center;
}

table#kalenteri tr#paiva td { 
  font-weight: bold;
  background-color: #72481B;
  color: #fff;
  width: 30px;
}

table#kalenteri td.viikko { 
  background-color: #eeee55;
  font-weight: bold;
  color: #000;
}

table#kalenteri td.varaus { 
  background-color: #f00;
  font-weight: bold;
  color: #fff;
  padding: 0px;
}

table#kalenteri table { 
  height: 100%;
  width: 100%;
  border-collapse: collapse;
}

table#kalenteri table td{ 
  width: 50%;
  border: 0;
}

table#kalenteri td.arrive,
table#kalenteri td.depart { 
  height: 100%;
  padding: 0px;
}

table#kalenteri td.arrive td.second,
table#kalenteri td.depart td.first{ 
  background-color: #f00;
  color: #fff;
  font-weight: bold;
}

input { 
  font-size: 11px;
}

input.varaa { 
  background-color: transparent;
  border: 0px;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 30px;
}

input.varaa:hover { 
  background-color: #00aa00;
}

form { 
  margin: 0px;
}

table#kalenteri td.yllapito { 
  padding: 0;
}

td.noblock a { 
  display: inline;
  color: #000;
}

#infobox { 
  float: right;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 260px; text-align: justify;
  padding: 15px;
  position: relative;
  right: 30px;
  border: 1px solid black;
}