/* ----------------------------- Sisällön tyylit  ---------------------------------- */

a:link, a:visited, .email {
color:#ffffff;
text-decoration:none;
}

a:hover {
color:#ffff00;
text-decoration:none;
}


H1 { /* Sivujen otsikot */	
font-size: 120%;
font-weight:bold;
margin: 0px;
display: inline;
}

H2 { 																	/* Sivujen alaotsikot */	
font-size: 110%;
font-weight:bold;
margin: 0px;
display: inline;
}

/* ----------------------------- Rakenteen tyylit  ---------------------------------- */

img {
border: 0px;
}

html {
min-height: 100%;
height: auto;
}

body {
font-family: verdana, arial,helvetica,sans-serif;
font-size: 11px;
color: #ffff00;
font-weight: normal;

margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 40px;

background-color: #006500;
}

#bodybg {
background-color: #006500;
background-image: url(../images/mbodybg.jpg);
background-repeat:no-repeat;
}

#toppic {
height: 65px;
}

#mainbg {
padding: 10px;
padding-bottom: 20px;
background-color: #006500;
border-bottom: 3px double #006c00;
}

#footerdiv {
color: #ffff00;
text-align: center;
}

/* ----------------------------- Linkkien tyylit  ---------------------------------- */
ul.navi {
list-style-type: none;
margin: 0px;
padding: 0px;
border-top: 1px solid #006c00;
}

.navi li {
background-color: transparent;
border-bottom: 3px double #006c00;
padding: 3px;
padding-left: 10px;
}

.navi  a:link, .navi  a:visited {
display: block;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

.navi  a:hover {
color:#ffff00;
font-weight:bold;
text-decoration:none;
}



ul.subnavi {
list-style-type: none;
margin: 0px;
padding: 0px;
}

.subnavi li {
background-color: transparent;
border: 0px;
padding: 3px;
padding-left: 10px;
}

.subnavi a:link, .subnavi  a:visited {
display: block;
color:#ffffff;
font-weight:normal;
text-decoration:none;
}

.subnavi a:hover {
color:#ffff00;
font-weight:normal;
text-decoration:none;
}


a#active:link,  a#active:visited, a#active:hover { color: #ffff00; } /* Erillinen tyyli aktiivisen sivun linkille */

/*********************************************/
#totop {
border-top: 3px double #006c00;
background-color: transparent;
padding: 2px;
}
#totop a:link, #totop a:visited {
color:#ffffff;
text-decoration:none;
}

#totop a:hover {
color:#ffff00;
text-decoration:none;;
}

img {
	max-width: 250px;
}

.borderpic {
border: solid 1px #cccccc;
}

#varoitus {
 background-color: #999999;
 border-bottom: 1px solid #666666; 
 color: #ffffff;
 padding: 3px;
}

#varoitus a:link, #varoitus a:visited {
color:#ffffff;
text-decoration:none;
}

#varoitus a:hover {
color:#ffffff;
text-decoration:none;
}
/*********************************************/

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;
width: 90%;
}

.txtinput, .selekti {		         /* teksti-inputti, nimi, puh/email  */
height:20px;
}

.tarea  { 		                  /* viestin tekstialue */
height:120px;
}

.potikka  {		                 /* lähetä-painike  */
width: 100px;
height:22px;
color:#000000;
font-weight:bold;
background-color:#cccccc;
border: 1px solid #999999;
}
