/*#############################################
 IMPORTIT
###############################################*/

@import url("menu.css");
@import url("typography.css");

/*#############################################
 YLEISET MÄÄRITTELYT
###############################################*/

html {

	height: 100%;
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

body{

	width: 100%;
	height: auto;
	padding: 15px 0px 15px 0px;
	margin: 0;
	background:url(../gfx/backgound.jpg) #a26543 repeat-x;

}



/*#############################################
 CONTENT ALUEET
###############################################*/

#wrapper{

	width:946px;
	height: auto;
	margin:0 auto;
	padding:0;
	
	border: 4px solid #FFF; 
	background:url(../gfx/content-grey-bg.jpg) #fff repeat-x 0 205px;

}

#header {
	
	display:block;
	width:946px;
	height:175px;
}

#content {

	clear:both;
	display: block;
	background:url(../gfx/border-viiva-pysty.gif) transparent repeat-y;
	width:936px;
	height:100%;
	min-height: 500px;
	overflow: hidden;
	
	margin: 15px 0 0 0;
	padding:0px 5px 0px 5px;
}

#content-wide {

	clear:both;
	display: block;
	width:936px;
	height:100%;
	min-height: 500px;
	overflow: hidden;
	
	margin: 15px 0 0 0;
	padding:0px 5px 0px 5px;
}

#left{

	float:left;
	display:block;
	width:712px;
	
}

#left-right-block{

	display:block;
	float:right;
	width:450px;
	
	margin:0px 7px 0px 5px;
	padding:10px 12px 0px 12px;
	
	height: auto;

/*	
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;	
*/
}

#left-left-block{

	display: block;	
	float:left;
	width:215px;
	padding: 0;
	margin: 0;
}

#right{

	display: block;	
	float:right;
	width:215px;
	min-height:500px;
	height: auto;

}

#right-wide {

	display:block;
	float:right;
	width:681px;
	
	margin:0;
	padding:10px 12px 0px 12px;
	
	min-height:500px;
	
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;	
}


#footer {

	clear: both;
	display: block;
	width: 926px;
	height: 29px;
	padding: 0 10px 0 10px;
	margin: 10px 0 0 0 ;

	background: url(../gfx/footer.png) no-repeat;

}

#bottom-corners{

	display: block;
	width:954px;
	margin:0 auto;
	padding:0;
	height:8px;
	
	background:url(../gfx/bg-bottom.png) no-repeat;
}

#content-header {

	display: block;
	width:auto;
	height: 20px;
	padding: 0;
	margin: 0 0 7px 0;
	overflow: hidden;
		
	border-bottom: 1px dotted #797979
}

#news-wrapper {

	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#333;
}

#sbanner {
	
	position: relative;
	clear: both;
	display: block;
	width: 205px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	

}

#search {
	
	display: block;
	font-family: Arial, tahoma;
	font-size: 12px;
	color:#333;

}

#search .search-input {
	
	display: block;
	font-family: Arial, tahoma;
	font-size: 12px;
	color:#333;
	background: #f3f3f3;
	
	border: 1px solid #999;

}

#search .search-button {
	
	display: block;
	font-family: Arial, tahoma;
	font-size: 12px;
	color:#333;
	background: #f0f0f0;
	
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	
}

/*#############################################
 MISC
###############################################*/

.pageimage {

	display: block;
	float: right;
	margin: 0 10px 10px 10px;
	padding: 0;

}


.title {
	
	background:url(../gfx/title-block.png) no-repeat;
	
	display:block;
	
	width:205px;
	height:26px;
	line-height: 26px;
	
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	
	color:#fff;
	
	padding:0px 0px 0px 10px;
	
	clear:both;
}

.sidebar-text{
	display:block;
	width: auto;
	height: auto;
	padding:5px 5px 10px 5px;
}

.news-morelink a {

	display: block;
	width: 175px;
	height: 20px;
	padding: 0;
	margin: 5px 0 0 0;

	text-align: center;
	font-family: tahoma, Arial;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;

	background:url(../gfx/vihrea-nappi.png) no-repeat;

	cursor: pointer;
}

.news-morelink a:hover {

	background:url(../gfx/vihrea-nappi2.png) no-repeat;
}
	
.breadcrumbs {

	display: block;
	float: left;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	line-height: 20px;

	color:#444;
}

.breadcrumbs a {
	color: #555;
}		

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

.flags {

	display: block;
	float: right;
}

hr.uutinen{

	height:1px;
	width:100%;
	color:#CCCCCC;

}
	
.clearfix {
	
	clear: both;
}	

	