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{
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:white;
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;
}

#navigation .current:link, .current:visited {
background-color:white;
color:black;
transform:rotate(-7deg);
transition:1s;
-webkit-transform:rotate(-7deg);
letter-spacing:3px;
}

			
.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: 30%;  font-size: 1.0em; display:inline; position: relative; margin-left:30%; line-height:1.5; }
.toka { float: left; width: 38%;  font-size: 1.0em; display:inline; position: relative; line-height:1.5;  }

.missa { float: left; width: 35%;  font-size: 1.0em; display:inline; position: relative; margin-left:23%; line-height:1.5; text-align: justify; }
.mita { float: left; width: 40%;  font-size: 1.0em; display:inline; position: relative;  line-height:1.5; text-align: justify; }

.paikka { float: left; width: 35%;  font-size: 1.0em; display:inline; position: relative; margin-left:23%; line-height:1.5; }
.aika { float: left; width: 40%;  font-size: 1.0em; display:inline; position: relative; line-height:1.5; }

.luettelo{ width: 75%; margin-left: 15%; font-size: 1.0em; display:inline; position: relative; line-height:1.8; }
.luettelo2{ width: 28%; margin-left: 15%; font-size: 1.0em; display:inline; position: relative; line-height:1.8; }

.kieli { float: left; width: 9%; font-size: 1.0em; display:inline; position: relative; margin-left:23%; line-height:1.5; }
.asteikko { float: left; width: 10%;  font-size: 1.0em; display:inline; position: relative; 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: 2.0em; display:inline; position: relative; margin-left:7%; text-decoration:underline; line-height:1.5; }
.otsikko2 { float: left; width: 40%; font-size: 1.5em; display:inline; position: relative; margin-left:5%; text-decoration:underline; line-height:1.5; }
.otsikko3 { float: left; width: 50%; font-size: 1.25em; display:inline; position: relative; margin-left:9%; text-decoration:underline; line-height:1.5; }

/*.validia { float: left; width: 30%; margin-right: 25%; border:0; width:88px; height:31px; text-align:right; display:inline; position: relative;}

.validiaa { float: left; margin-right: 50%; border:0; text-align:right; display:inline; position: relative;}*/

#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:14%;
float:right;
margin-right:12%;
clear:right;
}

#vasen {
width:65%;
float:left;
margin-left:9%;
}

#koko {
width:92%;
float:left;
margin-left:7.5%;
}

ul#listA {
list-style-image:url('../kuvat/star2.png');
padding:0.1%;
margin-left:24.5%;
margin-top:0;
margin-bottom:0;
}

ul#listB {
list-style-image:url('../kuvat/star2.png');
padding:0.1%;
margin-left:24.5%;
margin-top:0;
margin-bottom:0;
}

/*li {
padding:1%;
font-size: 1.0em;
}*/

#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;}    /* unvisited link */
#valid a:visited {color:#000000;} /* visited link */
#valid a:hover {color:#ffffff; background:#000000;}   /* mouse over link */
#valid a:active {color:#000000;}  /* 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 */

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

.fancybox-skin {
	position: relative;
	/*margin-bottom:10%;*/
	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;
	margin-bottom:10%;
}

.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('..kuvat/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
	}
}*/