

/* Tyylit */
body {
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 13px;
	margin:0;
	line-height: 150%;
}

p{
	margin:10px 0;
	line-height: 150%;
}

a, a:link, a:visited, a:active{

	color: #dc1a15;
	text-decoration: none;
}

ul {
	padding-left: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #dc1a15;
}

/* 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{

	color: #dc1a15 !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: Helvetica, Calibri, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
}
.login {
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 13px;

}

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

h1 {
	font-size: 24px;
	color: #095ea5;
	font-weight:normal;
}

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

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

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

#bg_table{
	width: 100%;
	height: 100%;
	background:#fff url(../img/bg.jpg) repeat-x top center;

}

#main_table{
	width: 954px;
	height: 780px;
	background-color: #fff;
}

#menuL1{

	background: url(../img/menu_bg.gif) repeat-x top left;
}

#menuL1_s{
	background: url(../img/menu_bg_selected.gif) repeat-x top left;
}

#menu_link{
	color: #fff;
	font-size: 14px;
}

#frontpage_table1{
	width: 897px;
	/*background: url(../img/frontpage_bg1.jpg) no-repeat top left;*/
	height: 215px;
}
#frontpage_table2{
	width: 897px;
	
	height: 447px;
}
