
/* Editorin säädöt */
.mceContentBody{
	background: transparent none;
	background-color: transparent;
}
.dynamic_contentarea{
	border:1px dotted red;
}
.static_contentarea{
	border:1px dotted blue;
}


/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin:0;
}


a, a:link, a:visited, a:active {
	color:#3D9D17;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a.sitemanagerlinks, a.sitemanagerlinks:link, a.sitemanagerlinks:active, a.sitemanagerlinks:visited, .sitemanagerlinks {
	color:#ad0000;
	text-decoration: none;
}

a.news, a.news:link, a.news:visited {
	color:#000000;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

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

}

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


h1 {
	font-size: 18px;
	color: #000000;
	/*font-family:times new roman;*/
	font-weight: normal;
	/*letter-spacing:-1px;*/
	margin-bottom:0px;
}

h2 {
	font-size: 18px;
	color: #3D9D17;
	font-weight: bold;
	/*font-family:times new roman;*/
	
	margin-top:0px;
}

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

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

/*omat tyylit*/

.borderLeftBottom	{
		border-left: 1px solid;
		border-bottom: 1px solid;
		/*border-color: #ebebeb;*/
		border-color: #d4d4d4;
		}
.borderBottom	{
		border-bottom: 1px solid;
		/*border-color: #ebebeb;*/
		border-color: #d4d4d4;
		}
.borderRightLeftBottom	{
		border-right: 1px solid;
		border-left: 1px solid;
		border-bottom: 1px solid;
		/*border-color: #ebebeb;*/
		border-color: #d4d4d4;
		}
.menuTd	{
	border-bottom: 1px solid;
	border-color: #dddddd;
	padding-left: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	font-size:11px;
}


.lomake input.text{
	width:300px;
}

.lomake{
	padding:20px 0;
}

img{
	border: 0px;
}



