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

a:link, a:visited {
color:#0a0ae1;
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:#EDF5FF;
background-image: url(../images/bg.jpg);
/*background-repeat: no-repeat;*/
}


.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: 1px solid #141415;
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:#ffffff;
font-size:11px;
font-weight:normal;
background-color:#0a0ae1;
border: solid 1px;
text-align: center;
}


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

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

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


.lnavbg {   		 				     /* vasen 'palkki' */
width: 23%;
background-color:#FFFFFF;
color:#000000;
border-right: dotted 1px;
/*
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: #5555cb;
/*
background-image: url(../images/lnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}


.navi td { 	
border-top: solid 1px #141415;
}

.navi td.last {
border-top: solid 1px #141415;
border-bottom: solid 1px #141415;
}



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


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


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

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


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:#EDF5FF;
border: solid 1px #3B70B9;
}

.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:#CCE1FF;
}