* {
  margin: 0;
  padding: 0;
}

body {
  background: #eeeeee url("../img/header.jpg") no-repeat 50% 0% ;
  font-family: verdana;
  font-size: 12px;
  color: #222222;
  line-height: 18px;
}

.header {
  height: 320px;
  margin: 0 auto;
  position: relative;
  width: 950px;
}

  .search {
    position: absolute;
    top: 20px;
    right: 0;
    width: 190px;
  }

    .search input {
      background: transparent;
      border: 0;
      color: #222222;
      width: 155px;
      padding: 7px;
      position: absolute;
    }

    .searchButton {
      cursor: pointer;
      height: 28px;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
    }

  .rss, .facebook {
    background: url("../img/rss.jpg") no-repeat 100% 0;
    display: block;
    color: #333333;
    font-size: 11px;
    height: 20px;
    line-height: 15px;
    padding-right: 30px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 90px;
  }

    .facebook {
      background: url("../img/facebook.jpg") no-repeat 100% 0;
      top: 115px;
    }

  .intro {
    left: 60px;
    position: absolute;
    top: 200px;
    width: 450px;
  }

    .introImage {
      background: url("../img/newsletter.png") no-repeat 50% 50%;
      height: 75px;
      width: 100px;
    }

    .introContent {
      height: 80px;
      left: 120px;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 330px;
    }

      .introContent p {
        color: #333333;
        font-size: 11px;
        line-height: 16px;
      }

.content {
  background: url("../img/contentBackground.jpg");
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
  padding-bottom: 30px;
  width: 950px;
}

  .menu {
    background: url("../img/menuBackground.jpg");
    height: 40px;
    overflow: hidden;
    margin-bottom: 30px;
  }

    .menu a {
      border-left: 1px solid #a1ccdb;
      border-right: 1px solid #397c94;
      color: white;
      display: block;
      float: left;
      font-size: 12px;
      font-weight: bold;
      line-height: 12px;
      padding: 14px 0;
      text-align: center;
      text-decoration: none;
    }

    .menu a.active {
      background: url("../img/menuBackgroundActive.jpg");
      border-left: 1px solid #fdad32;
      border-right: 1px solid #ccab49;
    }

    .menu a:focus {
      outline-style: none;
    }

  .column, .columnSmall, .columnWide {
    float: left;
    padding-left: 30px;
    position: relative;
    width: 560px;
  }

    .columnSmall {
      width: 430px;
    }

    .columnWide {
      width: 890px;
    }

    .columnContent {
      padding: 20px;
    }

  .sidebar {
    float: left;
    margin-left: 30px;
    width: 300px;
  }

    .sidebar img {
      margin: 0 auto;
    }

.footer {
  background: url("../img/footer.jpg") no-repeat;
  font-size: 10px;
  height: 10px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 45px;
  padding-right: 15px;
  text-align: right;
  width: 965px;
}

  .footer a {
    color: #bbbbbb;
  }

/*
 * HTML-elementit
 *
 */

img {
  border: 0;
  display: block;
}

input, select, textarea {
  border: 1px solid #cccccc;
  color: #222222;
  font-family: verdana;
  font-size: 12px;
  display: block;
  padding: 2px;
  width: 514px;
}

  .button {
    background-color: #eeeeee;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    font-family: verdana;
    font-size: 12px;
    display: inline;
    padding: 5px 10px;
    width: auto;
  }

  .button:active {
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }

  input.checkbox {
    border: 0;
    display: inline;
    width: auto;
  }

  input.disabled {
    background-color: #eeeeee;
    color: #666666;
  }

  select {
    max-width: 464px;
    width: auto;
  }

  textarea {
    height: 150px;
  }

optgroup {
  background-color: #eeeeee;
  font-style: normal;
}

option {
  background-color: white;
}


/*
 * Muut luokat
 *
 */

.arrowLink {
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  display: block;
  font-size: 12px;
  padding-left: 20px;
}

.boxes {
  clear: both;
  margin: 0 auto;
  padding-top: 10px;
  width: 880px;
}

  .box {
    background-color: #eeeeee;
    float: left;
    height: 421px;
    margin-right: 20px;
    overflow: hidden;
    width: 280px;
  }

    .boxContent {
      padding: 20px;
    }

.cleanTable td {
  border: 0;
  padding: 0;
}

.date {
  color: #ff9900;
  font-size: 11px;
}

.rate {
  float: right;
}

  .rateText {
    float: left;
    margin-right: 5px;
  }

  .rateButton {
    background: url("../img/rateButton.jpg") no-repeat 50% 50%;
    float: left;
    height: 20px;
    width: 20px;
  }
  
  .rateButtonActive {
    background: url("../img/rateButtonActive.jpg") no-repeat 50% 50%;
  }

.share {
  clear: both;
  width: 520px;
}

.print, .zoom {
  cursor: pointer;
  display: block;
  height: 20px;
  position: absolute;
  top: 9px;
  width: 25px;
}

  .print {
    background: url("../img/print.jpg");
    right: 50px;
  }

  .zoom {
    background: url("../img/zoomIn.jpg");
    right: 20px;
  }

  .zoomOut {
    background: url("../img/zoomOut.jpg");
  }
