body {
	margin: 0;
	font-family: arial, verdana, tahoma;
/*	background: url('kuvat/tausta.gif') repeat-y; ------------------------- */
}

#header {
	width: 750px;
	background: url('kuvat/header.jpg') no-repeat bottom left;
	padding-bottom: 2px;
	border-bottom: 1px white solid;
}

#header a {
	color: black;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: bold;
}

#header ul {
	margin: 0;
	padding-left: 0;
}

#header li {
	display: inline;
}

/* --------------------------- Kokosivu */

#kokosivu {
	width: 750px;
}

/* ------------------------------- Logo */

#logo {
	background: url('kuvat/logo.jpg') no-repeat;
	width: 100%;
	height: 140px;
}

#logo div {
	font-size: 0;
	color: white;
}

/* ---------------------------- Valikko */

#valikko {
	background: url('kuvat/valikko.jpg') no-repeat top left;
	margin: 0;
	float: left;
	height: 36px;
	width: 430px;
}

#valikko ul {
	margin: 0;
	padding: 0;
}

#valikko li {
	display: inline;
	width: 120px;
	margin-top: 5px;
	padding-left: 15px;
	list-style-type: none;
	text-align: center;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}

#valikko li:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}

#valikko a {
	text-decoration: none;
	color: #034300;
	background-color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
	text-transform: uppercase;
}

/* ------------------------------- Haku */

#haku {
	font-size: 12px;
	font-weight: bold;
	color: #668015;
	text-align: right;
	margin: 0;
	float: auto;
	height: 35px;
	padding: 3px 10px;
}

#haku form {
	display: inline;
}

#haku input {
	border: 1px #668015 solid;
	background: #EBF9B9;
	font-weight: bold;
	color: #668015;
	height: 16px;
	font-size: 90%;
	
}

/* ------------------------------ Leipä */

#leipa {
	width: 100%px;
	padding: 30px;
	font-size: 13px;
	color: black;
}

#leipa a {
	color: #668015;
	font-weight: bold;
	text-decoration: underline;
}

#leipa li {
	list-style-type: square;
	color: black;
}

/* ------------------------------ Muut */

h1 {
	font-size: 16px;
	color: #668015;
}

input, textarea {
	border: 1px #668015 solid;
	background: #EBF9B9;
	font-weight: bold;
	color: #668015;
}
