html, body
{
margin:0px;
padding:0px;
height:100%;
width:100%;
}



body
{
background: url(pagebg.jpg) no-repeat center center fixed;
background-size: cover;
height: 100%;
	
background-color:#dddddd;
font-family:"Georgia", Georgia, Serif;
font-size:16px;
line-height:120%;
color:#000000;
}

a
{
text-decoration:none;
color:#e38e20;
}

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

a:hover
{ 
color:#e38e20;
}

div.pagebg
{
position:absolute;
z-index:-20;
width: 100%;
height: 100%;
overflow:hidden;
}

img.pagebg
{
width: auto;
height: 100%;
}


div.dropdown
{
display: none;	
}




div.banner
{
width:100%;
height:180px;
background-color:#000000;
filter: alpha(opacity=70);
opacity: 0.7;
}

table.linkbar
{
width:100%;
height:180px;
font-size:20px;
text-align:center;
}

td.links
{
width:100%;
text-align:left;
padding-left:30px;
}

div.bottom_banner
{
position:absolute;
z-index:-10;
width:100%;
min-height:50px;
background-color:#000000;
filter: alpha(opacity=70);
opacity: 0.7;
color:#ffffff;
}

div.bottom_banner_content
{
z-index:1;
width:100%;
min-height:50px;
background-color:#000000;
filter: alpha(opacity=100);
opacity: 1.0;
color:#ffffff;
}




div.linkbar_spacer
{
padding:0px;
width:10px;	
}


img.logo
{
height:170px;
padding-left:30px;
padding-right:30px;
}



div.pages_container
{
width:90%;
margin: 0 auto; 
background-color:transparent;
}

div.page_content
{
padding:40px;
min-height:600px;
background-color:#f4f4f4;
}

h1
{
text-align:center;
}

h1.otsikko
{
color:#e38e20;
background-color:#302d28;
padding:20px;
margin:0px;
margin-top:20px;
}

.wide_extras
{
display: initial;
}


div.boldtext
{
font-size:24px;
font-weight:bold;
}

@media screen and (max-width: 800px)
{
body
{
font-family:"Georgia", Georgia, Serif;
font-size:16px;
line-height:120%;
}

div.etusivubg
{
position:absolute;
z-index:-20;
width:100%;
height:170px;
overflow:hidden;
}

img.etusivubg
{
width: 100%;
min-height: 200px;


}

img.logo
{
height:100px;
}

div.banner
{
height:120px;
background-color:#000000;
filter: alpha(opacity=70);
opacity: 0.7;
}

table.linkbar
{
width:100%;
height:120px;
}

table.links
{
display: none;	
}

div.pagespacer
{
height:50px;
}

div.dropdown
{
display: block;	
}

div.bottom_banner
{
min-height:100px;
}

.wide_extras
{
display: none;
}

div.boldtext
{
font-size:18px;
font-weight:bold;
}


}


