

/* Tyylit */
body {
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin:0;
	background: #000000;
}

#tausta{
	background: url(../img/bg.jpg) repeat-x top center;
}


#tausta_cent{
	background: url(../img/div_bg.jpg) no-repeat top center;
}

#tausta_vali{
	background: url(../img/bg_vali.jpg) repeat-y top center;

}

#tausta_y{
	background: url(../img/bg_y.jpg) repeat-y top center;

}

p{
	margin:10px 0;
}

a, a:link, a:visited, a:active{
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
	color: #7d0000;
	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: Georgia, Times, Arial, Helvetica, sans-serif !important;
	color: #7d0000 !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: Georgia, Times, Arial, Helvetica, sans-serif;
	font-size: 15px;

}
.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 {
	padding-top: 0px;
	font-family: Georgia, times;
	font-size: 30pt;
	text-align: center;
	color: #000000;
	font-weight: 300;
}

h2 {
	font-size: 15px;
	color: #000000;
}

h3 {
	font-size: 12px;
	color: #000000;
}

h4 {
	padding-top: 0px;
	font-family: Georgia, times;
	font-size: 15pt;
	text-align: left;
	color: #000000;
	font-weight: 300;
}

h5 {
	color: #458AD7;
}

h6 {
	color: #458AD7;
}


.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;
}

#menutable a{
	font-family: Georgia, times, arial, helvetica;
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: 800;
}

.ingressi{
	font-family: Georgia, Times, Arial, Helvetica, sans-serif;
	font-size: 20px;	
	font-style: italic;
}

#main{
	width: 595px;
	margin-left: 40px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 50px;
}

#main hr{
	height: 4px;
	border: 0;
	border-top: 1px solid #c5c0b2;
	border-bottom: 1px solid #c5c0b2;
}

#ajankohtaista{
	margin-bottom: 20px;
	font-size: 13px;
	margin-right: 30px;
}

#ajankohtaista hr{
	text-align: left;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 4px;
	border: 0;
	border-top: 1px solid #c5c0b2;
	border-bottom: 1px solid #c5c0b2;
}

#ajankohtaista a{
	color: #000000;
}

#palsta{
}

.mustapohja{
	color: #ffffff;
	padding-top: 4px;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	text-align: center;
	width: 221px;
	height: 22px;
	background: url(../img/otsikko_mustapohja.gif) top center no-repeat ;
}

#palsta hr{
	text-align: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 4px;
	border: 0;
	border-top: 1px solid #c5c0b2;
	border-bottom: 1px solid #c5c0b2;
}

#main a{
	text-decoration: underline;
	font-style: italic;
}

#palsta a{
	font-style: italic;
	text-decoration: underline;
}