/* CSS-tyylitiedosto, Vantaan paikallishistoria, Tehnyt: Harto Pönkä, 2004 */

/* RAKENNE */
html, body {
	margin: 0;
	padding: 0;
}

#main {
	height: 100%;
	width: 100%;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	position: relative;

}

table.etusivu {
	width: 100%;
	height: 100%;
	background-image: url(pics/tausta_etusivu.gif);
  	background-repeat: repeat-x;
  	background-position: left center;	
}

td.etusivu {
	vertical-align: middle;
	text-align: center;
}

#body {
	background-image: url(pics/tausta_sisasivut.gif);
  	background-repeat: repeat-y;
  	background-position: center center;	
}

#sisasivu {
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 383px;
}

div.main {
	position: absolute;
	text-align: center;
	width: 780px;
	height: 383px;
}

div.left {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 185px;
	float: left;
}

div.right {
	width: 140px; 
	height: auto; 
	margin-left: 7px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 7px; 
	float: right;
	background: #ffffff;
	font-size: 11px;
}

#box {
	margin-bottom: 7px; 
	text-align: left;
	background: #eeeeee;
	border: 1px solid #dddddd;
	padding: 5px;
}

#image {
	margin-top: 30px;
	margin-bottom: 7px; 
	text-align: center;
	padding: 5px;
}

#content {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	width: 595px;
	float: left;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #444444;
	line-height: 1.3em;
}

td,th {
	line-height: 1.3em;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	text-align: left;
	padding-left: 7px;
	color: #444444;
}



/* TEKSTIT */

#content h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #eeeeee;
	text-align: center;
	margin-bottom: 40px;
}

#content h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
}

#content h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0;
}

#content p {
	line-height: 1.35em;
}

#content a:link, #content a:visited, #content active {
	text-decoration: none;
	color: #222299;
}

#content a:hover {
	text-decoration: underline;
	color: #222299;
}

#box a:link, #box a:visited, #box active {
	text-decoration: none;
	color: #222299;
}

#box a:hover {
	text-decoration: underline;
	color: #222299;
}



/* KUVAT */

#paaotsikko {
	margin-left: 85px; 
	margin-top: 20px; 
	margin-bottom: 5;
}
