/* Tyylit */
body {
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	padding:0;
	color:#5f5f5f;
}

p{
	margin:10px 0;
}


a, a:link, a:visited, a:active{
	
	color: #4e7d08;
	text-decoration: none;
}

.vihrea{
	font-weight: bold;
	color: #3a7336;
}

/* 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: #ab0000 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



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

td {
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	font-size: 11px;


}
.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: 20px;
	color: #323232;
	font-weight:normal;
}

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

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

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	font-weight: bold;
	color: #3a7336;
	font-size: 12px;
	line-height: normal;
	margin: 0px 0px 0px 0px;
}

strong{

color:#007336;}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 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;
}


#bg{
	background:#fff url(../img/bg.jpg) no-repeat center top;
	width:100%;
}

#bg{
	width:100%;
}

#top{
	height:77px;
	
}

#yhteystiedot{
	font-size:11px;
	text-align:right;
	color:#5e5f5f;
	line-height:16px;
}

#container{
	width:895px;
}

#valikko{
	height:36px;
	width:100%;
	padding:0;
	margin:0;
	background:#388055 url(../img/valikko_bg.gif) repeat-x center top;
}

#vali{
	height:32px;
	width:100%;
	background:#fff url(../img/vali_bg.gif) no-repeat center top;
}

#footer{
	width:100%;
	padding:20px 0;
}

#topkuva img{
behavior: url(js/fix/iepngfix.htc);
display:block;}


#aktiivinen{
	height:36px;
	background:#d5d5d5 url(../img/valikko_bg_a.gif) repeat-x center top;
}

#content{
	width:100%;
	padding:20px 30px;
	background:url(../img/wi2_bg.gif) no-repeat left top;
}

#content2{
	width:100%;
	background:url(../img/wi_bg.gif) no-repeat right top;
}

#valikko2{
	width:210px;
	background:url(../img/th_bg.gif) no-repeat center top;
	height:auto !important;
	min-height:150px;
	height:150px;
}

#ca{
	width:632px;
	padding:20px 0;
	height:auto !important;
	min-height:150px;
	height:150px;
}

#menutable2{
	width:100%;
}

#menutable{
	height:36px;
}

.etusivu_box{
	height:auto !important;
	min-height:150px;
	height:150px;
	padding:10px 0 20px 0;
}

.lue_lisaa, a.lue_lisaa, a.lue_lisaa:link, a.lue_lisaa:visited {
	color:#fff;
	text-decoration: none;
	background:#005e28 url(../img/rm_bg.gif) top center repeat-x;
	padding:4px 10px;
	font-size:11px;
}

/* Tuotesovellus */
#productlist{
	width:100%;
	border-collapse:collapse;
}
#productlist td, #productlist th{
	border:1px solid #c3c3c3;
	color:#555555;
	padding:1px 5px;
	height:30px;
}
#productlist th{
	text-align:left;
	font-size:12px;
	padding:5px;
	background-color:#dddddd;
}
#productlist th a:link, #productlist th a:active, #productlist th a:visited{
	color:#555555;
}
#productlist th a.selected:link, #productlist th a.selected:active, #productlist th a.selected:visited{
	color:#237123;
	text-decoration:underline;
}
.highlight{
	background-color:#eeeeee;
	color:#000000;
}