/* Tyylit */
body {
	font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
	background :#f2f2f2;
	color: #3b3b3b;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	color: #38783c;
	text-decoration: none;
}



/* Tällä pakotetaan editorin sisällön linkit oikean näköisiksi
   Eli yleensä sama tyyli kuin tuossa yllä a-elementille, mutta jokaisen perään !important */
.mceContentBody a,.mceContentBody a:link, .mceContentBody a:visited{
	font-family: arial !important;
	color: #38783c !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}

a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

.search {
	background: url(../img/haku_bg.png) no-repeat center;
	border: 0;
	width: 205px;
	height: 25px;
	padding: 0px 15px;
	}

td {
	font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#434343;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.text{
	width:100%;
}

h1 {
	font-size: 17px;
	font-weight:normal;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 14px;
	color: #000000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

/*RAKENNE*/


.sata{
	width:100%;
	height:100%;
}

#wrapper{
	height:auto !important;
	width:100%;
	background: url(../img/bg.jpg) no-repeat center top;
}

#backg{
	height:100%;
	width:100%;
}

#container{
	width:970px;
	height:100%;
}

#top{
	height:118px;
	width:100%;
}

#logo{
	width:240px;
	height: 125px; 
	padding-bottom: 60px;
}

#topbox{
	height:25px;
	float: right;
	padding-right: 6px;
	padding-top: 17px;
}

#tools{
	height:59px;
}

#menutable{
	height:100%;
	width:100%;
	background:transparent url(../img/menu_b.gif) repeat-x bottom left;
}

#menutable2{
	width: 193px;
	margin-left: 25px;
}

.buttons {
	padding: 5px 0px;
	}

#bread{
	width: 650px;
	height:40px;
	float: left;
}

.vali_y{
	height:27px;
	width:100%;
}

#left_area{
	width:240px;
}

.log_bg2 {
	background: url('../img/log_bg.png') no-repeat center;
	width: 106px;
	height: 25px;
	}

#menu2 {
	width: 240px;
	background: url('../img/menu2_bg.gif') repeat-y center;
	}
	
#menu2_back_top {
	width: 240px;
	height: 17px;
	background: url('../img/menu2_bg_top.png') no-repeat center;
	}
	
#menu2_back_bottom {
	width: 240px;
	height: 17px;
	padding-bottom: 20px;
	background: url('../img/menu2_bg_bottom.png') no-repeat center top;
	}
	
#menu3 {
	}
	
#copyright {
	float: left;
	width: 200px;
	font-size: 12px;
	color: #c8c8c8;
	}

#design {
	padding-left: 20px;
	float: left;
	width: 230px;
	font-size: 12px;
	color: #c8c8c8;
	}
	
#login {
	position: absolute;
	right: 0;
	bottom: -30px;
	}

#right_box {
	position: relative;
	}

.right_box {
	border-left: 1px dotted #bfbfbf;
	}

#content_bg {
	width:716px;
	padding: 30px;
}

.content_bg {
	width:716px;
	background: url('../img/content_bg.png') repeat-y;
}

#content_top {
	width: 716px;
	height: 4px;
	background: url('../img/content_bg_top.png') no-repeat center top;
	position: absolute;
	top: -4px;
	}
	
#content_bottom {
	width: 716px;
	height: 4px;
	background: url('../img/content_bg_bottom.png') no-repeat center top;
	}

#frontpage_pic {
	padding-bottom: 35px;
	}
	
#news {
	width: 204px;
	height: 41px;
	background: url('../img/topic_box_bg.png') no-repeat center top;
	color: #ffffff !important;
	margin-bottom: 20px;
	}
	
#news_text {
	padding: 7px 0px 0px 10px;
	}
	
#frontpage_content {
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom: 20px;
	margin-bottom: 30px;
	}

#top_kuva{
	height:189px;
	width:100%;
}

#year_pic {
	position: absolute;
	right: 56px;
	top:25px;
	}

#bottom {
	position: relative;
	}

#footer{
	width:100%;
}

.aktiivinen{
	background-color:#fff;
}

#footer td{
	color:#fff;
	font-size:11px;
}

#footer ul{
	padding:0;
	margin:0 0 0 6px;
	font-size:11px;
	list-style:none;
}

#footer li{
	margin:0;
	background:transparent url(../img/nuoli_f.gif) 0 9px no-repeat;
	padding:2px 6px 0px 14px;
}
	
#footer h4{
	padding:0;
	margin:0;
	color:#fff;
	text-transform:uppercase;
}
	
#footer a, #footer a:link, #footer a:link:active, #footer a:link:visited{
	color:#fff;
}

.footer_list li {
	margin: 0px;
	padding:2px 2px 0px 0px;
	list-style-image: url(../img/nuoli_f.png);
	list-style-position: inside;
	text-indent: 10px;
}

.footer_list ul {
	padding:0px;
	margin:0px;
	font-size:11px;
}

.menu_sub a, .menu_sub a:link, .menu_sub a:active, .menu_sub a:hover, .menu_sub a:visited{
	color:#656565;
	
}

