
/* 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;
	margin:0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #225500;
	text-decoration: none;
}

.menu	{
		text-transform: uppercase;
		color: #ffffff;
		border-right: 1px solid;
		border-color:#FFFFFF;
		font-size:11px;
		/*text-align:center;*/
		padding-left: 10px;
		padding-right: 10px;
}

.menu2	{
		text-transform: uppercase;
		color: #000000;
		border-right: 1px solid;
		border-color:#000000;
		font-size:11px;
		/*text-align:center;*/
		padding-left: 10px;
		padding-right: 10px;
}

/* 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;
}

a.sitemanagerlinks, a.sitemanagerlinks:link, a.sitemanagerlinks:active, a.sitemanagerlinks:visited, .sitemanagerlinks {
	color:#447700;
	text-decoration: none;
}

a.news, a.news:link, a.news:visited {
	color:#447700;
	text-decoration: none;
}

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: 16px;
	color: #669933;
}

h2 {
	font-size: 14px;
	color: #669933;
}

h3 {
	font-size: 12px;
	color: #669933;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}





