/* 	tiedoston rakenne
	- tagit
	- yksittäiset elementit (siinä järjestyksessä kuin sorsassa tulevat)
	- muut luokat

-------------------------------------------------------------------------- */

/* ====== TAGIT ====== */

body {
	font-size: 12px;
	}

h1 {
	font-size: 16px;
	}

h2, h3, h4, h5, h6 {
	font-size: 12px;
	}


/* ====== YKSITTÄISET ELEMENTIT ====== */

#Navi {
	display: none;
	}

#Raami {
	width: auto;
	}

#Raami img {
	display: none;
	}

#Header {
	border-bottom: 1px solid #0D3F96;
	}	

#Header img {
	display: inline;
	}

#Teksti {
	_margin-top: 10px;
	padding-top: 10px;
	}

#Teksti img {
	display: inline;
	}

#Uutiset {
	width: auto;
	padding-left: 10px;
	padding-top: 10px;
	border-left: 1px solid gray;
	}

#Uutiset img {
	display: inline;
	}

#AlaTaulu {
	display: none;
	}

/*#Footer {
	display: block;
	position: absolute;
	bottom: 20px;
	width: auto;
	} */

#Footer {
	font-size: 9px;
	text-align: left;
	color: black;
	padding-top: 5em;
	height: auto;
	width: 90%;
	}

#Footer a {
	margin: 0;
	padding: 0;
	color: black;
	}

/* ====== MUUT LUOKAT ====== */

