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

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

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


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

}

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

html {
min-height: 100%;
height: auto;
}

body { 															/* Sivuston tausta */
/* Sivuston fonttityylit */
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color:#ffffff;
font-weight:normal;

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

background-color:#000000;
background-image: url(../images/bodybg.jpg);
background-repeat:repeat-x;
background-position: bottom;
}


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

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

.toppic { 												/* Yläpalkki */
height:120px;
background-color:#ffffff;
background-image: url(../images/toppic.jpg);
background-repeat:no-repeat;
text-align: left; 
padding-left: 20px;
}


.mainbg {	  		 	            /* sisällön tausta */
height: 300px;
padding-left:20px;
padding-right:20px;
padding-bottom: 20px;
padding-top: 15px;
/*background-color:#333333;*/
border: solid 1px #000000;
background-image: url(../images/mainbg.png);
background-repeat:repeat;
background-position: top;
}


.mainborder {									/* sisällön taustan reuna */
padding: 10px;
background-color: #01101c;
background-image: url(../images/borderbg.jpg);
background-repeat:repeat-x;
background-position: top center;
}

.footerdiv { 											/* Alapalkki */
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
font-size:11px;
color:#999999;
font-weight:bold;
text-align: center;

background-color:#333333;
border-top: solid 0px #666666;
border-bottom: solid 1px #666666;
background-image: url(../images/divbg.jpg);
background-repeat:repeat-x;
}


/* ----------------------------- 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: #0590d8;
font-weight:bold;
text-decoration:none;
}


.navi {   		 				       /* navigoinnin tausta */
background-color:#000000;
border-top: solid 1px;
border-bottom: solid 1px;
text-align: center;
background-image: url(../images/divbg.jpg);
background-repeat:repeat-x;
}

.navi td {
height:22px;
padding-left:0px;
padding-right:0px;
border-right: solid 1px #666666;
/* 
background-image: url(../images/topnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}


.navi td.last {	 		
border-right: solid 0px #666666;
}

/* Erillinen tyyli aktiivisen sivun linkeille */
.navi #active { background-color: #666666; background-image: url(../images/divbg_a.jpg);
background-repeat:repeat-x; }
.navi #active a:link,  .navi #active a:visited, .navi #active  a:hover { color: #0590d8; }

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


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


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

.picdiv {
height: 145px;

background-repeat: no-repeat;
background-position: left top;
}


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 #cccccc;
}

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