@charset "UTF-8";

/* General*/

html, body, fieldset, p, a, ul, ol, li, div, legend, label,
br, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	font-size: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.4em;
	background-color: white;
	color: #797979;
	list-style: none;
	
}

a img {
	border: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #96b400;
}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
}






/* Divs*/

#container {
	height: auto !important;
	height: 100%;
	min-height:100%;
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px; 
	position: relative;
	width: 850px; 
	z-index: 1;
	background: #ffffff url(../images/bg.gif) repeat-y; }
	
#header {
	margin: 0; 
	padding: 0; 
	position: relative; 
	width: 820px; 
	height: 105px;
	background-color: #ffffff;
	 }

#contents {
	margin: 0; 
	padding: 15px 0 50px 0;
	position: relative; 
	width: 820px; 
	height: 100%;
	background-color: #ffffff; }
	
#footer {
	margin: 0; 
	padding: 15px 0 15px 0; 
	position: absolute;
	bottom: 0;
	left: 15px;
	
	width: 820px; 
	height: auto;
	text-align:center;
	font-size: 0.6em;
	
	}


#flags {
	margin: 0;
	padding: 0;
	width: auto;
	position:absolute;
	top: 5px;
	right: 15px;

	
	
	}
	
	
	
/* Imgs*/
	
#logo {
	margin: 10px 0 20px 30px;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	width: 149px;
	height: 80px; }
	
#etusivu {
	margin: 20px 0 20px 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	width: 820px;
	height: 287px; }



/* Format */

p {
	margin: 0;
	margin-bottom: 1em;
	font-size: 0.70em;
	}
	


h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 0.97em;
	color: #96b400;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 35px;
	clear: both;}

h2 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #96b400;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 35px;
	clear: both;}
	
h3 {
	margin: 0;
	margin-bottom: 1em;
	font-size: 0.75em; }
	
.headerText {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	right: 70px;
	font-size: 0.9em;;
	}






/* Lomake */
/*
form#lomake { 
	background-color: #ffffff; 
	color: #797979; 
	
 
}

input { 
	background-color: #ffffff; 
	color: #797979; 
	border: 2px outset #000000;
 
}

*/



/* Top Menu */

#topMenu
{	
	position:relative;
	margin: 0;
	padding: 0;
	width: 820px;
	height:28px;
	font-size: 0.7em;

	
}

#topMenu ul
{	
 	padding: 0;
	margin: 0;
	position:relative;
	top:0;
	text-align:center;
	
	background-image: url(../images/menu_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}


#topMenu ul li
{
	display: inline;
	text-align: center;
	position:relative;
	top: 0px;
	
}

#topMenu ul li a

{
	color: #3a3a3a;
	padding: 0 18px 10px 18px;
	
	
	
	background-image: url(../images/menu_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	
}



#topMenu ul li.active, #topMenu ul li a:hover
{
	background-image: url(../images/top_menu_active.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e5effb;
}
