/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited {
color:#113fec;
text-decoration:none;
}

a:hover {
color:#000000;
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 */
font-family:trebuchet ms, verdana, arial, tahoma;		 /* Sivuston fonttityylit */
font-size:13px;
color:#000000;
font-weight:normal;

margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#05175e;
background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
background-position: center top; 
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
width: 100%;
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: 0px solid #cccccc;
background-repeat:no-repeat;
}

.mainbg, .content {	  		 	         /* sisällön tausta */

height: 300px;
width: 700px;
padding-left:20px;
padding-right:20px;
padding-bottom: 20px;
padding-top: 10px;
margin-top: 0px;
background-color:#ffffff;
border: solid 0px #b6beb3;
border-collapse: collapse;
background-image: url(../images/mainbg.jpg);
background-repeat:no-repeat;
background-position: center top; 
}


.footerdiv { 											// Alapalkki
width: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 5px;
color:#999999;
font-size:12px;
font-weight:normal;
background-color:transparent;
border: solid 0px;
text-align: center;
}

.footerdiv#toplnk {
	text-align: right;
}

.footerdiv a:link, .footerdiv a:visited {
color:#ffffff;
text-decoration:none;
}

.footerdiv a:hover {
color:#ffffff;
text-decoration:none;
}


/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
font-size:14px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

.navi a:hover {
font-size:14px;
color: #113fec;
font-weight:bold;
text-decoration:none;
}

.navi {   		 				       /* navigoinnin tausta */
width:700px;
text-align: left;
margin-left: 37px;
}

.navbg {
border-top: solid 0px;
padding: 0px;
height: 25px;
}

/* Erillinen tyyli aktiivisen sivun linkeille */
/*.navi a#active:link,  .navi a#active:visited, .navi a#active:hover { color: #ffff00; }*/

/* ----------------------------- Muut tyylit  ---------------------------------- */


.navbg, .footerdiv, .navi {     /* sivun reunat (border) */      
border-color: #b6beb3;
}


.borderpic {
border: solid 1px #113fec;
}


.topbg {                              /* picdiv_1 -> background-color:transparent; */


}

.picdiv {
height: 285px;
background-repeat: no-repeat;
background-position: center;
border-top: solid 0px #b6beb3;
border-bottom: solid 0px #b6beb3;
margin-top: 2px;
}


img.imagemail {
vertical-align: bottom;
}

#laskuri {
font-size: 120%;
margin: 30px;
}
/* ----------------------------- 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 #113fec;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:450px;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#ffffff;
font-weight:bold;
background-color:#113fec;
}