body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:80%;
	background-color: #FFF;
	background-image: url(/hlgr/bg_body.gif);
	background-repeat: repeat-x;
	color:#000;
}

h1, h2, h3, h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;	
	color:#41a62a;
}

h1{
	padding-top:15px;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:0;
}


h2{
	font-size:1.3em;
	padding-top:15px;
	padding-bottom:0;
	margin-top:0;
	margin-bottom:15px;
}

a{
	color:#41a62a;
}

a:hover{
	color:#66cc66;
}

p{
	font-size:1em;
	line-height:1.5em;	
}

ol li{
	padding-bottom:0.5em;
	margin-bottom:0;
}

/* Yläosa */

#head{
	position:relative;
	float:left;
	width:100%;
	height:124px;
	background-image: url(/hlgr/bg_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#head h1{
	display:none;
	color:#41a62a;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:40px;
	margin-top:29px;
	margin-bottom:15px;
	margin-left:0;
	padding-top:0;
	padding-bottom:0;
	padding-left:10px;
}

#head #logo{
	width:980px;
	margin:0 auto;
	height:auto;
}

#head #logo img{
	float:left;
	position:relative;
}


#head #logo h2{
	display:none;
	float:right;
	position:relative;
	color:#e20026;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:36px;
	top:40px;
	margin-top:0;
	margin-left:0;
	padding-top:0;
	padding-bottom:0;
}

/* Valikko */

#navi{
	position:relative;
	float:left;
	width:100%;
	background-image: url(/hlgr/bg_navi.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height:auto;
}

#navi ul{
	width:980px;
	margin:0 auto;
	padding:0;
}

#navi ul li{
	float:left;
	list-style-type: none;
	margin-right:20px;
}

#navi ul li a{
	color:#fff;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:1.1em;
	color:#fff;
	line-height:22px;
}

#navi ul li a:hover{
	color:#e3f6df;
}



/* Keskiosa */

#main{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	display:table;	
	background-repeat: no-repeat;
	background-position: center top;
}

#etusivu #main{
	background-image: url(/hlgr/bg_couple.jpg);
}

#alasivu #main{
	background-image: url(/hlgr/bg_alasivu.jpg);
}

/* Lomake */

#subscribe{
	width:440px;
}

#subscribe h2{
	width:150px;
	float:left;
	font-size:18px;
	line-height:18px;
	margin-top:3px;
	padding-top:0;
}


#subscribe p{
	clear:both;
}

/* Etusivun sisältö */

#sisalto{
	position:relative; 
	top:35px;
	width:980px;
	margin:0 auto;
	text-align:left;
	z-index:100;
}

#etusivuteksti{
	 position:relative; 
	 width:440px; 
	 margin-bottom:40px;
}

#etusivuteksti h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;	
	color:#41a62a;
	font-size:28px;
}

#alasivuteksti{
	 position:relative; 
	 width:800px; 
	 margin-bottom:40px;
}


/* Alaosa */

#footer{
	position:relative;
	clear:both;
	width:100%;
	height:130px;
	background-image: url(/hlgr/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	top:100px;	
}

#info{
	width:980px;
	margin:0 auto;
	text-align:left;
	padding-top:10px;
	color:#41a62a;
	font-weight:bold;
}

#footer a{
	text-decoration:none;
	font-size:0.9em;
	font-style:italic;
}

