
/*
  Copyright © Teemu Vallasvuo
  All rights reserved
  Downloaded from "http://mun.satelliitti.tv/mainos/satvision.css" 14.9.2009 13:35
*/

div#satvision {
  font: 13px/18px Tahoma;
  text-decoration: none;
  color: #3e3e3e;
  margin-bottom: 10px;
}

div#satvision div.advertisement {
  width: 525px;
  height: 368px;
  margin:auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b9cddc;
  background: #ffffff url('/assets/img/satvision/background.png') repeat-x;
}

div#satvision div.wrapper {
  height: 100%;
  width: 100%;
  background: transparent url('/assets/img/satvision/asentaja.png') no-repeat center right;
}

div#satvision div.content {
  width: 310px;
  position: relative; top: 32px; left: 30px;
  background: transparent
}

div#satvision div.content a {
  color: #3e3e3e;
}

div#satvision div.content p {
  margin: 0 0 12px 0;
  padding: 0;
}

div#satvision div.content p b {
  color: #1d1d1d;
  font-weight: bold;
}

div#satvision div.content h3 {
  margin: 0 0 12px 0;
  padding: 0;
  font: 14px/17px Arial;
  color: #ff5400;
  font-weight: bold;
}

/*
  SLOGANIN MUOTOILU
*/

div#satvision div.content div.slogan {
  height: 65px;
}

div#satvision div.content div.slogan h1 {
  float: left;
  margin: 0;
  padding: 0 8px 10px 0;
  font: 22px/17px Arial;
  color: #3e3e3e;
  font-weight: bold;
}

#site div#satvision div.content div.slogan h2 {
  float: left;
  margin: 0;
  padding: 0 8px 10px 0;
  font: 25px/17px Arial;
  color: #ff5400;
  font-weight: bold;
  background:none;
}

/*
  LOMAKKEEN MUOTOILU
*/

div#satvision div.content form {
  margin: 0;
  padding: 0;
}

div#satvision div#form {
  height: 24px;
}

div#satvision div.content input[type=text] {
  margin: 0;
  padding: 2px;
  font: 12px/12px Arial;
  color: #3e3e3e;
  border-style: solid;
  border-width: 1px;
  border-color: #b9cddc #e2ecf3  #e2ecf3 #b9cddc; 
}

div#satvision div.content input#zip {
  width: 84px;
  margin: 0 6px 0 0;
}

div#satvision div.content input#phone {
  width: 130px;
  margin: 0 6px 0 0;
}

div#satvision div.content input[type=submit] {
  width: 60px;
  padding: 1px 0 1px 0;
  margin: 0 6px 0 0;
  font: 12px/12px Arial;
  color: #ffffff;
  background-color: #515151;
  border: 1px solid;
  border-color: #1d1d1d #1d1d1d #1d1d1d #1d1d1d;
  font-weight: bold;
}

/*
  POPUP KARTTA
*/

span.karttalinkki {
  color: #3e3e3e;
  text-decoration: underline;
} 


img#kartta {
  position: absolute;
  visibility: hidden;
  border: solid 1px #CCC;
  padding: 3px;
  background: #fff;
}


