@import "unit.css";
body {
	font-family: Arial, helvetica, sans-serif;
	margin-top: 10px;
	font-size: 11px;
	color: #000000;	
	margin-right:auto;
	margin-left:10px;
	text-align: left;
        background: #6C6C6B;
}
/***********************
AREAS
*************************/
/* base 

*/
#base {
	margin: 0px;
	padding: 2px;
	position: relative;
	width: 904px;
        background: #F4F4F4;
       
}

/* HEADER 
border: 1px solid #00FF00;
*/
#header {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 900px;
        background: #F4F4F4;
        visibility: hidden;
       display:none;
}
#header .table{
margin:0px;
padding:0px;
vertical-align:top;

}

/* MENU */

#sidemenu {
	float: left;
	width: 285px;
	height:604px;
	margin: 0px 0px 0px 0px;
	min-height: 624px;
        background: #F4F4F4;
        padding: 0px;
        background-image: url('/images/navipalkki.gif');
        background-repeat: no-repeat;
        visibility: hidden;
        display:none;

}

#menucontainer {
        margin: 95px 0px 0px 12px;
	width: 256px;
        padding: 28px 0px 28px 0px;
        background:#d4d8bd url(/images/navi_red2.gif);
        visibility: hidden;
        display:none;
}


#main {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 615px;
        padding: 0px;
	min-height: 624px;
        background: #F4F4F4;
        padding: 0px;
}

#main_left {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 18px;
	width: 358px;
        min-height: 624px;
        background: #FFFFFF;
}
#mainbody {
	margin: 95px 20px 0px 20px;
        padding: 0px;
}


#main_right {
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 188px;
	min-height: 624px;
	
}

#sideimage {
	margin: 95px 0px 0px 0px;
}

#karttakuva {
	margin: 95px 0px 0px 0px;
}

#newslist {
	margin: 95px 0px 0px 0px;
}

#uutisnostot {
	background-image: url('/images/ajankoht.jpg');
	margin: 95px 0px 0px 0px;
	height: 257px;
}

#footer{
	clear: both;
	width: 600px;	
	margin: 0;
	background: #FFFFFF;
	padding: 0px;
	height:53px;
	font-size: 9px;
        text-valign: middle;

}

/****************
TABLES
*****************/

h1 {
	font-family: Arial, helvetica, sans-serif;
   	font-size: 18px;
   	color: #F9100B;
}

h3 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
        padding: 5px;

}
.datetime {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
        color: #F9100B;
}

.subject {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
        color: #F9100B;
}

.bodytext {
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
        color: #000000;
}



a, a:visited, a.active {
	font-size:11px;
	color:#F9100B;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#F9100B;
}

#news_table{
 margin: 40px 0px 0px 5px;
}

#news_table .datetime{
 font-size: 9px;
 color: #F9100B;
}
#news_table a.subject{
 font-size: 11px;
 text-decoration: underline;
 color: #F9100B;
}
#news_table .ingres{
 font-size: 10px;
 color: #F9100B;
}

#news_table a.newslink {
   font-size:11px;
   color: #F9100B;
}
#news_table .newslink {
   padding-bottom:5px;
}
#news_table a.readmore {
   font-size:11px;
   color: #F9100B;
}
#news_table .readmore {
   text-align:right;
   padding-bottom:5px;
}

#calendar_table {
        padding:2px;

}

#calendar_table .monthyear {
        font-weight:bold;
        color: #fd182d;
}
#calendar_table .subject{

}
#calendar_table .location{

}
#calendar_table .time{

}
#calendar_table .bodytext{

}

#calendar_table .daymonth{

}
#calendar_table .event{

}
#calendar_table .clink{

}

#contact-form {
	font-family: Arial, Helvetica, sans-serif;
}
#contact-form label {
	float: left;
	width: 100px;
	font-size: 11px;
	margin: 0px 10px 0px 0px;
}

#contact-form div {
	clear:left;
	margin: 10px 0px 10px 0px;
}

#contact-form .txt {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	background-color: #F2F2F2;
	padding: 2px;
}


#contact-form .btn {
	background-color: #EEE;
	color:  #5E1108;
	border-bottom-color: #DFDFDC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #DFDFDC;
	border-right-style: solid;
	border-right-width: 2px;
	font-size: 9px;
	font-weight: bolder;
}
v