* {	margin: 0; padding: 0; } img { border: 0; max-width:100%; } a:focus, input:focus, textarea:focus { outline: none; } .clear { clear: both; } :focus { -moz-outline-style:none; } strong { font-weight: bold; } i { font-style: italic; } td { vertical-align: top; } fieldset { border: 0; } html { -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */ }



body {
	background-color: #F6F9F9;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
	margin: 30px;
	padding: 0;
}

	h1 {
		color: #000;
		font-family: 'Merriweather', serif;
		font-size: 21px;
		line-height: 1.5em;
		padding: 6px 0 6px 0;
	}
	
	h2 {
		color: #000;
		font-family: 'Merriweather', serif;
		font-size: 18px;
		line-height: 1.5em;
		padding: 6px 0 6px 0;
	}
	h3 {
		color: #000;
		font-family: 'Merriweather', serif;
		font-size: 18px;
		line-height: 1.5em;
		padding: 6px 0 6px 0;
	}
	
	p, ul {
		font-family: 'Merriweather', serif;
		padding: 6px 0 6px 0;
	}
	h4 {
		color: #000;
		font-family: 'Merriweather', serif;
		font-size: 18px;
		line-height: 1.5em;
		padding: 6px 0 6px 0;
	}
	h5 {
		color: #000;
		font-family: 'Merriweather', serif;
		font-size: 16px;
		line-height: 1.5em;
		padding: 15px 0 25px 0;
	}
	
	strong { font-weight:bold; }
		
	ul li { list-style-position: inside; padding: 4px 0 4px 25px; }
	
	ul ul li { list-style-position: inside; padding: 4px 0 4px 50px; }	
	
#container {
	width: 1170px;
	height: auto;
	margin: 0 auto; /* Laatikko keskellä sivua */
}

#logo {
	width: 100%;
	height: 400px;
}

#valikko {
	width: 100%;
	font-family: 'Share', cursive;
	height: auto;
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
	background-color: #C9C9C9;
}

	#valikko a {
		padding: 5px 50px 5px 50px;
		text-decoration: none;
		color: #000;
	}
	
	#valikko a:hover {
		text-decoration: underline;
	}

#main {
	width: 100%;
	text-align: left;
}

.clear { clear: both; }

@media screen and (max-width: 800px) {
    .third {
		width: 100%;
	}
}

@media screen and (min-width: 801px) {
    .third {
		width: 30%;
	}
}

.third { margin: 0 1.6% 0 1.6%; float: left; }

#footer {clear:both;

	background-color:#C9C9C9;
	padding: 3px 0;
	margin: 10px 0;
	}
	
	

@media screen and (max-width: 1200px) {
		
	#container { width: 96%; margin: 0 2%; }
	
	#logo {
	height: auto;
}
			
}