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

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

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


H1 { 			/* Sivujen otsikot */	
color:#33cc66;
font-size: 120%;
font-weight:bold;
margin: 0px;
}
H2 {
color:#33cc66;
font-size: 100%;
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:#33cc66;
background-image: url(../images/bodybg.jpg);
background-repeat: repeat-y;
background-position: center;
}


.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:transparent;
width: 100%;
border: 0px solid #cccccc;
background-repeat:no-repeat;
background-image: url(../images/contbg.jpg);
background-repeat: repeat-y;
background-position: center;
}

.toppic { 												/* Yläpalkki */
height:100px;
background-color:#ffffff;
background-image: url(../images/toppic.jpg);
background-repeat:no-repeat;
}


.mainbg {												/* Sisällön tausta */

padding-left:15px;
padding-right:15px;
padding-top: 15px;
padding-bottom: 10px;
background-color: transparent;
height: 200px;
}

.tuotteet_table{
background-image: url(../images/hevonen_usva.png);
background-repeat: no-repeat;
}

.footerdiv { 											/* Alapalkki */
padding-left: 8px;
padding-right: 8px;
color:#000000;
font-size:11px;
font-weight:normal;
background-color:#ffffff;
border: solid 0px;
text-align: center;
background-image: url(../images/footerbg.jpg);
background-repeat: no-repeat;
background-position: top;
height: 68px;
}


/* ----------------------------- 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:#ffffff;
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 */

.lnavbg {   		 				     /* vasen 'palkki' */
width: 180px;
background-color: transparent;
color:#000000;
border-right: solid 0px;
background-image: url(../images/navbg.jpg);
background-repeat: no-repeat;
background-position: top;
}
.navi {
margin-top: 0px;
width: 100%;
}


.navi td {
height:22px;
padding-left:20px;
padding-right:10px;
color:#000000;				      /* lnav-td:ssä olevien nav.nuolten väri */
font-weight:bold;
background-color: transparent;
/*
background-image: url(../images/lnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}


.navi td { 	
border-top: solid 0px #efefef;
}

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

.navi td.last {
border-top: solid 0px #efefef;
border-bottom: solid 0px #efefef;
}


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


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


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

.picdiv {
height: 145px;
border-top: solid 0px #cccccc;
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 #666666;
}

.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:#ffffff;
cursor: pointer;
}

.bottommost {
background-image: url(../images/topbg.png);
background-repeat: repeat-x;
background-position: top;
height: 100%;
}