@import url("editor.css");
@import url("services.css");
@import url("blog.css");

body {
	background: transparent url("../gfx/body.gif") repeat-x;
	background-color: #b7d7f2;
	
}

/* WRAPPER */
#wrapper {
	width: 952px;
	margin: 0px auto;
	background: transparent url("../gfx/header.jpg") no-repeat;
	position: relative;
}

/* HEADER */
#header {	
	height: 140px;	
	width: 952px;
}
	#top_buttons{
		position: absolute;
		top:120px;
		left: 215px;
		display: block;
	}
	#top_buttons a{
		color: white;
		font-weight: bold;
		background: transparent url("../gfx/arrow_white.gif") no-repeat left;
		padding-left: 10px;
		text-decoration: none;
	}
	#top_buttons a.last{
		margin-left: 20px;
	}
/* MAIN */
#main {
	overflow: hidden;
	border-left: solid 1px #6f6f6f;
	border-right: solid 1px #6f6f6f;	
	zoom: 1;
	margin-top: -14px;
	background: transparent url("../gfx/blue.gif") repeat-x;
	background-color: white; 
}

/* SIDEBAR */
#sidebar {
	background: transparent url("../gfx/menu_back.gif") no-repeat;
	width: 195px;
	padding: 0px;
	float: left;
	padding-right: 8px;
	padding-left: 2px;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
	padding-top: 8px;
}
#sidebar #title_box{
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	padding: 2px 0 2px 15px;
}
/* NAVIGATION */
#sidebar .navigation {
    margin: 0;
}
#sidebar .navigation ul {
    padding: 0;
    margin: 0;
}
#sidebar .navigation ul li {
	 list-style: none;
    padding: 0;
    margin: 0;
	 display: block;
	 background: transparent url("../gfx/navi_blue_back.gif") repeat-x;
	 margin-bottom: 2px;
list-style-image: none;
}
#sidebar .navigation ul li.priv {
	background: transparent url("../gfx/navi_blue_back_priv.gif") repeat-x;
}
#sidebar .navigation ul li a{
	text-decoration: none;
	display: block;
	height: 18px;
	overflow: hidden;
	padding-left: 10px;
	color: white;
	background: transparent url("../gfx/navi_arrow.gif") no-repeat right;
}
#sidebar .navigation ul li a.active {
	font-weight: bold;
	background: transparent url("../gfx/navi_arrow_active.gif") no-repeat right;	
}
#sidebar .navigation ul li a:hover {
	font-weight: bold;
}
	/* level 2*/
	#sidebar .navigation ul ul{
    	padding: 0;
   	margin: 5px 0 5px .5em;
	}
	#sidebar .navigation ul ul li {
	 	display: inherit;
		background-image: none;
		margin: 0;
	}
	#sidebar .navigation ul ul li.priv {
		background-image: none;
	}
	#sidebar .navigation ul ul li a{
		display: inherit;
		color: #333333;
		background: transparent url("../gfx/navi_arrow_level_2.gif") no-repeat left;	
		padding-left: 10px;
		height: auto;
	}
	#sidebar .navigation ul ul li a.active {
		background: transparent url("../gfx/navi_arrow_level_2.gif") no-repeat left;
		letter-spacing: -0.025em;
	}
	#sidebar .navigation ul ul li a:hover {
		background: transparent url("../gfx/navi_arrow_level_2.gif") no-repeat left;	
		letter-spacing: -0.025em;
	}
	/* level 3*/
	#sidebar .navigation ul ul ul li {
                list-style:none;
	}
	#sidebar .navigation ul ul ul li a{
		background: transparent url("../gfx/blue_dot.gif") no-repeat left;	
	}
	#sidebar .navigation ul ul ul li a.active {
		background: transparent url("../gfx/blue_dot.gif") no-repeat left;
	}
	#sidebar .navigation ul ul ul li a:hover {
		background: transparent url("../gfx/blue_dot.gif") no-repeat left;
	}
	
#sidebar #language{
	background-color: #c0c0c0;
	display: block;
	margin: 0 0 2px 0;
	padding: 0 4px;
}
	#sidebar #language img,#sidebar #language a{margin: 0;padding: 0;border: none;}
	
#sidebar #navigation_2{
	
}
#sidebar #link_box{
	margin: 2px 0;
	border: solid 1px #cbccce;
	padding: 5px;
	background: transparent url("../gfx/link_box.gif") repeat-x;
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}
/* CONTENT */
#content_frontpage {
        float: left;
}

#content {
	float: left;
	margin-top: 14px;
}
	#content .colum_marg{
	   padding: 15px;
  	   width: 715px;
	   overflow: hidden;
	}
	/* etusivu.tpl */
	.row{
		
	}
	.hello_text{
		float:left;
		padding:30px 15px 15px 15px;
		width:439px;
	}
	.new_box{
		float: left;
		width: 245px;
		padding: 15px 15px 0 15px;
                margin-top: 1px;
		background: transparent url("../gfx/news_box.gif") no-repeat;
	}
	.big_box{
		background: transparent url("../gfx/big_box.gif") no-repeat;
		overflow:hidden;
		padding:20px;
		width:704px;
	}
		.left_box{		
			background: transparent url("../gfx/vertical_dot.gif") repeat-y right;
			padding: 0 10px;
			width: 212px;
			overflow: hidden;
			float: left;
		}
		.right_box{
			padding: 0 10px;
			width: 412px;
			overflow: hidden;			
			float: left;
		}

/* FOOTER */
#footer {
	clear: both;
	background: transparent url("../gfx/footer.gif") no-repeat;
	height: 24px;
	padding-top: 4px;
	color: white;
	text-align: center;
	font-size: .9em;
	position: relative;
}
	#footer a{
		color: white;
	}
	.sitemap_button{
		position: absolute;
		right: 40px;
		top: 7px;
	}
	.print{
		position: absolute;
		right: 15px;
		top: 7px;
	}

/* EMEDIA SIGNATURE */
#signature {
	float: right;
	margin-top: 2px;
}
#signature, #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;
}
.ext{
	clear: both;
}




