

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background: url(../img/bg.jpg) repeat-x top center;
}

.div_bg_top{
	background: url(../img/div_bg_top.jpg) no-repeat top center;
}

.div_bg{
	background: url(../img/div_bg.jpg) no-repeat top center;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #508a14;
	text-decoration: none;
}

/* 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: #508a14 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#0c6c94;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #374347;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text{
	width:100%;
}


h1 {
	font-family: Times, Times new roman;
	margin-top: 0px;
	font-size: 22px;
	color: #477299;
	font-weight: 300;
}

h2 {
	font-family: Times, Times new roman;
	font-size: 20px;
	color: #477299;
	font-weight: 300;
}

h3 {
	font-family: Times, Times new roman;
	font-size: 18px;
	color: #477299;
	font-weight: 300;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.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;
}

.menu_0{
	height: 24px;
	background: url(../img/menu/bg_0.jpg);
	
}

.menu_1{
	height: 24px;
	background: url(../img/menu/bg_1.jpg);
	
}

a.menu_a_0, a.menu_a_0:link, a.menu_a_0:visited, a.menu_a_0:active{
	color: #ffffff;	
	font-weight: 300;
	display: block;
	width: 150px;
}

a.menu_a_1, a.menu_a_1:link, a.menu_a_1:visited, a.menu_a_1:active{
	color: #ffffff;
	font-weight: 300;
	display: block;
	width: 150px;
}

.menu2_0{
	height: 24px;
	background: #f3fcff;
	
}

.menu2_1{
	height: 24px;
	background: #f3fcff;
	
}

a.menu2_a_0, a.menu2_a_0:link, a.menu2_a_0:visited, a.menu2_a_0:active{
	color: #4c6928;	
	font-weight: 300;
	display: block;
	width: 120px;
}

a.menu2_a_1, a.menu2_a_1:link, a.menu2_a_1:visited, a.menu2_a_1:active{
	color: #355111;
	font-weight: 300;
	display: block;
	width: 120px;
}

#main{
	margin-right: 20px;
	line-height: 150%;
}

#ajankoht{
	background: url(../img/ajankoht_bg.jpg) repeat-x top center;
	height: 400px;
}
