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

a:link, a:visited {
color:#000000;
text-decoration:underline;
}

a:hover {
color:#8b4513;
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 */
font-family:verdana,arial,helvetica,sans-serif;				/* Sivuston fonttityylit */
font-size:12px;
color:#000000;
font-weight:normal;

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

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


.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;
}

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


.mainbg {	  		 	         /* sisällön tausta */
height: 300px;
padding-left: 5%;
padding-right: 5%;
padding-top: 10px;
background-color:transparent;
/*background-image: url(../images/mainbg.jpg);
background-repeat:no-repeat;*/
}



/*.footerdiv {

padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
font-size:10px;
color:#FFFFFF;
font-weight:normal;
text-align: center;
}*/


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


a.navi:link, a.navi:visited {
font-size:12px;
color:#8b4513;
font-weight:normal;
text-decoration:none;
}

a.navi:hover {
font-size:12px;
color: #000000;
font-weight:normal;
text-decoration:none;
}


.navbg {
padding-bottom: 5px;
text-align: right;
}


.picnavdiv {
position:absolute;
left: 50px;
top:20px;
height:18px;
z-index:1;
}

.navpic, .navpic:active {            /* pikkukuvat (navpics) */
border-left: solid 0px #ffffff;
border-top: solid 0px #ffffff;
border-right: solid 0px #ffffff;
border-bottom: solid 0px #ffffff;
}

.navpic:hover {
border-left: solid 0px #c1db8b;
border-top: solid 0px #c1db8b;
border-right: solid 0px #c1db8b;
border-bottom: solid 0px #c1db8b;
}

/* Erillinen tyyli aktiivisen sivun linkeille */
/*a#activel { color: #ffff00; }
#activep .navpic { border: solid 1px #ffff00; }*/

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


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


.borderpic {
border: solid 1px #ffffff;
}
.logopic{
border: solid 1px #8b2323;
}

.tarjoukset{
background-color: transparent;
background-image: url(../images/tarjoustausta.jpg);
background-position: top center;
padding:10px;
border: solid 1px #885555;
width:300px;
}


.picdiv {
height:270px;
background-color: transparent;
background-repeat: no-repeat;
background-position: left;
border-top: solid 0px #000000;
border-bottom: 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 #588a11;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */

height:120px;
}

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