body{
	background-color: #e3efd0;
}

/*tekstin ja fontin yleiset asetukset*/
table, tr, td, div, body{
	font: 13px arial;
	color: black;
	text-align: top;
	vertical-align: top;
}


A:link        {text-decoration: none;      color: green; }
A:active      {text-decoration: none;      color: green; }
A:visited     {text-decoration: none;      color: green; }
A:hover       {text-decoration: underline;      color: green; } 


h2{
	font: 27px Times New;
	color: #33cc33;
	margin-top: -5px;
	margin-bottom: 10px;
}



#runko{
	position: relative;
	width: 825px;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	margin-bottom: 10px; 
	margin-top: 20px;
}



/* Menu */
#menu {
	border-left: 1px solid black;
	border-right: 1px solid black;
	
}

#menu li{
	display: inline;
	width: 148px;
}

#menu li a{
	text-decoration: none;
	border-bottom: 1px solid black;
	padding: 2px;
	display: block;
}

#menu li a:hover {
	background: #b1d989;
}



/*Download osion ylä menun säätö*/
#LitleMenu{
	float: left;
	margin-top: -30px;
	margin-left: 112; 
	padding: 4px 6px 5px 4px;
	background-color: #e3efd0; 
	border-left: 1px solid black;
	border-right: 1px solid black;
}




/*Mappilistan järjestys valikko loota*/
#jarjestaMappiListaLoota{
        display: none;
        z-index:4;
        width: 90px;
        border: 1px solid black; 
        background-color: #e3efd0;
	position: relative;
	float: none;
}

#jarjestaMappiListaLoota li{
	display: inline;
	width: 88px;

}

#jarjestaMappiListaLoota li a{
	text-decoration: none;
	padding: 2px;
	display: block;

}

#jarjestaMappiListaLoota li a:hover {
	background: #b1d989;
}




/* Pikku lootat  */
#loota{
	width: 150px;
	margin-bottom: 15px;
}

#otsikkoTausta{
	background-image: url('images/palkki.png');
	width: 150px;
	height: 26px;
}

#otsikko{
	font: 15px Times New;
	text-align: center;
	padding-top: 4px;
}

#LootSis{
	padding: 4px 4px 4px 4px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}


/*Sisältö alue*/
#keskus{
	width: 515px;
}

.isoyla{
	background-image: url('images/keskipalkki.png');
	height: 26px;
}

.sisalto{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 5px;
}




/*Yleiset riviväritys asetukset */
.rivi_a{
	background: #b1d989;
}

.rivi_b{
	background: #e3efd0;
}

.rivi_c{
	background: red;
}



/* Lomakkeet */
input, textarea, select  {
	border: 1px solid #66cc33;
	font-family: arial;
	font-size: 13px; 
	font-style: normal;
	padding-left: 3px; 
	color: #000000;
	background-color: #e3efd0;
	margin-bottom: 2px; 
}



/*FAQ sivu */

.faqOtsikko{
	padding: 4px 2px 4px 2px;
	background-color: #b1d989;
	font: 14px arial;
	color: green;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}


#BBC img{
	margin: 1px; 
}


/*Sekalaista*/

#errorBox {
	border: 3px solid #C00;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: -5px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #C00;
	width: 813px;
}

	
fieldset{
	border: 1px solid green;
	margin-bottom: 10px;
}

fieldset legend{
	color: #000000;
}

fieldset ol{
	margin-left: -20px;
	font-size: 10px;
}

#katoKaikkiSkin{
float: right; 
margin-top: -32px; 
margin-right: 205;
}

.ButtonKoodi{
padding: 2px 2px 2px 2px;
border: 1px solid black;
width: 460px;
background-color: #b1d989;
}
