/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited {
color:#b3b3b3;
text-decoration:none;
}

a:hover {
color:#b3b3b3;
text-decoration:underline;
}


H1 { 			/* Sivujen otsikot */	
font-size: 120%;
font-weight:bold;
margin: 0px;
display: inline;
color:#ffbb9c;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */
html {
min-height: 100%;
height: auto;
}

body, td {
/* Sivuston fonttityylit */
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color:#ffffff;
font-weight:normal;
}

body { 															/* Sivuston tausta */
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#003e77;
background-image: url(../images/bg.jpg);
background-repeat:repeat-x;
}


.bodytable { 											/* Koko sivuston alue yläpalkista alapalkkiin */
width: 750px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color:transparent;
background-image: url(../images/pohja.jpg);
background-repeat:no-repeat;
}

.bgtable { 												/* Sivuston yläpalkki + sisältöalue */
background-color:transparent;
width: 100%;
border-top: 0px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
background-repeat:no-repeat;
}

.toppic { 												/* Yläpalkki */
height:135px;
background-color:transparent;
/*background-image: url(../images/toppic.jpg);
background-repeat:no-repeat;*/
}


.mainbg {	  		 	            /* sisällön tausta */
height: 300px;
padding-left:170px;
padding-right:20px;
padding-bottom: 20px;
padding-top: 85px;
background-color:#000000;
border: solid 0px #efefef;
background-image: url(../images/main.jpg);
background-repeat:no-repeat;
}


.mainborder {									/* sisällön taustan reuna */
padding: 0px;
background-color: transparent;
}

.footerdiv td {
color:#ffffff;
font-size:11px;
font-weight:normal;
}

.footerdiv { 											/* Alapalkki */
width: 100%;
padding-left: 8px;
padding-right: 8px;
padding-top: 3px;
padding-bottom: 4px;
margin-top: 0px;
background-color:transparent;
border-top: solid 0px;
text-align: center;
}

.footerdiv a:link, .footerdiv a:visited {
color:#ffffff;
text-decoration:none;
}

.footerdiv a:hover {
color:#ffffff;
text-decoration:underline;
}

/* ----------------------------- Navigoinnin tyylit ---------------------------------- */


.navi a:link, .navi a:visited {
display: block;
font-size:11px;
color:#5b3927;
font-weight:bold;
text-decoration:none;
}

.navi a:hover {
font-size:11px;
color: #d2a085;
font-weight:bold;
text-decoration:none;
}


.navi {   		 				       /* navigoinnin tausta */
width:380px;
background-color:transparent;
border-top: solid 0px;
border-bottom: solid 0px;
text-align: center;
margin-right:140px;
/*
background-image: url(../images/topnavbg.jpg);
background-repeat:repeat-x;
*/
}

.navi td {
height:22px;
padding-left:7px;
padding-right:7px;
border-right: solid 0px #666666;
/* 
background-image: url(../images/topnavtdbg.jpg);
background-repeat:repeat-x; 
*/
}


.navi td.last {	 		
border-right: solid 0px #666666;

}


.navi #active {
background-color: #d2a085;
}


.navi #active a:link,  .navi #active a:visited, .navi #active  a:hover {
color: #5b3927;
}


/* ----------------------------- Muut tyylit  ---------------------------------- */


.toppic, .navbg, .footerdiv, .navi {     /* sivun reunat (border) */      
border-color: #666666;
}


.borderpic {
border: solid 1px #cccccc;
}

.picdiv {
height: 145px;

background-repeat: no-repeat;
background-position: left top;
}


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 #cccccc;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
width:250px;
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
width:400px;
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width:80px;
height:22px;
color:#000000;
font-weight:bold;
background-color:#cccccc;
}