

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
	color: #404040;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: arial;
	color: #989d04;
	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: #989d04 !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: 13px;

}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text{
	width:100%;
}

h1 {
	font-size: 18px;
	color: #606060; 
}

h2 {
	font-size: 14px;
	color: color: #606060;
}

h3 {
	font-size: 12px;
	color: color: #606060;
}

h4 {
	color: color: #606060;
}

h5 {
	color: color: #606060;
}

h6 {
	color: color: #606060;
}


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

#bg_table{
	background: url(../img/bg.jpg) repeat-x;
	width: 100%;
	height: 418px;
	
}
#main_table{
	width: 1024px;
	
}
#main_center{
	width: 920px;
	background-color: #fff;
	height: 768px;
}
#main_left{
	width: 52px;
	background: url(../img/bg.jpg) no-repeat;
}
#main_right{
	width: 52px;
	background: url(../img/bg.jpg) no-repeat;
}
#page{
	width: 850px;
	
}

#etusivun_nosto{
	width: 201px;
	height: 50px;
}

.ajankohtaista_nosto{
	color: #989d04;
}
.ajankohtaista_nosto a{
	color: #707070;
	text-decoration: none;
	font-family: arial;
}
.padded_frontpage{
	padding-left: 10px;
}

#menu_l1s{
	background-color: #4c4c4c;
}
#menu_l1 a{
	color: #565656;
	text-decoration: none;
	font-family: Calibri;
	font-size: 12px;
}
#menu_l1s a{
	color: #fff;
	text-decoration: none;
	font-family: Calibri;
	font-size: 12px;
}