.menu_sub_a a, .menu_sub_a a:link, .menu_sub_a a:active, .menu_sub_a a:hover, .menu_sub_a a:visited{
	
}

/* Menu */

#menu {
	padding-top: 12px;
	float: left;
	text-align: left;
	font-size: 13px;
	}
		
.menu_item{
	padding: 0;
	}
	
.menu_item2 {
	padding: 0;
	}
	
.menu_item2 a:hover {	
	}

#menu ul {
	margin:0;
	padding:0;
	}



/* Dropdownmenu 
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}
*/

/* Asiakirjapankki */
#resourcewrapper{
	padding:5px;
	border:1px solid #d4d4d4;
	width:500px;
}

.dirlist, .filelist{
	width:100%;
}
.dirlist a, .filelist a,
.dirlist a:active, .filelist a:active
.dirlist a:visited, .filelist a:visited{
	text-decoration:none;
	color:#555555;
}
.dirlist td{
	vertical-align:top;
}
.filelist td{
	padding:3px;
}
.highlight{
	background-color:#c3c3c3;
	cursor:pointer;
}
.dirlist .highlight a, .filelist .highlight a{
	color:#000000;
}
.dirlist .highlight .desc, .filelist .highlight .desc{
	color:#555555;
}
.desc{
	color:#a0a0a0;
	font-style:italic;
}
.newfile:link, .newfile:active, .newfile:visited{
	float:right;
	border:1px solid #c3c3c3;
	background-color:#eeeeee;
	display:block;
	padding:1px 3px;
	text-decoration:none;
	font-size:11px;
	margin-left:2px;
	white-space:nowrap;
	height:18px;
}
a.newfile:hover{
	border:1px solid #555555;
	background-color:#c3c3c3;
	color:#000000;
}
.folder_hr{
	border-bottom:1px solid #d4d4d4;
	margin-bottom:10px;
	height:5px;
}
.popup{
	width:400px;
	padding:10px;
	border:1px solid #555555;
	background-color:#ffffff;
}

#ylakuvapaikka{
	-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-radius: 5px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
height:253px;
width:960px;
border:1px solid #ccc;
display:block;
}

#uusilogo{
width:160px;
height:84px;
}

/*
Sitevote
*/

#vote b{
	font-size: 12px;
}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 18, 2011 06:01:08 AM America/New_York */

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('../fontface/PTN57F-webfont.eot');
    src: url('../fontface/PTN57F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTN57F-webfont.woff') format('woff'),
         url('../fontface/PTN57F-webfont.ttf') format('truetype'),
         url('../fontface/PTN57F-webfont.svg#webfont3yLmuNsx') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('../fontface/PTC75F-webfont.eot');
    src: url('../fontface/PTC75F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTC75F-webfont.woff') format('woff'),
         url('../fontface/PTC75F-webfont.ttf') format('truetype'),
         url('../fontface/PTC75F-webfont.svg#webfontD2GEemFT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('../fontface/PTC55F-webfont.eot');
    src: url('../fontface/PTC55F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTC55F-webfont.woff') format('woff'),
         url('../fontface/PTC55F-webfont.ttf') format('truetype'),
         url('../fontface/PTC55F-webfont.svg#webfontYACgh6Fk') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('../fontface/PTS76F-webfont.eot');
    src: url('../fontface/PTS76F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTS76F-webfont.woff') format('woff'),
         url('../fontface/PTS76F-webfont.ttf') format('truetype'),
         url('../fontface/PTS76F-webfont.svg#webfontnHhDPJvF') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansBold';
    src: url('../fontface/PTS75F-webfont.eot');
    src: url('../fontface/PTS75F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTS75F-webfont.woff') format('woff'),
         url('../fontface/PTS75F-webfont.ttf') format('truetype'),
         url('../fontface/PTS75F-webfont.svg#webfontO0AL69VA') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansItalic';
    src: url('../fontface/PTS56F-webfont.eot');
    src: url('../fontface/PTS56F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTS56F-webfont.woff') format('woff'),
         url('../fontface/PTS56F-webfont.ttf') format('truetype'),
         url('../fontface/PTS56F-webfont.svg#webfontb3pcLB5e') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansRegular';
    src: url('../fontface/PTS55F-webfont.eot');
    src: url('../fontface/PTS55F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTS55F-webfont.woff') format('woff'),
         url('../fontface/PTS55F-webfont.ttf') format('truetype'),
         url('../fontface/PTS55F-webfont.svg#webfontVOUaMV4S') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('../fontface/PTN77F-webfont.eot');
    src: url('../fontface/PTN77F-webfont.eot?iefix') format('eot'),
         url('../fontface/PTN77F-webfont.woff') format('woff'),
         url('../fontface/PTN77F-webfont.ttf') format('truetype'),
         url('../fontface/PTN77F-webfont.svg#webfont2z2OKawW') format('svg');
    font-weight: normal;
    font-style: normal;
}


