/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color:#FFF;
	font-size:0.8em;
} 
div.wrapHeader {
	height:210px;
	/*margin:2px;*/
	
}
div.wrapHeader div.topHeader {
	width:870px;
	height:210px;
	margin: 0 auto 0 auto;	
	/*border: 2px solid #009900;*/
}
div.topHeader div.panner {
	width:580px;
	float:left;
	height:200px;
	text-align:right;
	border: 5px solid #666;
}
div.topHeader div.logo {
	width:275px;
	height:200px;
	float:right;
	border: 5px solid #666;
	border-left:none;
		/*padding:5px;*/

	
}
div.wrapHeader div.info {
	width:870px;
	height: 20px;
	margin: 0 auto;
	background-image:url(../kuvat/luiku_green.jpg);
	font-size:11px;
	padding-top: 5px;
	
}
div.wrapHeader div.lang {
	width:870px;
	height: 20px;
	margin: 0 auto;
	background-color:#666;
	color:#FFF;
	font-size:10px;
	/*font-weight:bold;*/
	/*border-bottom: 1px solid #FFF;*/
	/*border: 1px solid #CCC;*/
}

/*#########  TABLE START HERE ############*/

table.cont_table {
	width:870px;
	margin: 0 auto;
	border: 1px solid #009900;
	border-collapse:collapse;
	margin-top:2px;
}
table.cont_table td.left {
	width:150px;
	background-color:#CFC;
	vertical-align:top;
	border-right: 1px solid  #009900;
}
table.cont_table td.cont{
	width:530px;
	background-color:#FFF;
	vertical-align:top;
}
table.cont_table td.right{
	width:150px;
	background-color:#FFF;
	vertical-align:top;
	border-left: 1px solid  #009900;
}

#footer {
	width:868px;
	margin: 0 auto;
	height:20px;
	border: 1px solid #009900;
	border-top:none;
	text-align:center;
}
div.footer{
	width:868px;
	margin: 0 auto;
	height:20px;
	border: 1px solid #009900;
	border-top:none;
	text-align:center;
	font-size:11px;
}
/*### ########  Left column table links  ########### */

table.left {
	width:150px;
	
}
table.left td {
	background-color:#CFC;
	/*background-image:url(../kuvat/katkovaaka.gif);*/
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	padding:4px;	
	color:#FFF;
	border-bottom: 1px solid #CCC;
	
}
table.left td a{
	padding:4px;
	width:100%;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
table.left td a:hover {
	color:#333;	
	text-decoration:underline;
}
/*### ########  Right column table links  ########### */

table.right {
	width:150px;
}
table.right td {
	background-color:#FFF;
	/*background-image:url(../kuvat/katkovaaka.gif);*/
	border-bottom: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	padding:10px;	
}
table.right td a{
	padding:4px;
	width:100%;
	color:#393;
	font-weight:bold;
	text-decoration:none;
}
table.right td a.linksdef{
	padding:4px;
	width:100%;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
table.right td a:hover {
	color:#999999;	
	text-decoration:underline;	
}

/*  ###########   news table ###################*/

table.news {
	width: 500px;
	height: auto;
	margin:15px;
	border-collapse:collapse;
	border: 1px solid #00FF66;
	}
table.news th.news {
	width:350px;
	background-color:#CCFFCC;
}
table.news th.time {
	width:150px;
	background-color:#CCFFCC;
	color:#009966;
	text-align:right;
}
table.news tr td  {
	margin:0px;
	padding:0px;
	vertical-align:top;
}
table.news tr td.cont {
	width:338px;
	vertical-align:top;
	padding:6px;
}
table.news tr td.img  {
	width:138px;
	vertical-align:top;
	padding:6px;
	}
/*  ###########  Contents  table ###################*/

table.newscont {
	width: 500px;
	height: auto;
	margin:15px;
	border-collapse:collapse;
	border: 1px solid #00FF66;
	}
table.newscont th.newscont  {
	width:500px;
	background-color:#CCFFCC;
	text-align:center;
}
table.newscont  tr td.newscont  {
	width:500px;
	margin:0px;
	padding:10px;
	vertical-align:top;
}

table.leiri { border-collapse:collapse;  border: 1px solid #CCC; }
	
