/*
SISÄLLYSLUETTELELO (jos teet muutoksia järjestykseen (mitä ei suositella), päivitä myös sisällysluettelo)
---------------------------------------------------------------

- YLEISLINKIT, LINKIT JOS EI MÄÄRITETTY LUOKKAA, "NIMEÄ"
- BODY ELI TAUSTA 
- MUITA TAUSTOJA, TAULUKOT
- topnav-SOLUT JA (PÄÄ)LINKIT, YLÄPALKKI
- VASEN PALKKI
- SISÄLTÖTEKSTIN FONTTIEN MÄÄRITTELY
- FOOTER, "BOTTOM" 
- DIV-KUVAT
- MUITA, LOMAKKEET, POTIKAT YMS. 
---------------------------------------------------------------
*/


/* ----------------- YLEISLINKIT, LINKIT JOS EI MÄÄRITETTY LUOKKAA, "NIMEÄ" ------------------ */


a:link, a:visited {
color:#ed1b24;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:none;
}


/* ------------------------------- BODY ELI TAUSTA ------------------------------------------- */


body {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
background-color:#c7c7c7;
}


/* ------------------------- MUITA TAUSTOJA, TAULUKOT ---------------------------------------- */


.bgtable { 					            /* taaimmaisen taulun tausta */
background-color:transparent;
}


.toppic {				 	             /* yläkuva */
background-color:transparent;
background-image: url(../images/toppic.jpg);
background-repeat:no-repeat;
}


.slogan {
font-size:11px;
color:#CC9999;
font-weight:bold;
font-style:italic;
}


.mainbg {	  		 	            /* sisällön tausta */
height: 100%;
padding-left:20px;
padding-right:60px;
padding-bottom: 20px;
padding-top: 15px;
background-color:#efefef;
border: solid 1px #b2b2b2;
}


.mainborder {
padding: 20px;
background-color: #ffffff;
background-image: url(../images/contbg.jpg);
background-repeat: repeat-y;
}


/* --------------------- topnav-LINKIT ('YLÄ NAVIGOINTI') ---------------------------------- */


a.topnav:link, a.topnav:visited {
font-size:11px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

a.topnav:hover {
font-size:11px;
color: #FFFFFF;
font-weight:bold;
text-decoration:none;
}


.topnavbg {   		 				         /* navigoinnin tausta */
background-color:#cccccc;
border-top: solid 0px #666666;
border-bottom: solid 0px #666666;
background-image: url(../images/navbg.jpg);
background-repeat: no-repeat;
background-position: top;
}


.topnavtd, .topnavtd_last {
height:22px;
padding-left:20px;
padding-right:20px;
background-color: transparent;
}

.topnavtd { 					 		
border-right: solid 0px #666666;
}

.topnavtd_last {
}


/* --------------------------- SISÄLTÖTEKSTIN FONTTIEN MÄÄRITTELY ------------------------------ */


H1 {	
font-size: 120%;
font-weight:bold;
margin: 0px;
}


img.imagemail {
vertical-align: bottom;
}


/* -------------------------------- FOOTER, "BOTTOM" -------------------------------------- */


.footerdiv{
}

.footertd {
height:31px;
padding-left:8px;
font-size:11px;
color:#333333;
font-weight:bold;
background-color:#ffffff;
border-top: solid 0px #666666;
border-bottom: solid 0px #666666;
background-image: url(../images/footerbg.jpg);
background-repeat: no-repeat;
background-position: top;
}


/* --------------------------------- SISÄLLÖN DIV-KUVAT ---------------------------------- */


.picdiv_1 {
height:145px;
border-bottom: solid 0px #666666;
background-image:url(../contpics/1.jpg);
background-repeat:no-repeat;
}


/* -------------------------- MUITA, LOMAKKEET, POTIKAT YMS. ------------------------------ */


.borderpic {
border: solid 1px #cccccc;
}


input, select, textarea{
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
background-color:#ffffff;
border: solid 1px #999999;
}


.selekti {	
width:250px;
height:20px;
}

.txtinput {		                 /* teksti-inputti, nimi, puh/email */
width:250px;
height:20px;
}

.tarea  { 		                /* viestin tekstialue */
width:80%;
height:120px;
}

.potikka  {		/*  lähetä-painike  */
width:80px;
height:22px;
font-weight:bold;
color:#000000;
background-color:#ffffff;
cursor: pointer;
}


blockquote { 
letter-spacing: 0.1em 
}

