body {
  background-image:url(images/taustat/tausta.jpg);
  color: black;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
  }

/* KESKITYS SIVULLE */
div.keskitys {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  margin-top: 10px;
}

/* VÄRIBOXI JOSSA KEHYS */
div.color {
  width:750px;
  height: 525px;
  background-color:#F1D08D;
  border: 4px double #A41832;
  padding: 5px 10px 10px 10px;
}

/* BANNERI */
div.banner {
  margin:0 0 0 0;
}

img.banner {
  width: 740px;
  height: 120px;
  border: 4px double #E34F5F;
}

/* ETUSIVUN KUVA, float, border */
img.etusivu {
  float: left;
  width: 100px;
  height: 146px;
  margin-right: 10px;
  margin-bottom: 5px;
  border: 3px double #A41832;
}

/* PYSTYKUVAT THUMBS*/
img.thup {
  width: 100px;
  height: 150px;
  border-style: double;
  border-width: 5px;
  border-color: gray;
}

/* VAAKAKUVAT THUMBS*/
img.thdw {
  width: 138px;
  height: 93px;
  border-style: double;
  border-width: 5px;
  border-color: gray;
}

/* PYSTYKUVAT */
img.up {
  margin-top: 8px;
  margin-right: 8px;
  width: 206px;
  height: 310px;
  float:left;
}

/* VAAKAKUVAT */
img.dw {
  margin-top: 8px;
  margin-right: 3px;
  width: 300px;
  height: 201px;
  float:left;
}

/* OTSIKKOPALKKI  */
div.otspalkki {
  width:740px;
  height: 30px;
  padding:5px;
  margin:0 0 10px  0;
  font-size: 100%;
  border-bottom: 1px solid #A41832;
}

/* ALUEIDEN LEVEYS */
div.area {
  width:750px;
}

/* OIKEAN REUNAN LINKIT , tekstin koon muuttamista varten overflow */
div.sivulinkit {
  position: relative;
  right: 50px;
  top: 10px;
  float: right;
  z-index: 0;
  width: 200px;
  height: 310px;
  overflow: auto;
}


/* TEKSTIBOXI JOHON TARVITTAESSA VIERITYSPALKIT */
div.laatikko {
  text-align:left;
  padding: 2px 2px 2px 10px;
  width: 470px;
  height: 340px;
  overflow: auto;
  border-right: 1px solid #A41832;
  
}

/* IE:n kettuilun takia tekstiboxin taustakuva tällä */
div.taustakuva {
  width: 470px;
  height: 345px;
  background-image: url(images/taustat/textbox.jpg);
  background-repeat: no-repeat;
  z-index: 0;
}

/* IE:n kettuilun takia kuvaboxin taustakuva tällä */
div.mustatausta {
  width: 470px;
  height: 345px;
  background-image: url(images/taustat/black.gif);
  background-repeat: no-repeat;
  z-index: 0;
}

/* RAJOITETAAN LEIPÄTEKSTIN MITTAA */
div.textblock {
  width: 400px;
  
}
/* KUVALAATIKKO, johon tulee scroll bar tarvittaessa */
div.photobox {
  text-align:left;
  padding: 2px 2px 2px 10px;
  width: 470px;
  height: 340px;
  overflow: auto;
  border-right: 1px solid #A41832;
  position:relative;
}

/* COPY */
p.update {
  font-size: 80%;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0px;
}

/* ETUSIVUN PÄIVITYSTIETO */
p.upd {
  font-size: 80%;
  text-align: left;
  margin-top: 0px;
}

/* LISTAUKSELLE KOKO */
ul {
  font-size: 80%;
  margin-top: 2px;
  list-style-type: circle;
}

/* KUVAN TIEDOT */
p.photo {
  font-size: 90%;
  font-weight: bold;
  text-align: left;
  margin-top: 2px;
  margin-right: 15px;
  color: gray;
}

/* KUVAN TEKNISET TIEDOT */
p.details {
  font-size: 75%;
  text-align: left;
  margin-top: 30px;
  margin-right: 15px;
  color: gray;
}

/* LEIPÄTEKSTI */
p.leipis {
  font-size: 85%;
  text-align: left;
  margin-left: 15px;
}

/* KUVIEN NAVIGOINTITEKSTIT */
p.navigate {
  font-size: 80%;
  font-weight: bold;
  color: gray;
}

/* YLÄOTSIKKO */
h1 {
  margin: 0 0 5px 0;
  font-size: 115%;
  color: #800000;
}

/* KUVASIVUN OTSIKKO */
h1.photo {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 115%;
  color: gray;
}

/* OTSIKKO TEKSTISSÄ */
h1.text {
  margin: 10px 0 3px 0;
  font-size: 120%;
  color: black;
}

/* OTSIKKO TEKSTISSÄ */
h2.text {
  margin: 10px 0 3px 0;
  font-size: 100%;
  color: black;
}

/* HOME -LINKIN MÄÄRITYKSET */
h1.home {
  margin: 6px 0 3px 0;
  font-size: 90%;
}

/* LIHAVOITU TEKSTI SIVULINKKEIHIN */
span.text {
  font-size: 120%;
  font-weight: bold;
  color: #800000;
}

/* KURSIIVI */
span.ital {
  font-style: italic;
}


a {
  text-decoration:none;
  color: #E34F5F;
}

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

a:visited {
  
  color: red;
}

/* COPY JA UPDATE teksteissä olevat linkit */
a.copy {
  text-decoration:none;
  color: black;
}

a.copy:hover {
  text-decoration: underline;
  color: red;
}

a.copy:visited {
  color: black;
}

/* KUVANAVIGOINTIIN LINKIT */
#footer {
  position: absolute;
  bottom: 15px;
  left: -10px;
  width: 460px;
  text-align: right;
  padding: 0px;
}

/* CV STAFF */

/*  TAULUKOINTI */
div.cv-table {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 400px;
}

div.cv-row {
  margin-top: 0; 
  margin-right: auto; 
  margin-bottom: 0; 
  margin-left: auto;
  padding: 0; 
  text-align: left; 
  width: 400px;
}
  
div.cv-left {
  border: none; 
  float: left; 
  margin: 0; 
  padding: 0; 
  width: 100px;
}

div.cv-right {
  border: none; 
  float: right; 
  margin: 0; 
  padding: 0; 
  width: 300px;
}
div.line {
  clear: both; 
  margin: 0; 
  padding: 0; 
  width: 400px;
}

/* LEIPIS CV:hen */
p.cv {
  width: auto;
  font-size: 80%;
}

/* LEIPIS PORTFOLIOON */
p.port {
  width: auto;
  font-size: 80%;
  margin-bottom: 3px;
}

/* CV:n SIVUOTSAKKEISIIN LIHAVOINTI */
p.cv_ots {
  width: auto;
  font-weight: bold;
  font-size: 80%;
}

/* PIENEMPI FONTTI TEKSTIN JOUKKOON */
span.small {
 font-size: 95%;
 font-style: italic;
}