

/* Tyylit */ 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	color:#57585a;
	overflow-y:scroll;
	}

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: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-size: 16px;
	color: #94372b;
}

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

h3 {
	font-size: 12px;
	color: rgb(87, 88, 90);
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}

#koko{
	background-color:#afb1b4;
	width:100%;
	height:100%;}

#container{
	width:751px;}

#top_tyhja{
	height:80px;}
#header{
	height:178px;
	background:url(../img/header.jpg) no-repeat top center;}
#content{
	background:url(../img/content_bg.jpg) repeat-y top center;
	}
#footer{
	height:109px;
	background:url(../img/footer.jpg) no-repeat top center;}

input.ilmoit, textarea.ilmoit, select.ilmoit{
	width:300px;
}

a.ilmoit, a.ilmoit:link, a.ilmoit:active{
	font-family: arial;
	color: #ab0000;
	text-decoration: none;
}

a.ilmoit:visited{
	font-family: arial;
	color: #0000ab;
	text-decoration: none;
}

.hide{
	display: none;
}

.visible{
	display: block;
}