

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

p{
	margin:10px 0;
	font-size: inherit;
}

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

}
.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: 'Clance', Calibri;
	font-size: 20px;
	color: #d81313;

}

h2 {
	font-size: 16px;
	color: #000000;
}

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

h4 {
	color: #000;
}

h5 {
	color: #000;
}

h6 {
	color: #000;
}


.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{
	width:100%;
	height:100%;
	background:#fff url(../img/bg.jpg) repeat-x top center;
}
#top_table{
	width:953px;
	height: 311px;
	background:url(../img/header_pic.png) no-repeat top left;
	behavior: url(js/fix/iepngfix.htc);
}
#menu_table{
	width:949px;
	height: 53px;
	background:url(../img/menu_bg.jpg) no-repeat top left;
}
	/*menut alkaa*/
.menu_cell_selected{
	height: 53px;
	background:url(../img/menu_active.jpg) no-repeat top center;
 }
 .menu_cell{
	height: 53px;
 }
 a.menu, a.menu:link, a.menu:visited, a.menu:active, a.menu:hover{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
 }
	/*menut loppuu*/
#yhttiedot{
	color: #fff;
	font-size: 11px;
	padding-right: 30px;
}

#content_table{
	width: 949px;
	height: 525px;
	background:url(../img/lines_bg.jpg) repeat-y top left;
	padding-top: 33px;
	padding-bottom: 33px;
}
#footer_table{
	width: 949px;
	height: 95px;
	background: #6a6a6a;
}
/*
ul{
	list-style-image: url(../img/ul_line.gif);
	margin: 0;
}
*/

