BODY {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
	margin:0px;
	background-image: url('../img/taustaliuku.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #212528;
}

table {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
}


/* Teksti tyylittelyt */

h1{
	color: #32180b;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
}
h2{
	color: #32180b;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;

}
h3{
	color: #32180b;
	font-family: Arial, Tahoma;
	font-size: 14px;
	font-weight: normal;

}


a {
	color: #642d11;
	text-decoration: none;

}

.text{
	width:100%;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
}


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


div.dynamic_contentarea textarea, div.static_contentarea textarea {

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

