/* ----------------------------- Sis�ll�n tyylit  ---------------------------------- */

a:link, a:visited {
    color:#0000FF;
    text-decoration:none;
    }
    
    a:hover {
    color:#000000;
    text-decoration:none;
    }
    
    
    H1 { 			/* Sivujen otsikot */	
    font-size: 150%;
    font-weight:bold;
    margin: 0px;
    display: inline;
    }
    
    /* ----------------------------- Rakenteen tyylit  ---------------------------------- */
    html {
    min-height: 100%;
    height: auto;
    }
    
    
    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:#000000;
    background-image: url(images/bodybg.jpg);
    background-repeat:repeat-x;
    background-position: top center;
    }
    
    
    .intro { 											/* Koko sivuston alue yl�palkista alapalkkiin */
    
    width: 700px;
    height: 600px;
    
    
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color:transparent;
    
    }
    
    
    .bodytable { 											/* Koko sivuston alue yl�palkista alapalkkiin */
    width: 750px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color:#e6c129;
    background-image: url(images/pohja.jpg);
    background-repeat:no-repeat;
    
    }
    
    .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:20px;
    padding-right:20px;
    padding-bottom: 20px;
    padding-top: 15px;
    background-color: transparent;
    border: solid 0px #000000;
    
    }
    
    
    .mainborder {									/* sis�ll�n taustan reuna */
    padding: 20px;
    background-color: transparent;
    border-left: solid 1px #000000;
    border-left: solid 1px #000000;
    
    }
    
    .footerdiv { 											/* Alapalkki */
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 4px;
    margin-top: 0px;
    font-size:11px;
    color:#000000;
    font-weight:bold;
    text-align: center;
    
    background-color:transparent;
    border-left: solid 1px #000000;
    border-left: solid 1px #000000;
    }
    
    
    /* ----------------------------- Navigoinnin tyylit ---------------------------------- */
    
    
    .navi a:link, .navi a:visited {
    font-size:13px;
    color:#ff9000;
    font-weight:bold;
    text-decoration:none;
    text-transform: uppercase;
    }
    
    .navi a:hover {
    font-size:13px;
    color: #FFFFFF;
    font-weight:bold;
    text-decoration:none;
    }
    
    
    .navi {   		 				       /* navigoinnin tausta */
    background-color:#000000;
    border-top: solid 1px;
    border-bottom: solid 1px;
    text-align: center;
    
    background-image: url(images/topnavbg.jpg);
    background-repeat:repeat-x;
    
    }
    
    .navi td {
    height:22px;
    padding-left:20px;
    padding-right:20px;
    border-right: solid 1px #000000;
    
    
    
    }
    
    
    .navi td.last {	 		
    border-right: solid 0px #666666;
    }
    
    /* Erillinen tyyli aktiivisen sivun linkeille */
    /*.navi #active { background-color: #666666; }
    .navi #active a:link,  .navi #active a:visited, .navi #active  a:hover { color: #ffff00; }*/
    
    /* ----------------------------- Muut tyylit  ---------------------------------- */
    
    
    .toppic, .navbg, .footerdiv, .navi {     /* sivun reunat (border) */      
    border-color: #000000;
    }
    
    
    .borderpic {
    border: solid 1px #cccccc;
    }
    
    .picdiv {
    height: 145px;
    
    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 #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;
    }