﻿@charset "utf-8";

/* ------NAVIGATION-----*/

.hurmos_tila {
    background-color: #6b142a;
    height: 25px;
}

/*----CONTENT----*/

#arkki{	
	height:65%;
	position:relative;
	top:35px;
	/*overflow:auto; нужно для scrollbar */	
	/*background-color: #333;*/
}

#arkki_teksti_s, #arkki_teksti_eng{
	display: inline-block; /* Строчно-блочный элемент */
	width:43%;
	float:left;
	/*padding: 0 2% 0 2%;
	background-color:#CC33FF;*/
}
#arkki_teksti_s{
	margin-right:45px;
	margin-left:35px;
}
#arkki_teksti_eng{margin-right:0px;}

#hurmos_tila_teksti_fi{
	/*background-color: rgb(51,102,51);*/
	position:absolute;
	color:#fef2f6;
	font-weight:lighter;
	left: 661px;
	top: 0px;
	width: 397px;
	height: 560px;
	text-align: justify;
	/*padding:20px;
	border: 2px solid #320d20;
	outline: 4px solid #fef2f6;*/
}

#hurmos_tila_nimi_fi h5{
	/*background-color:#CC99CC;*/
	position:absolute;
	text-align: center;
	color:#fef2f6;
	left: -405px;
	top: -24px;
	/*margin-top:10px;*/
}

#hurmos_tila_video_fi{
	position:absolute;
	width:640px;
	height:360px;
	left:-662px;
	top: 33px;
	background:url(../lib/common/img/loaderclock.gif) center no-repeat black;
}

#hurmos_tila_teksti_en{
	/*background-color: rgb(51,102,51);*/
	position:absolute;
	color:#fef2f6;
	font-weight:lighter;
	left: 661px;
	top: -20px;
	width: 397px;
	height: 560px;
	text-align: justify;
	/*padding:20px;
	border: 2px solid #320d20;
	outline: 4px solid #fef2f6;*/
}

#hurmos_tila_nimi_en h5{
	/*background-color:#CC99CC;*/
	position:absolute;
	text-align: center;
	color:#fef2f6;
	left: -405px;
	top: 16px;
	/*margin-top:10px;*/
}

#hurmos_tila_video_en{
	position:absolute;
	width:640px;
	height:360px;
	left:-662px;
	top: 73px;
	background:url(../lib/common/img/loaderclock.gif) center no-repeat black;
}

#hurmos_tila_runo{
	/*background-color: rgb(204,153,102);*/
	color:#fef2f6;
	font-weight:lighter;
	font-size:1.1em;
	text-align:center;
	position:absolute;
	width:559px;
	padding:20px;
	right:359px;
	top:453px;
}

#hurmosEsitykset{
	font-size:1.1em;
	
}

#esitykset, #tekijat{
	position:absolute;
	top:100px;
	width: 100%;
	z-index: 5000;
}

#esitykset-text, #tekijat-text{
	position:relative;
	width: 40%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;}
/*	overflow:scroll;*/

#tekijat-close{
	position:absolute;
	top: 0;
	right: 0;
	width:27px;
	height:27px;
	background-image:url(../img/hurmos/close.png);
	z-index: 6000;
}
#esitykset-close{
	position:absolute;
	top: 0;
	right: 80px;
	width:27px;
	height:27px;
	background-image:url(../img/hurmos/close.png);
	z-index: 6000;
}	
/*----SOUND----*/

#aani{
	position: absolute;
	width:30px;
	height:30px;
	right:-80px;
	bottom:70px;
	z-index: 6000;
}

#aani.on{background-image: url(../img/aani/aani_on.png);}/*background-color: rgb(128,255,128);*/
#aani.off{ background-image:url(../img/aani/aani_off.png);}/*background-color:#FF8080;*/
#aani.on-hover{ background-image:url(../img/aani/aani_on_hover.png);}/*background-color: rgb(0,255,0);*/
#aani.off-hover{ background-image: url(../img/aani/aani_off_hover.png);}/*background-color:#FF0000;*/
