/* ----------------------------- Sisällön tyylit  ---------------------------------- */

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

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


H1 { 			/* Sivujen otsikot */	
font-size: 120%;
font-weight:bold;
margin: 0px;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */

body { 															/* Sivuston tausta */
font-family:trebuchet ms, verdana, arial, tahoma;		 /* Sivuston fonttityylit */
font-size:13px;
color:#000000;
font-weight:normal;

margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#a8d9fe;
background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
width: 100%;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background-color:transparent;

}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
background-color:transparent;
width: 100%;
border: 0px solid #cccccc;
background-repeat:no-repeat;
}

.mainbg, .content {	  		 	         /* sisällön tausta */

height: 300px;
width: 700px;
padding-left:20px;
padding-right:20px;
padding-bottom: 20px;
padding-top: 10px;
margin-top: 20px;
background-color:#ffffff;
border: solid 1px #95c8ee;
border-collapse: collapse;
background-image: url(../images/mainbg.jpg);
background-repeat:no-repeat;
background-position: bottom right;
}



/*.footerdiv {

padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
font-size:10px;
color:#FFFFFF;
font-weight:normal;
text-align: center;
}*/


/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
font-size:12px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

.navi a:hover {
font-size:12px;
color: #8274a7;
font-weight:bold;
text-decoration:none;
}

.navi {   		 				       /* navigoinnin tausta */
width:700px;
text-align: center;
margin-left: 0px;
}

.navbg {
border-top: solid 0px;
padding: 0px;
height: 25px;
}

/* Erillinen tyyli aktiivisen sivun linkeille */
/*.navi a#active:link,  .navi a#active:visited, .navi a#active:hover { color: #ffff00; }*/

/* ----------------------------- Muut tyylit  ---------------------------------- */


.navbg, .footerdiv, .navi {     /* sivun reunat (border) */      
border-color: #b6beb3;
}


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


.topbg {                              /* picdiv_1 -> background-color:transparent; */
background-image:url(../images/topbg.jpg);
background-repeat: repeat-x;

}

.picdiv {
height: 285px;
background-color: #ffffff;
/* background-color:transparent; */
background-repeat: no-repeat;
background-position: center;
border-top: solid 1px #95c8ee;
border-bottom: solid 1px #95c8ee;
}


img.imagemail {
vertical-align: bottom;
}


/* ----------------------------- Lomakkeen tyylit  ---------------------------------- */

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

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

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

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