/* Sisällön tyylit */
a:link, a:visited, .email {
  color:#F9FEFD;
  text-decoration:none;
}

a:hover {
  color:#ffffff;
  text-decoration:none;
}

a.tele:link, a.tele:visited {
  color:#000000;
  text-decoration:none;
  cursor: default;
}

a.tele:hover {
  color:#000000;
  text-decoration:none;
}

h1 {
  color: #000489;
  font-weight: normal;
  font-size: 35px;
  padding-bottom: 0.3em;
font-family: 'Hammersmith One', sans-serif;
letter-spacing: -0.5px;
  margin: 0;
line-height: 35px;
  display: inline;
}
h2 {
  color: #666666;
  font-size: 16px;
  font-weight: bold;

  margin: 0;
  padding: 0;
  text-transform: uppercase;

  display: inline;
}

h3 {
  color: #5C86C2;
  font-size: 16px;
  font-weight: bold;

  margin: 0;
  padding: 0;

  display: inline;
}
body, td { 										
font-family:arial,helvetica,sans-serif;
font-size:15px;
font-weight:normal;
color:#000489;
}

/* Rakennetyylit */

html {
min-height: 100%;
height: auto;
overflow-y: scroll;
}

body {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:40px;

background-color:#319fd0;

 /* background-image: url();
  background-repeat:  repeat;
  background-position: center top;
  background-attachment: fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.toparea {
margin-left: auto;
margin-right: auto;

background-color: transparent;
height: 200px;

background-repeat: no-repeat;
background-position: center center;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

border-bottom: 12px solid #000489;

}

.bgtable {
max-width: 1100px;
margin-left: auto;
margin-right: auto;

border: 0px solid #ffffff;
border-top: 0px;

}


.toppic {
/*background: #ffffff;
min-height: 65px;

margin-left: auto;
margin-right: auto;

-moz-box-shadow: 0px 0px 5px rgba(00, 00, 00, 0.5);
-webkit-box-shadow: 0px 0px 5px rgba(00, 00, 00, 0.5);
box-shadow: 0px 0px 5px rgba(00, 00, 00, 0.5);
*/
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}

.mainbg {
background-color: #FFF;
padding: 0px;
min-height: 220px;


}





.content {
background-color: transparent;

padding: 0;

line-height: 18px;


min-height: 350px;
}

.main .content {

}

.main_header {
display: block;

padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
}




.main_header h1 {
color: #469600;
font-weight: bold;
}

#logotext {
margin-top: 20px;
max-height: 70px;

-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
transition: all .2s ease-in-out; 
}


#logoname {
display: inline;
position: absolute; 
top: 0px; 
right: 20px;
color: #469600;
cursor: default; 
    font-size: 18px;
    font-family: arial;
font-weight: bold;
}


#logopic {
display: none;

-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}

.footerdiv {
width: 100%;
margin-left: auto;
margin-right: auto;
background-color: transparent;


text-align: center;
padding-top: 5px;

padding-bottom: 0px;
color: #000000;

}

.footerdiv b {
color: #EDEDE0;
}


/* Taulukkorakenne */

.inner {
margin-bottom: 30px;
}


.sidebar {
display: none;
background-image: url('../images/mainbg.png');
background-repeat: repeat;
background-color: transparent;
border: 1px solid #ABABAB;

border-top: 3px solid #498723;

-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}

.sidebar .outer {
width: 100%;
}

.sidebar div {
line-height: 16px;
}

.sidebar a:link, .sidebar a:visited {
font-size: 12px;
color:#131D78;
text-decoration:none;
}

.sidebar a:hover {
color:#000000;
text-decoration:none;
}


.main_50
{
display: block;
width: 100%;
}

.main_55, 
.main_45
{
padding-bottom: 20px;
}



/* Navigointi */

#navbg {
width: 100%;
z-index: 99;

}


.navi {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
-webkit-transform-style: preserve-3d;
overflow: hidden;
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;


width: 100%;
max-height: 0; 
z-index: 99;



}

.navi.opacity {
opacity: 0; 
}

.navi.navi-show {
max-height: 2000px;
opacity: 1;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out; 
}


.navi li a {
position: relative;
display: block;
padding: 13px;

z-index: 2;

text-align: center;
color: #EBE7E4;
background-color: #8F8F87;
border:1px solid #66665B;
font-family: 'Hammersmith One', sans-serif;
/*
background-image: url('../images/mainbg.png');
background-repeat: repeat;

  border-left: 1px solid #ABABAB;
  border-top: 1px solid #ABABAB;
  border-bottom: 1px solid #ABABAB;
*/

background-image: url("../images/navi.png");
background-repeat:  repeat;
background-position: center center;

text-decoration: none;
font-size: 15px;

font-weight: normal;




}

.navi li a:hover {
color: #4C4C42;
background-color: #D4D4C8;/*
background-image: url();

  border-left: 1px solid #386D18;
  border-top: 1px solid #386D18;
  border-bottom: 1px solid #386D18;*/

}


.navi li a#active {
color: #ffffff;
background-color: #66665B;
background-image: url();
border: 1px solid #48483d;

/*
  border-left: 1px solid #386D18;
  border-top: 1px solid #386D18;
  border-bottom: 1px solid #386D18;*/
}

.navi li {
font-size: 100%;

overflow: hidden;
margin: 0px;
}






/* Lomaketyylit */
input, select, textarea {
font-family:arial,helvetica,sans-serif;
font-size:13px;
font-weight:normal;
color:#000000;
background-color:#ffffff;

border: solid 1px #66665B;

-moz-border-radius:3px;
border-radius: 3px;
}

.txtinput, .selekti {		       
width:90%;
padding: 7px;
}

.tarea  { 		               
width:90%;
height:120px;
padding: 7px;
}


input[type=text], textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;

}

input[type=text]:focus, textarea:focus {
box-shadow: 0 0 5px #E4E4DC;
border: 1px solid #66665B;

}


.potikka  {		               


color:#ffffff;
font-weight:normal;
font-size: 19px;
background-color: #66665B;
border: 2px solid #ffffff;
font-family: 'Fjalla One', sans-serif;

padding: 10px;
padding-left: 25px;
padding-right: 25px;

-moz-border-radius:3px;
border-radius: 3px;


}

a.potikka:link, a.potikka:visited, .potikka a:link, .potikka a:visited {
color: #ffffff;
}

a.potikka:hover, .potikka a:hover {
color:#000000;
text-decoration:none;
}


/* Muut */


.mainbg img {
max-width: 100%;
height: auto;
    transition: all 0.1s ease-in-out 0s;
    
    

background-color: #ffffff;

/*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ffffff;
  
  
  -moz-box-shadow: 2px 2px 5px #888;
  -webkit-box-shadow: 2px 2px 5px #888;
  box-shadow: 2px 2px 5px #888;*/
 /*   
*/
}

.inner3 img {

background-color: transparent;


  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #ffffff;
  
  
  -moz-box-shadow: 0px 0px 0px #888;
  -webkit-box-shadow: 0px 0px 0px #888;
  box-shadow: 0px 0px 0px #888;
}


#map {
background-color: #efefef;
height: 225px;
max-width: 100%;
min-width: 200px;

border: 1px solid #ABABAB;
}

.icons {
width: 250px;

display: block;
text-align: left;
white-space: nowrap;
}


.icons a {
padding-right: 0px;
}


li {
margin-left: 25px;
}




label {
display: inline-block;
width: 5em;
}



