/* */

.taulu
{
	width:750px;
	height: 500px;
	border: 1px solid #666666;
 
}

.otsikko
{
	padding-top: 0px;
	margin-top: 0px;
	background-position: 0px 0px;
	background: url(otsikko.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 134px;
}

.sisalto
{
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 55px;
	vertical-align: text-top;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	list-style-image: url(luettelo.jpg);
	/*float: left;*/
}


body
{
	background-color: #D18110;

}

/* Menu valikon määritykset */
.menu
{
	height: 15px;
	width: 100%;
	background-color: #EEEAE9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

a.menu_link
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;	
	font-family: "Trebuchet MS";
	font-size: 12px;
}
a:hover.menu_link
{
	color: #7EAF34;
	text-decoration: none;
	font-weightpx: bold;	
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.copirght {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #9E9E9E;
}
.contactform {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
}

