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

a:link, a:visited {
color:#579efd;
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 */
/* Sivuston fonttityylit */
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color:#000000;
font-weight:normal;

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

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


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

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

.toppic { 												/* Yläpalkki */
height:178px;
width: 100%;
background-color:#ffffff;

background-image: url(../images/toppic.jpg);
background-repeat:no-repeat;
}


.mainbg {												/* Sisällön tausta */
padding-left:15px;
padding-right:10px;
padding-top: 10px;
padding-bottom: 10px;
background-color:#ffffff;
height: 330px;
}


.footerdiv { 											/* Alapalkki */
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 3px;
margin-top: 5px;
color:#000000;
font-size:11px;
font-weight:normal;
background-color: transparent;
border: solid 0px;
text-align: center;
}


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

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

.navi a:hover {
font-size:11px;
color:#579efd;
font-weight:normal;
text-decoration:none;
}


.lnavbg {   		 				     /* vasen 'palkki' */
width: 24%;
background-color:#FFFFFF;
color:#000000;
border-right: dotted 1px #000000;
/*
background-image: url(../images/lnavbg.jpg);
background-repeat:repeat-y;
*/
}
.navi {
margin-top: 5px;
width: 100%;
}


.navi td {
height:22px;
padding-left:10px;
padding-right:10px;
color:#000000;				      /* lnav-td:ssä olevien nav.nuolten väri */
background-color: transparent;
/*
background-image: url(../images/lnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}


.navi td { 	
border-top: solid 0px #CCE1FF;
}

.navi td.last {
border-top: solid 0px #CCE1FF;
border-bottom: solid 0px #CCE1FF;
}



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


.toppic, .contleft, .contright, .topnavbg, .footerdiv, .footertd, .topnav {     /* sivun reunat (border) */      
border-color: #ffffff;
}


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

.contentpic {
margin-top: 10px;
border: solid 1px #ffffff;
}


img.imagemail {
vertical-align: bottom;
}


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

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

.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;
font-weight:bold;
color:#000000;
background-color:#ffffff;
}