/* Tekstin perusmuotoilut*/
body{
  font-size:100%;
}

body, p, .teksti, td, ul {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	line-height:112.5%;
	color:#292929;
}

.teksti, td, ul, li{
	font-size: inherit;
	}

body, p {
	margin:0;
	padding:0;
}

p,
.sisalto li,
.sisalto ul{font-size:18px; line-height:26px;}

a {
color:#a2dce4;
text-decoration:none;
font-weight:400;
}

a:hover {
text-decoration:underline;
}

/* Otsikkotyylit */
h1, h2, h3,h4, h5, h6 {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	margin:0;
	font-weight:700;
	line-height:105%;
	}

h1 {	
	color:#fff;
	font-size:2.778em;/*50px*/
	text-transform:uppercase;
	padding:10px 0px 30px 0px;

}

h2 {
	color:#303c93;
	font-size:2.222em;/*40*/

	padding:0px 0px 15px 0px;
}
h3 {
	color:#303c93;
	font-size:1.667em;/*30*/

	padding:0px 0px 15px 0px;
}
h4 {
	color:#00aea1;
	font-size:1.389em;/*25*/

	padding:0px 0px 15px 0px;
}
h5 {
	color:#303c93;
	font-size:1.389em;/*25*/

	padding:0px 0px 15px 0px;
}
h6 {
	color:#303c93;
	font-size:1.000em;/*18*/

	padding:0px 0px 15px 0px;
}


/****** 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;
}
.kuva {
	cursor : pointer;
}
/****** TAPAHTUMAKALENTERI ******/

.tapahtumat {
	font-size: 14px;
	color: #f46634;
	font-weight:bold;
}
.tapahtumakalenteri_otsikko {
	font-size: 16px;
	color: #f46634;
	font-weight: bold;
}
.tapahtumakalenteri_valiotsikko {
	font-size: 13px;
	color: #746664;
	font-weight: bold;
}
/* Uutiset */
.uutis_otsikko {
	color: #2e2e2e;
	font-size: 2em;
	font-weight: normal;
}
.uutispaivays {
	display: block;
	font-weight: normal;
	padding: 10px 0px;
}
.uutis_paivays {
	font-size: 0.9em;
	color: #000000;
}
a.nostouutis_otsikko {
	color: #8ab839;
	display: block;
	padding-bottom: 20px;
}
.nostouutis_paivays {
	font-size: 0.9em;
}
.uutispaivaysetusivu {
	font-size: 0.9em;
}
.nostettumoduli {
	color: #0061b2;
}
.nostettumoduli {
	font-size: 0.9em;
	color: #0061b2;
}
a.takaisinuutisiin {
	background: #4FA4FF;
	border-radius: 3px;
	color: #fff;
	display: table;
	font-size: 1.1em;
	padding: 10px 30px;
	text-decoration: none;
}
a.takaisinuutisiin:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.3s ease 0s;
}
/****** LOMAKE ******/

/* Lomakeotsikot */

.lomakeotsikko {
	color:#242424;
  font-weight:300;
}
.lomaketekstiotsikko {
	color:#242424;
  font-weight:300;
}
/* Lomakekentat */

input {
  color: #676767;
	border: 1px solid #666;
	border-radius: 3px;
	padding: 5px 3px;
}
.lkentta {
	color: #676767;
	border: 1px solid #666666;
	padding-left: 3px;
}
select {
	color: #676767;
	border: 1px solid #666666;
	padding-left: 3px;
}
.lpainike {
	color: #676767;
	border: 1px solid #666666;
}
textarea {
	color: #676767;
	border: 1px solid #666666;
	/*padding-left: 3px;*/
  border-radius: 3px;
	padding: 5px 3px;
}

/* Linkki 1, linkki 2, linkki 3 tyylit */

.linkki {
	color:#fff ;
	text-decoration:none;
}

.valikkolinkki-sel {
    color:#fff !important;
  font-weight:700 !important;
}
.valikkolinkki {color: #fff;}
/* Webio valikkomodulin linkit */

.valikkomodulilinkki {
	background:url(../img/header/arrow-navimoduli.gif) left top no-repeat; 
  padding-left: 20px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
  font-weight:bold;
  display:block;
}
.valikkomodulilinkki-sel {
	background:url(../img/header/arrow-navimoduli.gif) left top no-repeat; 
  padding-left: 20px;
	font-size: 14px;
	color: #ffb866;
	text-decoration: none;
	font-weight: bold;
  display:block;
}
/* Piilosivun tyyli */

.valikkolinkki_piilosivu,
.valikkolinkki_eijulkinen{
	color:#98a6b6;
}

/*Webiolinkkipainike*/

a.webiolinkkipainike {
	margin-top: 30px;
	display: inline-block;
	text-align: center;
	background-color: #1c3f95;
	height: auto;
	font-weight:600;
	color: #FFF;
	padding: 15px 60px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius:30px;
	width: auto;
}

a.webiolinkkipainike:hover {
	text-decoration: none;
	background-color: #224cb1;
	color: #FFF;
	cursor: pointer;
}



#webiolomake_35_1_1 input{
border: 1px solid #cecece;
border-radius: 4px;
height: auto;
margin-bottom: 0;
font-size: 16px;
padding: 5px 1%;
line-height: 22px;
float: left;
}

#webiolomake_35_1_1 textarea  {
    border: 1px solid #cecece;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 96% !important;
    padding:5px 1%;
}

#webiolomake_35_1_1 .lomakeotsikko {
    color: #fff;
    font-weight: 600;
}