

/* Tyylit */
body {
	font-family: Calibri, Arial, Helvetica;
	font-size: 12px;
	line-height: 20px;
	color: #5e5e5e;
	margin:0;
}

#wrapper {
	background-image:url(../img/wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #ffe6a1;
}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: Calibri, arial;
	color: #f79408;
	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: Calibri, arial !important;
	color: #f79408 !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: Calibri, Arial, Helvetica;
	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: 23px;
	color: #f79408;
	font-weight: 600;
}

h2 {
	font-size: 16px;
	color: #3b3b3b;
	margin-bottom: 3px;
}

h3 {
	font-size: 14px;
	color: #3b3b3b;
}

h4 {
	color: #2b2b2b;
}

h5 {
	color: #2b2b2b;
}

h6 {
	color: #2b2b2b;
}






