@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



html {
     overflow: -moz-scrollbars-vertical;
	 overflow-x: auto;
	 overflow-y: scroll;
	 background-color: #fff;
	 margin: 0;
	 padding: 0;
	 height: 100%;
}

body {
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
	text-align: center;	
}

div#container{
	min-height: 100%;
	position: relative;
	text-align: left;
	/*margin: 0 auto;
	width: 1000px;*/
}
div#index-container{
	width: 987px;
}

div#header{
	width: 100%;
	height: 108px;
	background-color: #ccc;
}
/* hakulomake */
div#footer form{
	display: block;
	position: absolute;
	overflow: hidden;
	margin-top: 18px;
	left: 835px;
	z-index: 10;
}
input.searchfield{
	background-color: #ccc;
	width: 85px;
	height: 12px;
	margin: 3px;
	border: none;
	float: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	font-size: 10px;
}
input.searchbutton{
	color: #333;
	height: 20px;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

img#logo{
	position: absolute; 
	z-index: 4;
	top: 0;
	left: 0;
}

div#single-banner{
	float: left;
	margin-left: 15px;
	overflow: hidden;
}

div#banners{
	float: left;
	width: 180px;
	margin-left: 5px;
	margin-top: 80px;
}
div#sidemenu-container{
	float: left;
	width: 185px;
	padding-top: 80px;
}
div#sidemenu-container ul, div#sidemenu-container li{
	margin-left: 5px;
	margin-bottom: 2px;
	padding: 0;
}

li.sidemenu-item{
	margin-top: 10px;
}


a.sidemenu_close, a.sidemenu_close:link, a.sidemenu_close:visited, a.sidemenu-menuname:link, a.sidemenu-menuname:visited{
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	padding: 1px 0;
	
}
a.sidemenu_open, a.sidemenu_open:link, a.sidemenu_open:visited{
	display: block;
	color: #f00;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	padding: 1px 0;
}
a.sidemenu-menuname, a.sidemenu-menuname-act{
	display: inline-block;
	margin-left: 10px;
	text-transform: uppercase;
}
a.sidemenu-act, a.sidemenu-act:link, a.sidemenu-act:visited{
	color: #f00;
}


div#langsel{
	float: right;
}

div#content-container{
	float: left;
	margin: 10px 0 5px 2px;
	width: 790px;
	border: 1px solid #ededed;
	-webkit-box-shadow: 0px 0px 1px 0px #ededed;
	-moz-box-shadow: 0px 0px 1px 0px #ededed;
	box-shadow: 0px 0px 1px 0px #ededed; 
}
div#content-top{
	margin: 10px 10px 10px 7px;
}
#content{
	float: left;
	width: 100%;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-top: 22px;
}
div#content.index{
	width: 500px;
	padding-top: 5px;
}

div#index-content{
	width: 802px;
	float: left;
}
div#index-content p{
	font-size: 14px;
	line-height: 16px;
	margin: 6px 0 0 0;
}

div#index-content2{
	width: 785px;
	margin-left: 7px;
	margin-top: 5px;
	background-color: #f1f1f1;
	border: 1px solid #EDEDED;
	margin-bottom: 20px;
}

div#index-content2 table{
	padding: 0px;
	margin: 5px 5px 5px 5px;
	
}
div#index-content2 td{
	vertical-align: top;
	padding: 7px 7px 7px 7px;
	background-color: #fff;
	border: 4px solid #f1f1f1;
	width: 232px;
}

div#index-content2 img{
	margin-bottom: 5px;
}

.index-up, a.index-up:link{
	display: inline-block;
	padding-left: 10px;
	font-size: 14px;
}

img.pageimage{
	float: left;
	margin-left: 5px;
	width: 498px;
	height: 264px;
}

div#news{
	float: right;
	padding: 10px 2px 5px 15px;
	width: 249px;
	height: 249px;
	background-color: #f1f1f1;
	margin-left: 15px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-bottom: 2px;
}
div.newsItem{
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}
div.news_read_more_link a{
	font-size: 12px;
	font-weight: bold;
}

div#pagetext{
	padding-right: 30px;
}
div.narrow{
	width: 500px;
}

div#content2{
	float: right;
	padding: 0px 1px 30px 4px;
	margin-left: 10px;
	margin-right: 30px;
	width: 245px;
	min-height: 200px;
}

div#footer{
	position: absolute;
	bottom: 0;
	height: 60px;
	width: 100%;
	background-color: #666;
}
div#footer-left{
	float: left;
	width: 190px;
	background-color: #000;
	height: 60px;
}
div#footer-left p{
	color: #efefef;
	padding-top: 22px;
	margin-left: 36px;
}
div#toolbox{
	float: left;
	width: 90px;
	margin-left: 555px;
	margin-top: 20px;
}


a, a:link, a:visited{
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
#pagetext a, #pagetext a:link #pagetext a:visited, #pagetext a:hover{
	color: #f00;
}

h1, h2{
	font-family: "Franklin Gothic Extra Condensed", "LeagueGothicRegular", Impact, Arial, sans-serif;
	font-weight: normal;
	font-size: 43px;
	line-height: 44px;
	letter-spacing:1px;
	text-transform: uppercase;
	color: #000;
}
h1.pageheader{
	margin: 0 0 0 280px;
	padding-top: 33px;
/*	width: 690px;*/
}

img#ajankohtaista{
	margin-top: 5px;
	margin-bottom: 10px;
	height: 16px;
}

p, td{
	margin-top: 0;
	font-size: 13px;
	line-height: 17px;
}

/* sisällössä oleveiin taulukoihin rivit selvemmiksi yms. */
th{
	text-align:left;
}
div#pagetext tbody tr:nth-child(even), tr.row1 { /* tämä vain css3 */
  background-color: #f1f1f1;
}
div#pagetext tr{
	border-bottom: 1px solid #ccc;
}


/* linkkipolku ja kielilinkit ovat pienemmät kuin muut */
a.breadcrumb_link, a.breadcrumb_link:link, a.breadcrumb_link:visited, a.breadcrumb_link:hover,
div#langsel a, div#langsel a:link, div#langsel a:visited, div#langsel a:hover
{
	font-size: 12px;
}

/* uutiskuvat thumbnail */
img.news_thumb{
	float: left;
	margin: 0px 4px 1px 0px;
	width: 70px;
	height: 41px;
}

/* etusivun slider */
/* Easy Slider */

ul.slider{
	margin:0;
	padding:0;
	list-style:none;
}
ul.slider li, ul.slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:265px;
	height:88px;
	overflow:hidden; 
}	

/* banneri-taulu alasivuille */
table.banner-table{ width: 266px; margin-right: 20px; margin-left: -11px; border: 10px solid #f1f1f1; }
table.banner-table tbody { border: 1px solid #333; display: block; margin: 0; padding: 0; }
table.banner-table td{ background-color: #fff; margin: 0; padding: 0px 0px 5px 0;  }
table.banner-table p {margin: 0; padding-left: 10px; padding-right: 2px;}
table.banner-table img {margin-left: -10px; }
table.banner-table a{ color: #333; }
table.banner-table a, table.banner-table p, table.banner-table td{ font-size: 14px; }

