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

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

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


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

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

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

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

background-color:#88a96f;
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:#ffffff;
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;

}


.contleft {												/* Sisällön vasen tausta */
width: 55%;
padding-left:20px;
padding-right:10px;
padding-top: 20px;
padding-bottom: 20px;
background-color:transparent;
height: 300px;
}

.contright {                    	/* Sisällön oikea tausta */
padding-left:15px;
padding-right:0px;
padding-top: 20px;
padding-bottom: 20px;
background-color:transparent;
}


.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:transparent;
border: solid 0px;
text-align: center;
}


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


.topnav a:link, .topnav a:visited {
font-size:11px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

.topnav a:hover {
font-size:11px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

/*.topnav #active a:link,  .topnav #active a:visited, .topnav #active  a:hover { color: yellow; }*/ /* Erillinen tyyli aktiivisen sivun linkille */


.topnav {   		 				       /* navigoinnin tausta */
height:22px;
background-color:transparent;
border-top: solid 0px;
border-bottom: solid 0px;
text-align: center;
/*
background-image: url(../images/topnavbg.jpg);
background-repeat:repeat-x;
*/
}

.topnav td {
height:23px;
padding-left:8px;
padding-right:8px;
background-color: transparent;
border-right: solid 0px #cccccc;
/* 
background-image: url(../images/topnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}

/*.topnav #active { background-color: black; }*//* Erillinen tyyli aktiivisen sivun linkin taustalle*/

.topnav td.last { 					 		
border-right: solid 0px #cccccc;
}


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


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


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

.contentpic {
border: solid 1px #663924;
}


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

.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:#ffffff;
font-weight:bold;
background-color:#663924;
}