body {
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
	background: url(cms/images/layout/bg_bottom.jpg) no-repeat fixed bottom white;
	color: #4f4f4f;
	padding: 0;
	margin: 0;
	height: 100%;
	}
img {
	border: 0;
	}
h1 {
	font-size: 1.5em;
	margin: 5px 0;
	padding: 0;
	}
h2, h3, h4 {
	margin: 0;
	padding: 0;
	}
a {
	color: #fc5b07;
	text-decoration: none;
	}
a:hover {
	color: gray;
	text-decoration: underline;
	}
.small {
	font-size: 90%;
	}
div {
/*	border: 1px solid red; */
	}
#background {
	position:absolute;
	background: url(cms/images/layout/bg_bottom.jpg) no-repeat bottom center;
	height: 100%; 
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
	}
#bg_top {
	position:absolute;
	top:0;
	background: url(cms/images/layout/bg_top.jpg) no-repeat top center;
/*	height: 100%;  */
	height: 400px; 
	width: 100%;
	z-index: 2;
	}
#bg_bottom {
	position:absolute;
	bottom: 0;
	background: url(cms/images/layout/bg_bottom.jpg) no-repeat bottom center;
	height: 240px; 
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
	}
#space {
	position: absolute;
	width: 100%;
	top: 120px;
	z-index: 5;
	}
#site {
	margin: 0 auto 20px auto;
	width: 760px;
	z-index: 3;
	}
#topnav {
	width: 100%;
	background: url(cms/images/layout/menubar.gif) no-repeat top left;
	height: 40px;
	color: white;
	font-size: 1.0em;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: center;
	padding: 0;
	border-bottom: 1px solid black;
	}
#fiiliskuva {
	height: 150px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	overflow: hidden;
	}
#content {
	border: 1px solid #999;
	margin: 0;
	padding: 5px 10px 5px 15px;
	font-size: 0.9em;
	background: #fff;
	}
#content img {
	margin: 10px;
	border: 1px solid gray;
}
#footer {
	background: url(cms/images/layout/footer.gif) no-repeat top left;
	height: 67px;
	padding: 5px 0 0 10px;
	color: white;
	font-size: 0.9em;
	line-height: 2;
	margin-bottom: 20px;
	}
#footer a {
	cursor: pointer;
	color: white;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
	
/* Uvumi-Dropdown */

.dropdown{
	visibility:hidden;
	margin:0;
	padding: 5px 0 0 15px;
	list-style:none;
}

.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

.dropdown li{
	margin:0;
	padding:5px;
	width:130px;
	cursor:pointer;
}

.dropdown a{
	text-decoration:none;
	color: white;
	width:100%;
}

.dropdown a:hover{
	text-decoration:underline;
}

.dropdown ul li{
	height: 35px;
	border-top:0;
	margin: -10px 0 0 -1px;
	background: url(cms/images/layout/submenu.gif) no-repeat top left;
}

.dropdown li.submenu{
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	width:105px;
}

.dropdown li.submenu ul {
	margin-top: 15px;
}

.dropdown ul li.submenu{
	background-position:center right;
	padding:5px;
	width:120px;
}

