BODY { 
	background-position: absolute;
	
	
	margin: 0px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F5F5F5;	
}

p{
	margin:10px 0;
}

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-image:none;
}

a.menu, a.menu:link, a.menu:visited {
	color:#222;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}

a.menu_sub, a.menu_sub:link, a.menu_sub:visited {
	color:#222;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

ul.menu {
	margin: 0 10px;
	padding: 0;
}

ul.menu li {
	display: block;
	width: 175px;
	padding: 4px 0;
	border-bottom: 1px solid #eaeaea;	
}

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-size: 22px;
	margin-top:0;
	font-weight:normal;
	color: #ab0000;
}

h2 {
	font-size: 18px;
	margin-top:0;
	font-weight:normal;
	color: #ab0000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

#rek-list{
	width:100%;
}
#rek-list td, #rek-list th{
	border:1px solid #c3c3c3;
	border-collapse:collapse;
}
#rek-list th{
	text-align:left;
	font-size:12px;
	color:#000000;
	background-color:#aaaaaa;
	border:1px solid #555555;
	font-weight:normal;
	height:30px;
	padding:5px;
}

#yhteystiedot{
	padding:10px 20px;
	margin-top:10px;
	font-size:10px;
}
#yhteystiedot h2{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}
#yhteystiedot p{
	margin:0 0 10px 0;
}