
* {	margin: 0; padding: 0; font-weight: normal; }

img { border: 0; }

a:focus, input:focus, textarea:focus { outline: none; }

:focus { -moz-outline-style:none; }

body {
	text-align: center;
	font-family: Gill Sans Mt, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #1d1d1d;
	background-color: #fff;
	z-index: -100;
}

	h1 { font-size: 28px; color: #bf130e; padding: 12px 0 12px 0; }
	
	h2 { font-size: 21px; color: #bf130e; padding: 18px 0 6px 0; }
	
	h3 { font-size: 16px; color: #bf130e; padding: 18px 0 6px 0; }
	
	p { margin: 10px 0 6px 0; }
	
		p.beful { margin-bottom: 0; }
	
	a { color: #bf130e; text-decoration: underline; }
	
	a:hover { color: #bf130e; text-decoration: none; }
	
	.clear { clear: both; }
	
	strong { font-weight: bold; }
	
	.red { color: #bf130e; }
	
	.grey { color: #918f90;}
	
	.hover:hover { color: #bf130e; cursor: default; }
	
	.black:hover { color: #1d1d1d !important; cursor: text; }
	
	/* shadow */

		/* #menu a, .header1 { text-shadow: 1px 1px 2px #2b742f; } */
		
/* template */

#container_outer { width: 790px; background-color: #ebebeb; padding: 0 95px 40px 95px; margin: 0 auto; }

#container {
	background-color: #fff;
	width: 700px;
	text-align: left;
	padding: 0 45px 25px 45px;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: 50px 199px;
	z-index: -2;
}

	#top { height: 28px; width: 640px; padding: 57px 30px 14px 30px; }
	
		#logo { float: left; width: 180px; height: 28px; padding-left: 54px; }
	
		#slogan { float: left; width: 357px; text-align: right; height: 28px; padding: 18px 0 0 0; }

		#menu { width: 670px; height: 100px; padding: 0 0 0 30px; z-index: 3; position: relative; }
			
			/* Taustat */
			
			#back, #slideshow { width: 640px; height: 80px; position: absolute; top: 119px; left: 50%; margin-left: -320px; z-index: 0; }
		
			#menu ul { list-style: none; padding: 87px 0 0 0; background: none; }
			
			#menu li { float: left; background: none; }
			
				#menu li a { display: block; }
				
					#menu li a:hover { background-position: 0 0; }
				
				#menu .linka { background-image: url(../images/menu/a.png); background-position: 0 -54px; width: 105px; height: 26px; margin-right: 5px; }
				
				#menu .linkb { background-image: url(../images/menu/b.png); background-position: 0 -54px; width: 110px; height: 26px; margin-right: 5px; }
				
				#menu .linkc { background-image: url(../images/menu/c.png); background-position: 0 -54px; width: 169px; height: 26px; margin-right: 5px; }
				
				#menu .linkd { background-image: url(../images/menu/d.png); background-position: 0 -54px; width: 116px; height: 26px; margin-right: 5px; }
				
				#menu .linke { background-image: url(../images/menu/e.png); background-position: 0 -54px; width: 120px; height: 26px;  }
				
				.actmenu { background-position: 0 -26px !important; }
	
	#main { width: 640px; height: 370px; margin: 27px 0 34px 30px; line-height: 15px; font-size: 12px; }
	
		#main_left { float: left; width: 318px; height: 343px; border: 1px solid #bf130e; padding: 26px 40px 0 40px; background-color: #fff; }
				
		#main_right { float: left; width: 240px; height: 370px; }
		
		#main ul { margin: 0 0 0 18px; }
		
	#footer { background-image: url(../images/footer.png); font-size: 12px; color: #1d1d1d; width: 720px; height: 39px; margin: 0 0 0 -50px;  }
	
		#footer a { color: #1d1d1d; text-decoration: none; }
