
/* 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 {
	color:#B90000;
	text-decoration: none;
	
}

div#sponsors {
	margin-bottom: 30px;	
}

div#sponsors img {
	margin-right: 15px;
	margin-bottom: 15px;
	
	border: 0px;
	
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

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:#0c6c94;
	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: 20px;
	color: #B90000;
	text-transform:uppercase;
	font-weight: normal;
	letter-spacing: -1px;
	background-image: url(../img/katkoviiva.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	line-height: 30px;
	margin-top: 0px;

}

h2 {
	font-size: 14px;
	color: #B90000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	font-size: 15px;
	color: #B90000;
	font-weight: normal;
}


/*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 dotted;
	border-color: #5d5d5d;
	padding-left: 5px;
	
	vertical-align: middle;
}


a.menu	{
		text-transform: uppercase;
		font-weight: normal;
		}






