/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited {
color:#442da8;
text-decoration:none;
}

a:hover {
color:#432ca4;
text-decoration:underline;
}


.pagetitle, h1 { 			/* Sivujen otsikot */
font-weight:bold;
padding-top:10px;
padding-bottom:0px;
padding-left:10px;
height:21px;
color:#7a2988;
background-color: transparent;
border-bottom: solid 0px #ffffff;
margin: 0px;
background-image: url(../images/main.png);
background-repeat:repeat;
}


html {
min-height: 100%;
height: auto;
}

/* ----------------------------- Rakenteen tyylit ---------------------------------- */

body { 															/* Sivuston tausta */
/* Sivuston fonttityylit */
font-family:calibri,arial,helvetica,sans-serif;
font-size:19px;
color:#7a2988;
font-weight:normal;

margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#561063;
background-image: url(../images/pohja.jpg);
background-repeat:no-repeat;
background-position: top left;
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
width: 100%;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color:transparent;
/*background-image: url(../images/bodybg.jpg);
background-repeat:no-repeat;*/
}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
background-color:transparent;
width: 100%;
background-repeat:no-repeat;
}

.toppic { 												/* Yläpalkki */
height:80px;
background-color:transparent;
/*background-image: url(../images/toppic.jpg);
background-repeat:repeat-x;*/
}


.mainbg {												/* Sisällön tausta */
height: 250px;
padding-top:10px;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
background-color:transparent;
background-image: url(../images/main.png);
background-repeat:repeat;
}


.footerdiv { 											/* Alapalkki */
width: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
color:#ffffff;
font-size:11px;
font-weight:bold;
background-color:#9e4cab;
border: solid 0px #999999;
text-align: center;

/*background-image: url(../images/divbg2.jpg);
background-repeat:repeat;
background-position: bottom left;*/
}

.footerdiv a:link, .footerdiv a:visited {
color:#ffffff;
text-decoration:none;
}

.footerdiv a:hover {
color:#000000;
text-decoration:none;
}

/* ----------------------------- Navigoinnin tyylit ---------------------------------- */

.navi a:link, .navi a:visited {
font-size:15px;
color:#4e38ad;
font-weight:bold;
text-decoration:none;
}

.navi a:hover {
font-size:15px;
color:#432ca4;
font-weight:bold;
text-decoration:none;
}

.lnavbg {   		 				     /* vasen 'palkki' */
width: 20%;
color:#000000;
border-right: dotted 1px #9e4cab;
background-image: url(../images/main.png);
background-repeat:repeat;


}

.rnavbg {   		 				     /* vasen 'palkki' */
width: 22%;
color:#000000;
border-left: solid 0px;
background-image: url(../images/main.png);
background-repeat:repeat;
}

.navi {
margin-top: 0px;
width: 100%;


}

.navi td {
height:24px;
padding-left:40px;
padding-right:10px;
color:#FFFFFF;			      /* lnav-td:ssä olevien nav.nuolten väri */
font-weight:bold;
/*background-color: #000000;
background-image: url(../images/footerbg.jpg);
background-repeat:repeat-x;*/
text-align: right;
white-space:nowrap;
border-right: solid 0px #000000;
border-top: solid 0px #000000;
/*
background-image: url(../images/lnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}

.navi td { 	

}

.navi td.last {
border-bottom: solid 0px #512a0f;
}


/* ----------------------------- Muut tyylit  ---------------------------------- */

.borderpic {
border: solid 1px #cccccc;
}

.picdiv {
height: 200px;
border-top: solid 0px;
border-bottom: solid 0px;
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
}


img.imagemail {
vertical-align: bottom;
}

.toppic, .rnavbg, .picdiv, .mainbg {     /* sivun reunat (border) */      
border-color: #9e4cab;
}

/* ----------------------------- Lomakkeen tyylit  ---------------------------------- */

input, select, textarea {
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
background-color:#efefef;
border: solid 1px #cccccc;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:85%;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#000000;
font-weight:bold;
background-color:#cccccc;
}