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

a:link, a:visited {
  color: #0066CC;
  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  ---------------------------------- */

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

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

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

.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-spacing: 0;
}

.toppic { 												/* Yläpalkki */
  height: 178px;
  width: 100%;
  background-color: #ffffff;

  background-image: url(images/toppic.jpg);
  background-repeat: no-repeat;
  text-align: left;
  vertical-align: top;
}

.mainbg {												/* Sisällön tausta */
  padding-left: 15px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footerdiv { 											/* Alapalkki */
  width: 100%;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-top: 5px;
  background-color: #ffffff;
  border: solid 1px;
  text-align: center;
}

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

.navi a:link, .navi a:visited {
  color: #a0131c;
}

.navi a:hover {
  color: #000000;
}

.lnavbg {   		 				     /* vasen 'palkki' */
  width: 23%;
  background-color: #a0131c;
  border-right: dotted 1px;
  text-align: left;
  vertical-align: top;
}
.navi {
  margin-top: 5px;
  width: 100%;
  border-spacing: 0;
}

.navi td {
  height: 22px;
  padding-left: 10px;
  padding-right: 10px;
/*  color: #a0131c;				      /* lnav-td:ssä olevien nav.nuolten väri */
  background-color: #ffffff;
  border-top: solid 1px #000000;
  width: 100%;
}

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

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


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

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

.contentpic {
  margin-top: 10px;
  margin-left: 300px;
  border: solid 0px #000000;
}

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: 400px;
  height: 120px;
}

.required {                     /* pakollinen-indikaattori */
  color: #ff0000;
}

.antispam {                     /* spämmerit pois */
  display: none;
}

.error {                        /* virhe */
  color: #ff0000;
}

.potikka  {		                 /* lähetä-painike  */
  width: 80px;
  height: 22px;
  font-weight: bold;
  color: #000000;
  background-color: #cccccc;
}

.grecaptcha-badge {
  display: none !important;
}