@import url("editor.css");
@import url("services.css");

body {
	background: transparent url("../gfx/body.png") repeat-x;
	background-color: #83b875;
}

/* WRAPPER */
#wrapper {
	background: transparent url("../gfx/wrapper.gif") repeat-x;
	width: 954px;
	margin: 10px auto;
	overflow: hidden;
}

/* HEADER */
#header {
}
#header #cms_version {
}

/* ROUTE */
#route{
  	margin: 0px 0px 5px 0px;
}
#route a{
	color: #de3131;
	text-decoration: none;
}

/* MAIN */
#main {
	padding-right: 15px;
}

/* SIDEBAR */
#sidebar {
	width: 198px;
	padding: 15px 0px 0px 15px;
}
#sidebar .navi_box{
	background-color:#BFB3D8;
	border: solid 9px #9687b5;
	margin-bottom: 9px;
	width: 180px;
	min-height: 149px;
}
#sidebar .bottom_box{
	/*margin-bottom: -11px!important;*/
}
/* NAVIGATION */
#sidebar #navigation {
}
.yellow{
	position:absolute;
	margin-top:-18px;
	margin-left:-19px;

}
#sidebar #navigation ul {
    padding: 0;
    margin: 5px 0 0 25px;
}
#sidebar #navigation ul li {
	 list-style-image: url("../gfx/menu_non_act.gif");
    padding: 0;
    margin: 0;
}
#sidebar #navigation ul li a{
	color: White;
	text-decoration: none;
}
#sidebar #navigation ul li.active {
	list-style-image: url("../gfx/menu_act.gif");
	font-weight: bold;
}
#sidebar #navigation ul li a:hover {
	text-decoration: none;
	border: none;
}
/* KOLMAS TASO VALIKOSSA YLHÄÄLLÄ SISÄLTÖ */
#subnavi{
	padding-bottom: 10px;
	margin: 10px 10px 0px 10px;
	border-bottom: solid 3px #9687b5;
}
#subnavi ul{
	margin-left:0;
}
#subnavi ul li{
	float: left;
	background: transparent url("../gfx/menu_sub_non_act.gif") no-repeat;
	margin: 0 0 0 5px;
	display: block;
}
#subnavi ul li.active{
	background: transparent url("../gfx/menu_sub_act.gif") no-repeat;
}
#subnavi ul li a{
	color: #694f9f;
	font-weight: bolder;
	font-size: 14px;
	padding-left: 14px;
	text-decoration: none;
}

/* CONTENT */
#content {
	border: solid 9px #9687b5;
	border-bottom: none;
	width: 697px;
	float: right;
	margin: 15px 0px 0px 0px;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}
#content #page{
	padding: 15px;
}
#topnavi{
	background-color: #bfb3d8;
	height: 39px;
}
#topnavi div{
	float: left;
}
#topnavi #top_space{
        height:39px;
        width: 455px;
	overflow: hidden;
        white-space:nowrap;
}
#topnavi ul{
	margin: 0px 0px 0px 0px;
}
#topnavi ul li{
	padding: 10px 0px 0px 10px;
        float: left;
        list-style: none;
}
#topnavi ul li a{
	font-family: Arial Black ,Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: White;
	text-decoration: none;
}
#topnavi #lag_button{
	float: right;
	padding: 2px 5px 5px 5px;
	color: White;
	line-height: 16px;
}
#topnavi #lag_button a{
	color: White;
	text-decoration: none;
}

/* sisä sivu pohjat */ 
#inquiry{
	background-color: #9687b5;
	min-height: 20px;
	width: 300px;
	float: right;
	color: White;
	margin: 0px 0px 15px 15px;
	padding: 10px;
        color: white!important;
}
#inquiry span,#inquiry h1,#inquiry h2,#inquiry h3,#inquiry h4,#inquiry h5,#inquiry h6{
	color: white;
}

.columx2{
        overflow: hidden;
        border:1px solid white;
        float: left;
        width: 47.9%;
}
.lastcolum{
        margin-left: 15px;
}
.columfull{
        width: 100%;
}
/* FOOTER */
#footer {
	width: 954px;
	height: 28px;
	clear: both;
	margin-top: -19px;
}
/* EMEDIA SIGNATURE */
#signature {
	text-align: right;
	color: White;
	font-family: Verdana, Arial;
	font-size: 9px;
	margin-top: 2px;
	width: 954px;
	margin: 10px auto;
}
#signature a {
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}
/* EXTRAT */
.ext{/* tämä elementti antaa kelluteulle tasoille korkeuden */
	clear: both;
}













































