body {
	line-height: 12pt;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-color: #c1c1c1;
	color: #3e3e3e;
	background-image: url(tausta.gif);
	font-size: 9pt;
	font-family: Arial, Helvetica, Verdana;
}


a {
	color: #4e4e4e;
}


a:hover {
	color: #4e4e4e;
	text-decoration: none;
}

#menu {
	margin-left: 40px;
	margin-top: 20px;
}


#menu a {
	color: #3e3e3e;
        text-decoration: none;
}

#menu a:hover {
	color: #3e3e3e;
        text-decoration: underline;
}

#menu a:active {
	color: #3e3e3e;
        text-decoration: underline;
}


#otsikko {
	height: 135px;
}

#sivupalkki {
	float: left;
	width: 201px;
}

#tekstilaatikko {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 40px;
	min-height: 70%;
	border: 1px solid #747474;
	background-color: #ddd;
	position: absolute;
	left: 201px;
	top: 135px;
	width: 670px;

}

h1 {
	border-color: #a7a7a7;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	border-bottom-width: 1px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	margin-top: -20px;
	margin-bottom: 20px;
}


h2 {
	border-color: #a7a7a7;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	border-bottom-width: 1px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
}


h3 {
	font-size: 13pt;
	font-weight: normal;
}

.vasen {
	float: left;
	padding-right: 40px;
	padding-left: 40px;
}

.keskitys {
	text-align: center;
}


.taulukko {
	border-spacing: 1px 1px;
	border-collapse: collapse;
	width: 650px;
	border-color: #3e3e3e;
	border-style: solid;
	border-width: 1px;
}

.taulukko td {
	padding-left: 5px;
}

.td2 {
	background-color: #c9c9c9;
}

.sukutaulu {
	margin-top: 20px;
	margin-bottom: 20px;
	border-spacing: 1px 1px;
	border-collapse: collapse;
	width: 650px;
	border-color: #3e3e3e;
	border-style: solid;
	border-width: 1px;
}


#tekstilaatikko img {
	border-color: #3e3e3e;
	border-width: 1px;
	margin-bottom: 10px;
}




