body {
	background-color: #e0cda6;
	color: #444;
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial;
	line-height: 15pt;
	padding: 0; 
	margin: 0;	
}

#kokosivu {
    margin-bottom: 20px;
}


/* YLAPALKKI JA OTSIKKO */


#yla {
    background:#942c0d;
    border-bottom:7px solid #e0d1b0;
    height:35px;
}

#otsikko {
    margin: 0 auto;
    width: 862px;
    margin-top: -7px;
    margin-bottom: -15px;
}


/* MENU */


#menu {
    width:100%;
    position: relative;
    top: 0;
    left:0;
    text-align: center;
    padding-top: 9px;
    letter-spacing: 2px;
    font-size: 8pt;
    height: 42px;
   
}

ul.menu, ul.menu li {
    display:inline;
    list-style:none;
}


ul.menu li {
    padding-right: 65px;
}


#menu a:link, #menu a:active, #menu a:visited {
    color: #eee;
    text-decoration: none;
    	padding: 0 8px 17px 8px;
}

#menu a:hover {
	color: #eee;
    text-decoration: none;
    background: url(nuoli.gif) bottom center no-repeat;
}


/* TEKSTILAATIKKO */

#laatikko {
    width:842px;
    border: 10px solid #e7dac0;
    background-color: #fff;
    margin: 0 auto;
}

#tekstit {
    width:770px;
    margin: 25px 0 25px 30px;
}


 /* OTSIKOT */
 
 h1 {
	color: #a42500;
	font-size: 14pt;
	margin-bottom: 13px;
	font-weight: lighter;
	margin-top: 0px;
	letter-spacing: 1px;
}
 
h2 {
	color: #a42500;
	font-size: 12pt;
	margin-bottom: 10px;
	font-weight: lighter;
	margin-top: 0px;
}


 /* LINKKI */

 a:link {
	color: #a42500;
	text-decoration: none;
}

 a:visited {
	color: #a42500;
	text-decoration: none;
}
 
 
 a:hover {
	color: #a42500;
	text-decoration: underline;
}
 
 
 /* SUKUTAULU */

.sukutaulu {     
    width : 770px;
}

.sukutaulu td  {     
    padding-left: 10px;
    border: 1px solid #cdcfce;
}

.td2  {     
    background: #e7dac0;
}

 .pienifontti  {     
    font-size: 7pt;
    color: #555;
}
 
/* MUUT */

.vasenkuva {
	float: left;
	border: 1px solid #cfcfcf;
	margin: 2px 30px 10px 0;
	background-color: #fff;
	padding: 7px;
}

.kuva {
	border: 1px solid #a6a6a6;
	margin: 0 20px 0px 0;
	background-color: #fff;
	padding: 5px;
}

.viiva {     
    border-bottom: 1px solid #cdcfce;
    clear: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.clear { 
	clear: both; 
	visibility: hidden; 
	height: 0px; 
	overflow: hidden; 
}	 
