
body#etusivu {
	background: transparent url("../img/background_deco.jpg") no-repeat center top;
}

body#etusivu header {
	height: 870px;
}

/*** Perussivujen tyylit nollataan etusivulla! ***/
#content {
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0px;
	min-height: 100px;
	padding: 0px;
}

.etusivu_lammas {
	float: right;
	margin-left: 20px;
}

.etusivu_kana1 {
	position: absolute;
	top: 80px;
	right: 240px;
	z-index: 100;
}

.etusivu_kana2 {
	position: absolute;
	top: 750px;
	left: 20px;
	z-index: 100;
}

#avoinna {
	position: absolute;
	top: 0px;
	right: -4px;
	width: 203px;
	height: 180px;
	padding: 16px 30px 40px 80px;
	background: transparent url("../img/avoinna_bg.png") no-repeat center top;
	z-index: 90;
	color: #0075be;
	font-family: Handlee, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.3em;
	overflow: hidden;
}

#avoinna * {
	font-family: Handlee, Arial, sans-serif;
}

#avoinna h2 {
	font-weight: normal;
	margin: 4px 0;
	font-size: 120%;
}

#avoinna div {
	margin: 0.1em 0;

	overflow: hidden;
	font-size: 20px;
	line-height: 26px;
	height: 132px;
}

#avoinna .google {
	position: absolute;
	top: 190px;

	font-size: 15px;
	line-height: 1.2em;
	color: #0075be;
	border-bottom: 1px dotted #a5c9f3;
	background: #fff;
	z-index: 100;
}

#avoinna .google:hover {
	border-bottom: 1px dotted #ccc;
	color: #333;
	text-decoration: none;
}

