

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d5d5d;
	margin:0;
}


#wrapper {
	background-image:url(../img/wrapper_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #ffffff;
}


p{
	margin:10px 0;
}


a, a:link, a:visited, a:active{
	font-family: arial;
	color: #bd3609;
	text-decoration: underline;
}

/* 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%;
}

img{
	border: 0px;
}

h1 {
	font-size: 21px;
	font-family: trebuchet ms;
	color: #3a3a3a;
}

h2 {
	font-size: 16px;
	font-family: trebuchet ms;
	color: #3a3a3a;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	color: #458AD7;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


input[type="submit"] {
 	background-image:url(../img/btn_bg.jpg);
	color: #ffffff;
	font-weight: bold;
	height: 21px;
	border: 0px;
}


