/* CSS Document */



html {
	background: #E3EFDE;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 60px 0 20px 0;
	
	}
	
#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(images/rakenne/ornam.gif) no-repeat left bottom;
	
	}


/*----------branding----------*/
#banner {
	width: 100%;
	height: 125px;
	overflow: hidden;
	background: url(images/rakenne/ylagradi.gif) top no-repeat; 
	}
	
.logo{
	margin: -50px 0 0 -32px;
	border: none;
/*	z-index: 101; */
	position: absolute;

	} 



/*----------- navi ------------*/

#navi {
/*	width: 60%; huom vaakanavissa leveys*/
	float: right;
	padding: 0;
	margin: 65px 10px 0 0;
	} 
	
#navi ul { 
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}

#navi li {
	margin: 0;
	padding: 0;
	float: left;
	}

#navi li a {
	display: block;
	padding: 0 8px;
	margin: 0;
	line-height: 20px;
	float: left;
	color: #BF4C81;
	text-decoration: none;
	border-bottom: 3px solid #cfe6c5;
	background: ;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
		}
	

#navi li a:hover {
  color:  #F39BC2;
  	border-bottom: 3px solid #BF4C81; 
 
}

/*avoinna olevan valikon linkin maarittelyt*/
#navi li a.open {
	background-color: ; /*punainen*/
	border-bottom: 3px solid #cfe6c5; 
	color: #F39BC2;	
	}
	
	
	
	
/*-------contain--------*/	
	

#container {
	float: left;
	width: 770px;
	margin: 0 10px 10px 0;
	padding: 0 0 0 0;
	border-right: 3px solid #F49CC3;
	}
	

#content {
	margin: 10px 5px 5px 0;
	float: right;
	width: 585px;
	}


#contentikk {
	margin: 10px 5px 5px 0;
	float: right;
	width: 585px;
	background-image: url(images/sisalto/ikkunalyht.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
#contenttr{
	margin: 10px 5px 5px 0;
	float: right;
	width: 585px;
	background-image: url(images/sisalto/kynttilat.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
#contentjr{
	margin: 10px 5px 5px 0;
	float: right;
	width: 585px;
	background-image: url(images/sisalto/ikkunalyht3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#contentyh{
	margin: 10px 5px 5px 0;
	float: right;
	width: 585px;
	background-image: url(images/sisalto/kukat3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
#contentwa{
	margin: 10px 5px 5px 0;
	float: right;
	width: 585px;
	background-image: url(images/sisalto/asematalvi.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
#contentma{
	margin: 10px 5px 5px 0;
	float: right;
	width: 585px;
	background-image: url(images/sisalto/maarit4.jpg);
	background-repeat: no-repeat;
	background-position: 100% 4%;
	}

#contentsa{
	margin: 10px 5px 5px 0;
	float: right;
	width: 585px;
	background-image: url(images/sisalto/bjorkholm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
		
#maincontent {
	float: left;
	width: 350px;
	
	}
	
#secondarycontent {
	width: 215px;
	float: right;
	}	
	
#sidebar {
	float: left;
	width: 170px;
	height: 200px;
	}
	

	
	
#kuvat {
	width: 213px;
	float: left;
	margin: 10px 0 0 0;
	}
	

	
	
/*------- subnav ---------*/


#subnav {
	
	width: 190px;
	float: left;
	padding: 0 0 10px 0;
	margin: 48px 0 50px 20px;
	text-align: left;
	overflow: hidden;	
}


/* navivalikon linkkien ja listojen ym maarittelyt */
#subnav ul {
	margin: 0px;
	padding: 0px;
	width: 180px; /*huomaa etta navilista on lyhyempi kuin navin alue*/
	float: left;
	
	}	
	
/* listan jasenet */
#subnav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;	
	
	}
	

/*yksittainen naviotsikko*/
#subnav li a {
	margin: 0 0 1px 0; 
	padding: 0;
	width: 120px;
	height: 20px;
	text-decoration: none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #BF4C81 ;
	
	}

	
#subnav li a:hover {
  color: #F39BC2;
 }
	
#subnav li a.open {
	color: #F39BC2;	
	}


h1 {
	font-size: 0.9em;
	color: #BF4C81;
	padding: 0 0 10px 0;}
	
h2 {
	font-size: 0.8em;
	color: #BF4C81;
	padding: 10px 0 10px 0;}

	
p {
 	font-size: 0.7em;
	line-height: 1.6em;
	color: #333;
	padding: 0;
	}
	
a:link {
	font-size: 0.7em;
	color: #666;
	text-decoration: none;
}



a:visited {
	font-size: 0.7em;
	color: #CC0066;
	text-decoration: none;
}

a:active {
	border: none;
	}


.punainen {
	color: #CC0000;
	}
	

a b {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
}


a .vari {
	text-decoration: underline;
	line-height: 17px;
	color: #BF4C81;
}
	
.bold{
	font-size: 1em;
	color: #BF4C81;
	font-weight: bold;
}
	
	
/*--------- alapalkki -------------*/

#footer {
	clear: both;
	}
	
#footer p {
font-style: italic;
	}	

/*-----------taulukko -------------*/

table {
  border-collapse: collapse;
  width: 30em;
  font: 0.7em Verdana, Arial, Helvetica, sans-serif;
  margin: 15px 0 25px 0;
  padding: 1px 0 0 0;
}

th, td {
  padding: 0.3em 0.4em;
}

.odd {
  background-color: #FCECF9;
}


/* ---------- muuta ------------ */


	
.kuv {
	margin: 10px 0px 0px 13px;}
	

.ilm {
	border: none;
	margin: 30px 0 0 0;
	} 
	
#esite{
	margin: 0 0 50px 20px;
	}
	
.bl{
	color: #333333;
	text-decoration: underline;
}
	
	
.gc {
	float: right;
	margin: 10px 0 0 0;
	padding: 0 15px 10px 0;
	}	
	

	
#tyhja{
	height: 20px;} /*--for joogaloma saareen --*/
	
.alaos {
width: 780px;
margin: 0 auto;
text-align: left;
font-size: 110%;
font-style: oblique;
}

.alaos p {
color: #8CA786;
}
.alaos a {
color: #8CA786;
}


img {
	border: none;}
