body {
  text-align: left;
  padding: 0px;
  margin-top: 0px;
  background-color: #e7e5e5;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: black;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 13px;
}

table{
  border-collapse: collapse;
}

td{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 14px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  color: black;
  text-align: left;
}
div{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 13px;
}

img{
  margin: 0px;
  padding: 0px;
  border: none;
}  


/*Linkit*/
a{
  color: #343434;
  text-decoration: none;
}

a:active{
  color: #343434;
}

a:visited{
  color: #343434;
}

a:hover {
  color: #343434;
  text-decoration: underline;
}


/*sivun keskitys*/
#keskitys{
  width: 100%;
   margin: auto;
  text-align: center;
}


/*Runko*/
#body {
  margin: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 950px;
}
#top{
  height: 94px;
  background-image: url("pics/logo.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0px;
}

#center {
  background-image: url("pics/tausta.png");
  background-repeat: repeat-y;
  margin: 0px;
}

#bottom {
  background-image: url("pics/bottom.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  text-align: center;
  font-size: 9px;
  margin: 0px;
}

/*Menu*/
#menu{
  padding: 0px;
  text-align: center;
  padding-bottom: 5px;
  letter-spacing: 3px;
  word-spacing: 10px;
  margin-bottom: 3px;
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 22px;
  font-variant: small-caps;
}
#menu2{
  border-top: 1px dotted black;
  padding: 0px;
  padding-left: 10px;
  text-align: center;
  padding-bottom: 5px;
  letter-spacing: 3px;
  word-spacing: 10px;
  margin-bottom: 10px;
  margin-top:     0px;
  margin-left: 15px;
  margin-right: 22px;
  font-variant: small-caps;
  font-size: 15px;
}


/*Sisällöt*/
#sis1{
  float: right;

  margin-top: 10px;
  background-color: #f6f6f6;
  border-left: 2px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  width: 380px;
  margin-right: 50px;
  padding: 3px;
  padding-left: 5px;

  font-size: 13px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#sis1_iso{
  float: right;

  margin-top: 10px;
  background-color: #f6f6f6;
  border-left: 2px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  width: 600px;
  margin-right: 22px;
  padding: 3px;
  padding-left: 5px;

  font-size: 13px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#sis2{
  float:left;

  margin-top: 10px;
  border-left: 2px solid #9C9CA6;
  border-right: 1px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  background-color: #f6f6f6;
  width: 400px;
  margin-left: 30px;
  padding: 3px;
  padding-left: 5px;

  font-size: 13px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#sis2_pieni{
  float:left;

  margin-top: 10px;
  border-left: 2px solid #9C9CA6;
  border-right: 1px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  background-color: #f6f6f6;
  width: 250px;
  margin-left: 15px;
  padding: 3px;
  padding-left: 5px;

  font-size: 13px;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#topic{
   background-color: #dcdcdc;
   font-variant: small-caps;
   padding-right: 10px;
   padding-left: 40px;
   height: 30px;
   margin-right: 6px;

   background-image: url("pics/little_pic.jpg");
   background-repeat: no-repeat;
   background-position: 5px;
   
   font-size: 13px;
   font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
   letter-spacing: 2px;
}

#uutisenlista{
   padding: 4px;
   margin-bottom: 10px;
   background-color: #f6f6f6;
}

#uutisentable{
   margin: 10px;
   width: 580px;

}
.ohjelma{
  padding-top: 10px;
  border: 1px solid black;
  font-family:courier new;font-size:11px;
  padding: 3px;
}
th.ohjelma{
  padding-top: 10px;
  border: 0px solid black;
  font-family:courier new;font-size:11px;
}
.ohjelma_ib{
  padding-top: 10px;
  border: 0px solid black;
  font-family:courier new;font-size:12px;
  padding: 3px;
}

/*LogIn*/
#textarea{
   background-color: #f7f7f7;
   border: 1px solid #4a494c;
   padding: 2px;
   margin-bottom: 3px;
   font-size: 13px;
   width: 130px;
}

#button{
   background-color: #f7f7f7;
   border: 1px solid #4a494c;
   padding: 2px;
   font-size: 13px;
}



