/* CSS Document */

body{
background: #f5f6fa url("pics/bg.jpg") repeat-x;
background-position: center 0px;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
color: #5c5e64;
line-height: 15px;
}

html {
  height: 100%;
}

* { /* oletuksena kaikkiin */
  margin: 0;
  padding: 0;
  text-align: left;
}

#main{
width: 1048px;
margin: 0 auto;
}

h1{
font-size: 16px;
color: #42c5e2;
line-height: 20px;
font-weight: normal;
padding-bottom: 5px;
}

h2{
font-size: 14px;
color: #42c5e2;
line-height: 18px;
font-weight: normal;
}

a{
color: #1da8d6;
}

ul{
padding-left: 30px;
}

a:hover{
color: #5c5e64;
}

#header{
width: 772px;
height: 323px;
}

#header_ala{
width: 772px;
height: 49px;
}

#content_area{
width: 772px;
background: url("pics/bg_content.png") repeat-y;
}

#left{
padding-left: 15px;
padding-right: 15px;
}

#tarjoukset{
width: 138px;
height: 402px;
background: url("pics/bg_tarjoukset.gif") no-repeat;
}

#tarjoukset_content{
font-size: 10px;
color: #fff;
padding-top: 40px;
padding-left: 13px;
padding-right: 10px;
}

#tarjoukset_content b{
color: #f8ef00;
}

#tarjoukset_content a{
color: #ffff00;
}

#tarjoukset_content a:hover{
color: #fff;
}

#right{
padding-left: 5px;
padding-right: 50px;
}

#haku_area{
width: 229px;
height: 199px;
background: url("pics/bg_haku.jpg") no-repeat;
font-size: 10px;
color: #3d4149;
font-weight: bold;
padding-left: 8px;
padding-top: 13px;
}

#vasen_teksti{
padding-left: 20px;
color: #333333;
font-size: 10px;
}

#vasen_teksti b{
color: #42c5e2;
}

#sisanega{
margin-left: -15px;
}

#sisanega2{
margin-left: -13px;
}

#sisanega3{
margin-left: -19px;
}

#vuokratulos_td{
padding: 7px;
color: #000;
}

tr#vuokratulos_tr{
width: 505px;
background: url("pics/bg_vuokratulos.jpg") repeat-y;
}

td#vuokratulos_valiv{
height: 4px;
background: url("pics/vuokratulos_vali.jpg") no-repeat;
}

#tulos_merkki{
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
padding-left: 10px;
}

#tulos_merkki a{
text-transform: none;
}

#tulos_tiedot{
padding-left: 10px;
}

#footer{
width: 772px;
height: 228px;
background: url("pics/bg_footer.png");
}

#copyr{
color: #fff;
font-weight: bold;
padding-left: 80px;
padding-top: 85px;
}

#copyr a{
color: #fff;
text-decoration: underline;
}

#kello{
color: #00cdfc;
padding-right: 8px;
}

/* Php-kalenteri */

.kal {
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
background-color: #fefffd;
text-align: left;
vertical-align: text-top;
padding: 3px;}

.varattu {
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
background-color: #ff7900;
text-align: left;
vertical-align: text-top;
padding: 3px;}

.kaltapatty{
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
background-color: #1da8d6;
text-align: left;
vertical-align: text-top;
padding: 3px;
}

.varattutapatty{
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
background-color: #1da8d6;
text-align: left;
vertical-align: text-top;
padding: 3px;
}

.nyt {
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
background-color: #fefffd;
text-align: left;
vertical-align: text-top;
padding: 3px;}

.otsikko {
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height: 25px;
font-weight: normal;
text-decoration: none;
text-align: center;
vertical-align: middle;
padding: 3px;
background: #29bfe0;
}

.paiva {
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
text-decoration: none;
text-align: center;
vertical-align: middle;
padding: 3px;
background-color: #d0d3da;}

.kalinput {
        font-size: 10px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        padding: 2px;
        border: 1px solid #000000;
        background-color: #97A083;
}


