
/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin:0;
	color: #444444;
	text-align: left;
}

#wrapper {
	background: url(../img/maintop.jpg) no-repeat top center;
	text-align: cente;
}

#repeating-bg {
	background: url(../img/bg.gif) repeat-x top center;
}

.right_block_heading {
	background: url(../img/heading_bg.gif) no-repeat top center;
	width: 240px;
	height: 34px;
	padding: 12px 0px 0px 0px;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #d48b01;
	text-decoration: underline;
}

/* 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: #0878b5 !important;
	text-decoration: underline !important;
}
.mceContentBody{
	background:transparent !important;
	text-align: left !important;
	height:auto !important;
}



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

td {
	font-size: 12px;
	line-height: 17px;
	text-align: left;

}
.login {
	font-size: 11px;

}

input, select, textarea {
	font-size: 10px;
}
.text{
	width:100%;
}

h1 {
	font-family: arial;
	font-size: 25px;
	color: #7cc242;
	margin:10px 0 14px 0;
}

h2 {
	font-family: arial;
	font-size: 20px;
	color: #7cc242;
	text-transform:none;
}

h3 {
	font-family:  arial;
	font-size: 14px;
	color: #333;
	text-transform:none;
}

h4 {
	color: #000000;
}

h5 {
	color: #000000;
}

h6 {
	color: #000000;
}

h1.heading {
	font-family: creampuf, arial;
	font-size: 40px;
	color: #7cc242;
	margin:10px 0 14px 0;
}

h2.heading {
	font-family: creampuf, arial;
	font-size: 24px;
	color: #7cc242;
}

h3.heading {
	font-family:  creampuf, arial;
	font-size: 20px;
	margin:0;
	padding:0;
	color: #7cc242;
}

.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;
}
