/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Feb-2014, 13:14:10
    Author     : Clem
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
#clean { clear: both; }
div.clean { clear: both; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Clearall  for floating elements*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
img {
    border: 0px;
    width: 100%;
    height: 100%;
}
* {
    border: 0 none;
    margin: 0;
    padding: 0;
}
html {
	height:100%;
	width:100%;
}
body { 
     font-family: georgia,arial,sans-serif,fantasy; color: #333; font-size: 120%;
	 height:100%;
	 width:100%;
     
}
body a{
	text-decoration: none;
}
.linkstopallout{
    display: none;
	position: absolute;
    width: 100%;
}
.linkstopall{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    text-align: center;
	padding-top: 5px;
}
.linkstop {
    width: 50%;
    display: block;
    float: left;
    font-size: 100%;
}
.linkstop h3{
    font-weight: bold;
    padding: 2px;
}
.linkstop p{
    padding: 2px;
	margin-bottom: 5px;
}
#background{
    background: url("images/sahkosx.jpg") no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
    /*overflow: hidden;
    height: 620px;*/
}
#infosahko{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    font-size: 100%;
    text-align: center;
    margin: 0 auto;
	bottom: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}
#info-inner{
    width: 90%;
    margin: 0 auto;
}
#infosahko h3{
    font-weight: bold;
    padding: 2px;
    float: left;
    margin-right: 1%;
}
#infosahko p{
    padding: 2px;
    float: left;
    margin-right: 1%;
}
#infosahko a{
    padding: 2px;
    font-weight: bold;
    float: left;
    margin-right: 1%;
}

/*Screen 1920 and 1824px lower*/
@media only screen 
and (min-width : 1824px)
and (max-width : 1920px){
    
    body{
        font-size: 150%;
    }
}
/*Screen 1440 and 1400px lower*/
@media only screen
and (min-width : 1400px)
and (max-width : 1440px){
       
}
/*Screen 320px and lower*/
@media screen and (max-width: 1280px){
}
/*Screen 768px and lower*/
@media all and (max-width: 900px){
  #info-inner{
    width: 90%;
  }
}
/*Screen 480px and lower*/
@media all and (max-width: 640px){
   
}

/*Screen 480px and lower*/
@media all and (max-width: 480px){   
body{
    font-size: 100%;
}
}


/*Screen 320px and lower*/
@media screen and (max-width: 320px){
    .linkstopallout{
    display: block;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	padding-top: 5px;
}
.linkstopall{
    display: none;
}
.linkstop{
    width: 100%;
    text-align: center;
}
    
}