body {
width:100%;
margin:0;
font-family:Georgia;
}

h1 {
font-size: 1.0em;
color:white;
}

h2 {
font-size: 0.7em;
}

#header {
    height:21px;
	background:#000000;
	width: 100%;
    margin-top: 25px;
    left: 0;
	right: 0;
	clear:both;
	text-align:center;
	position:initial;	
	
}

#header2 {
    height:21px;
	background:#000000;
	width: 100%;
    top: 0;
    left: 0;
	right: 0;
	clear:both;
	text-align:center;
	position:initial;	
	
}

#wrapper1 { 
    overflow:auto;
    background-color:black;
    width: 1.3%;
    position: fixed;
    top: 0;
    left: 1.3%;
	right: 0;
    bottom: 0;
}

#wrapper2 { 
    overflow:auto;
    background:black;
    width: 1.3%;
    position: fixed;
    top: 0;
    left: 4.3%;
	right:0;
    bottom: 0;
}

#navigation{
/*width:95%;*/
margin-left:5%;
}
		
#navigation ul{
list-style-type:none;
}
		
#navigation li{
display:inline;
background-color:black;
padding:1%;
height:50px;
}
		
#navigation a:link, a:visited{
display:inline-block;
min-width:12%;
font-weight:bold;
letter-spacing:1px;
color:#fff;
text-align:center;
line-height:25px;
text-decoration:none;/*initial ?*/
text-transform:none;
padding:1% 1% 1% 1%;
margin-top:5px;
}

#navigation a:hover{
background-color:white;
color:black;
}

.current:link, .current:visited {
background-color:white;
color:black;
transform:rotate(-6deg);
transition:1s;
-webkit-transform:rotate(-6deg);
letter-spacing:3px;
}
	
#navigation2{
width:100%;
}
		
#navigation2 ul{
list-style-type:none;
padding:0% 0% 1% 8%;
}
		
#navigation2 li{
margin-left:29%;
margin-right:32%;
display:inline;
background-color:black;
font-size: 1em;
letter-spacing:3px;
text-align:center;
padding:2.0% 1.5% 1.5% 1.5%;
height:50px;
}
		
#navigation2 a:link, a:visited {
display:inline-block;
width:30%;
vertical-align:middle;
font-weight:bold;
color:#fff;
text-align:center;
line-height:40px;
text-decoration:none;/*initial ?*/
text-transform:none;
padding:1% 1% 2% 1%;
}
		
#navigation2 a:hover{
background-color:white;
color:black;
line-height:40px;
}

.tilaa  { clear: both; visibility: hidden; height: 1px; overflow: hidden; }
.tilaa1 { clear: both; visibility: hidden; height: 15px; overflow: hidden; }
.tilaa2 { clear: both; visibility: hidden; height: 60px; overflow: hidden; }
.tilaa3 { clear: both; visibility: hidden; height: 90px; overflow: hidden; }
.tilaa4 { clear: both; visibility: hidden; height: 20px; overflow: hidden; }
.tilaa5 { clear: both; visibility: hidden; height: 40px; overflow: hidden; }

.eka { float: left; width:45%;  font-size: 1.0em; display:inline; position: relative; margin-left:45%; line-height:1.5;}

#otsikko { float: left;  width: 94%; font-size: 4.5em; display:inline; position:relative; margin-left:6%; letter-spacing:5px; line-height:1.5; text-align:center; }
#otsikko1 { float: left; width: 60%; font-size: 1.5em; display:inline; position:relative; letter-spacing:3px; line-height:1.5; text-align:center;}
.otsikko2 { float: left; width: 60%; font-size: 1.5em; display:inline; position:relative; margin-left:20%; text-decoration:underline; line-height:1.5; letter-spacing:1px;}
.otsikko3 { float: left; width: 50%; font-size: 1.25em; display:inline; position:relative; margin-left:30%; text-decoration:underline; line-height:1.5; letter-spacing:1px;}
#otsikko4 { float: left; width: 100%;  font-size: 1.5em; display:inline; position:relative; letter-spacing:5px; line-height:1.5; text-align:center; }

#valid { float: left; width:18%; font-size: 1.0em; display:inline; position: relative; margin-left:72%; line-height:2.0; }
#valid2 { float: left; display:inline; position: relative; line-height:1; margin-bottom:15px;}

/*#oikea {
width:15%;
float:right;
margin-right:8%;
clear:right;
}*/

#koko {
width:100%;
float:left;
margin:0;
}

#footer {
background:black;
bottom:0px;
left:0px;
right:0px;
height:40px;
position:relative;
clear:both;
text-align:center;
		bottom:0;
		width:100%;		
}

#footer >h1{
line-height:40px;
}

#sisalto a:link {color:#000000;}    /* unvisited link */
#sisalto a:visited {color:#000000;} /* visited link */
#sisalto a:hover {color:#ffffff; background:#000000;}   /* mouse over link */
#sisalto a:active {color:#000000;}  /* selected link */
#sisalto a:link {text-decoration:underline;}    /* unvisited link */
#sisalto a:visited {text-decoration:underline;} /* visited link */
#sisalto a:hover {text-decoration:underline;}   /* mouse over link */
#sisalto a:active {text-decoration:underline;}  /* selected link */

#valid a:link {color:#000000; width:25%;}    /* unvisited link */
#valid a:visited {color:#000000; width:25%;} /* visited link */
#valid a:hover {color:#ffffff; background:#000000; width:25%;}   /* mouse over link */
#valid a:active {color:#000000; width:25%;}  /* selected link */
#valid a:link {text-decoration:underline;}    /* unvisited link */
#valid a:visited {text-decoration:underline;} /* visited link */
#valid a:hover {text-decoration:underline;}   /* mouse over link */
#valid a:active {text-decoration:underline;}  /* selected link */

p{
text-align:center;

}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-skin {
	position: relative;
	margin-bottom:auto;
	background: black;
	/*color: #444;*/
	text-shadow: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../kuvat/fancybox_sprite.png');

}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background-color:white;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../kuvat/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

/*.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}*/

/*.fancybox-opened .fancybox-title {
	visibility: visible;
}*/

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

/*.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa *
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}*/

/*.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}*/

/*.fancybox-title-inside-wrap {
	padding-top: 10px;
}*/

/*.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}*/

/*Retina graphics!*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../kuvat/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image
	}*/

	/*#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image
	}
}*/