/* CSS Document */
body {
	font: 0.9em "Trebuchet MS", Arial, sans-serif;
	color: #110;
	margin: 0;
	padding: 0;
	background: #E0E0CC none;
	}
h1, h2, h3 { font: "Trebuchet MS", Arial, sans-serif; }
h1 { font-size: 2em; margin: 0 0 1em 0; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.3em; margin: 1em 0 0.5em 0; }
p { margin: 0 0 1em 0; }

a {
	color: #03E;
	text-decoration: none;
	border-bottom: 1px solid #CCA;
	}
a:visited { border-bottom: none; }
a:hover {
	border-bottom: none;
	color: #997;
	}
	
.oikea { float: right; }
.vasen { float: left; }

.clear { clear: both; }
/* Layout */
#kokosivu {
	width: 680px;
	margin: auto;
	background: #FFF none;
	border-left: solid 1px #DADAD2;
	border-right: solid 1px #DADAD2;
	}
#header {
	padding: 15px 20px 25px 20px;
	background: url("kuvat/ylatausta.gif") no-repeat;
	}
	#headercontainer { height: 160px; }
	#slogan { font-size: 15px; width: 150px; text-align: center; font-weight: bold; }
	#kieli {
		float: right;
		font-size: 1.2em;
		}
#menu {
	width: 160px;
	float: left;
	padding-bottom: 40px;
	}
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#menu li {
			width: 160px;
			margin: 10px;
			text-align: center;
			}
		#menu a {
			display: block;
			text-indent: -2000px;
			width: 160px;
			height: 80px;
			border: none;
			}
#sisalto {
	width: 460px;
	padding: 10px 15px 30px 0;
	float: right;
	}
#alatunniste {
	height: 0.7em;
	padding: 23px 25px;
	font-size: 0.7em;
	background: url("kuvat/alatausta.gif") no-repeat;
	}


