

/* Tyylit */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0;
	color: #606060;
	background: url(../img/bg.jpg) repeat-x top center #0b0505;
}

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: 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%;
}

h1 {
	font-size: 16px;
	color: #d62015;
}

h2 {
	font-size: 14px;
	color: #3d3d3d;
	margin-top: 0px;
	margin-bottom: 5px;
}

#mpohja h1 {
	font-size: 17px;
	color: #ffffff;
	margin-top: 0px;
	font-weight: 300;
	margin-bottom: 0px;
	line-height: 90%;
}

#mpohja h2 {
	font-size: 19px;
	color: #ffffff;
	font-weight: 300;
}

#mpohja_ala h1 {
	font-size: 22px;
	color: #ffffff;
	margin-top: 0px;
	font-weight: 300;
	margin-bottom: 8px;
}

#mpohja_ala h2 {
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
}


h3 {
	font-size: 12px;
	color: #3d3d3d;
}

h4 {
	color: #g1g1g1;
}

h5 {
	color: #g1g1g1;
}

h6 {
	color: #g1g1g1;
}


.error_message{
	color:#ab0000;
	margin:10px 0 20px 0;
}
.success_message{
	color:#368b1c;
	margin:10px 0 20px 0;
}

/* Dropdownmenu */
.menuarea{
	position:absolute;
	display:none;
	width:180px;
	border:1px solid #c3c3c3;
	background-color:white;
	padding-bottom:5px;
}

#menutable .menutop_a{
	color:#6D3A78;
	padding:0 4px;
}
#menutable .menutop{
	color:#3c3c3c;
	padding:0 4px;
}

#menutable .menusub_a{
	color:#6D3A78;
	padding:0 4px;
	font-weight:bold;
	display:block;
}
#menutable .menusub{
	color:#3c3c3c;
	padding:0 4px;
	display:block;
}

#main{
	color: #606060;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 15px;
}


