/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited {
color:#dfedff;
text-decoration:none;
}

a:hover {
color:#ffffff;
text-decoration:none;
}


H1 { 			/* Sivujen otsikot */	
font-size: 120%;
font-weight:bold;
margin: 0px;
display: inline;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */
html {
min-height: 100%;
height: auto;
}

body { 															/* Sivuston tausta */
/* Sivuston fonttityylit */
font-family:verdana,arial,helvetica,sans-serif;
font-size:12px;
color:#ffffff;
font-weight:normal;

margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#d0d0d0;
/*background-image: url(../images/bg.jpg);
background-repeat:repeat-x;*/
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
width: 750px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
background-color:transparent;
}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
background-color:#306ab3;
width: 100%;
border: 0px solid #cccccc;
background-image: url(../images/pohja.jpg);
background-repeat:no-repeat;
}

.toppic { 												/* Yläpalkki */
height:100px;
width: 100%;
background-color:transparent;


}


.mainbg {												/* Sisältö */
padding-left:20px;
padding-right:20px;
padding-top: 20px;
padding-bottom: 20px;
background-color:transparent;
height: 300px;
}


.footerdiv { 											/* Alapalkki */
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 5px;
color:#ffffff;
font-size:11px;
font-weight:normal;
background-color:#2f6ab3;
border: solid 0px;
text-align: center;
}


/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
font-size:11px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

.navi a:hover {
font-size:11px;
color:#dfedff;
font-weight:bold;
text-decoration:none;
}

/*.navi #active a:link,  .navi #active a:visited, .navi #active  a:hover { color: yellow; }*/ /* Erillinen tyyli aktiivisen sivun linkille */


.navi {   		 				       /* navigoinnin tausta */
height:22px;
background-color:transparent;
border-top: solid 0px;
border-bottom: solid 1px;
text-align: center;
/*
background-image: url(../images/topnavbg.jpg);
background-repeat:repeat-x;
*/
}

.navi td {
height:22px;
padding-left:8px;
padding-right:8px;
background-color: transparent;
border-right: solid 1px #2f6ab3;
/* 
background-image: url(../images/topnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}

/*.navi #active { background-color: black; }*//* Erillinen tyyli aktiivisen sivun linkin taustalle*/

.navi td.last { 					 		
border-right: solid 0px #cccccc;
}


/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .contleft, .contright, .topnavbg, .footerdiv, .footertd, .navi {     /* sivun reunat (border) */      
border-color: #2f6ab3;
}


.borderpic {
border: solid 1px #2f6ab3;
}

.contentpic {
border: solid 1px #2f6ab3;
margin-left: 20px;
margin-bottom: 20px;
}


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 #2f6ab3;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:400px;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#ffffff;
font-weight:bold;
background-color:#2f6ab3;
}