

/* Tyylit */
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	color: #6d6d6d;
	background-color: #dd9704;
}

p{
	margin:10px 0;
}

#wrapper {
	background-image:url(../img/wrapper_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #dd9704;
}

a, a:link, a:visited, a:active{
	font-family: Calibri, arial;
	color: #d6b106;
	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: #d6b106 !important;
	text-decoration: none !important;
}
.mceContentBody{
	background:transparent !important;
}



a.news, a.news:link, a.news:visited {
	color:#868686;
	text-decoration: none;
}

td {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.login {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

input, select, textarea {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text{
	width:100%;
}

img {
	border: 0px;
}

h1 {
	font-size: 18px;
	color: #ad4a25;
	font-family: georgia;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

h2 {
	font-size: 14px;
	font-family: georgia;
	color: #474747;
	font-weight: 600;
	letter-spacing: 1px;
}

h3 {
	font-size: 13px;
	color: #474747;
}

h4 {
	color: #474747;
}

h5 {
	color: #474747;
}

h6 {
	color: #474747;
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}