/* Perusmuotoilut */
body, p, .teksti, td, ul, li {
font-family: 'Oswald', sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #ffffff;
}
body, p {
	margin: 0;
	padding: 0;
}
.kuva {
	cursor : pointer;
}
a {
	/* color: #dc0005;*/
  color:#cccccc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Otsikkotyylit */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	margin: 0;
	line-height: 105%;
}
h1, h1 a {
	color: #fff;
	font-size: 2.55em;
	font-weight: 700;
	padding: 0px 0px 20px 0px;
}
h2, h2 a {
	color: #fff;
	font-size: 2.45em;
	font-weight: 700;
	padding: 0px 0px 15px 0px;
}
h3, h3 a {
	color: #dc0005;
	font-size: 2.2em;
	font-weight: 600;
	padding: 0px 0px 15px 0px;
}
h4, h4 a {
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	padding: 0px 0px 15px 0px;
}
h5, h5 a {
	color: #dc0005;
	font-size: 1.8em;
	font-weight: 700;
	padding: 0px 0px 15px 0px;
}
h6, h6 a {
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	padding: 0px 0px 10px 0px;
}
/* Tapahtumakalenteri */
.tapahtumat {
	font-weight: bold;
}
.tapahtumakalenteri_otsikko {
	color: #dc0005;
	font-weight: bold;
}
.tapahtumakalenteri_valiotsikko {
	font-weight: bold;
}
/* Uutiset */
.uutis_otsikko {
	color: #dc0005;
	font-size: 1.8em;
	font-weight: normal;
}
.uutispaivays {
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 10px;
}
.uutis_paivays {
	font-size: 0.75em;
	color: #000000;
}
a.nostouutis_otsikko {
	color: #dc0005;
	display: block;
	font-size: 1em;
	padding-bottom: 20px;
}
.nostouutis_paivays {
	font-size: 0.875em;
}
.uutispaivaysetusivu {
	font-size: 0.75em;
}
.nostettumoduli {
	color: #dc0005;
}
/* Lomakeotsikot */

.lomakeotsikko {
	color: #fff;
	font-weight: bold;
}
.lomaketekstiotsikko {
	color: #dc0005;
	font-weight: bold;
}
/* Lomakekentat */
input, .lkentta. select, .lpainike, textarea {
 color: #fff;
 border: 1px solid #b0b0b0;
 padding-left: 3px;
 border-radius: 3px;
}
input {
}
.lkentta {
}
select {
}
.lpainike {
	padding-left: 0;
}
textarea {
}
/* Webio alavalikon linkit */
.valikkolinkki-sel, .valikkolinkki, .valikkomodulilinkki, .valikkomodulilinkki-sel {
	text-decoration: none;
}
.valikkolinkki {
	color: #dc0005;
}
.valikkolinkki-sel {
	color: #dc0005;
	font-weight: bold !important;
}
.valikkomodulilinkki {
	color: #dc0005;
}
.valikkomodulilinkki-sel {
	color: #dc0005;
	font-weight: bold;
}
/* Piilosivun tyyli */

.valikkolinkki_piilosivu {
	color: #005600;
}
/* Muut */
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
}
a.takaisinuutisiin {
	background: #dc0005;
	border-radius: 3px;
	color: #fff;
	display: table;
	font-size: 1em;
	padding: 15px 44px;
	text-decoration: none;
}
a.takaisinuutisiin:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.3s ease 0s;
}
