

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	background-image:url(../img/wrapper_bg.jpg);
	background-position: top center;
	background-attachment: fixed;
	color: #6e6e6a;
	font-size: 11px;
}

#wrapper {
	
}

p{
	margin:10px 0;
	font-size: 11px;
}

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: 11px;

}
.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;
}

li {
	margin-bottom: 10px;
}

h1 {
	font-size: 19px;
	color: #42423e;
	font-family: trebuchet ms;
	font-weight: 600;
}

h2 {
	font-size: 14px;
	font-family: trebuchet ms;
	color: #42423e;
	font-weight: 600;
	padding-top: 0px;
	margin-top: 2px;
	margin-bottom: 4px;
}

h3 {
	font-size: 12px;
	color: #42423e;
}

h4 {
	color: #42423e;
}

h5 {
	color: #42423e;
}

h6 {
	color: #42423e;
}


.box {
	font-size: 10px;
}



