﻿@import url('fonts/Bebas/stylesheet.css');
@import url('fonts/BebasNeue/stylesheet.css');

.bebas {font-weight: normal; font-style: normal; line-height:normal; font-family: 'Bebas', sans-serif;}
.bebasNeue {font-weight: normal; font-style: normal; line-height:normal; font-family: 'BebasNeue', sans-serif;}


div,p {
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'BebasNeue', sans-serif;
}
body {
	background-color: #EEE;
	font-size: 1.35em;
	background-image: url(assets/intro/bg_body.png);
	background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin:0px;
	padding:0px;
	font-weight: 500;
	font-style: normal;
	line-height:normal;
}

body {
	/*background: #fff url(photo/bg_photo/L10909492_1500px.jpg) center top;*/
}
a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#666;
	text-decoration: none;
}
a:hover {
	/*background-color:#888;*/
	color:#EEE;
	color:#900;
}


.darklink:link {
	color:#444;
	text-decoration:none;
}
.darklink:visited {
	color:#444;
	text-decoration:none;
}
.darklink:hover {
	text-decoration:underline;
}

#echoDIV {
	position:fixed;
	background:#000;
	top:0px;
	left:0px;
	width:100%;
	/*height:800px;*/
	text-align:center;
	visibility: hidden;		/*after testing enable */
}

#echoP {
	color:#FFF;
	margin-top:0;
	padding-top:0;
	visibility:hidden;/**/
}

#contentDIV {
	margin-top:0px;
	/*visibility:hidden;*/
}

.adDIV {
	/*background-image: url(assets/symbols/platnoBannerWh1.gif);*/
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 250px;
}
.cornerDiv {
	/*
	position: absolute;
	position:fixed;
	z-index: 3;
	height: 288px;
	color:#FFFFFF;
	text-align:right;
	font-size:9px;
	*/
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 80px 50px 20px 20px;
	background: #FFF;
}
.cornerDivTxt {
	position: absolute;
	z-index: 2;
	width: 293px;
	/*height: 288px;
	color:#FFFFFF;*/
	right: 10px;
	bottom: 195px;
	text-align:center;
	font-size:9px;
	visibility:hidden;
}

.hiremeDiv {
	position: absolute;
	z-index: 4;
	width: 300px;
	width: 100%;
	/*height: 288px;*/
	left: 10px;
	bottom: 10px;
	text-align:left;
	color:#FFFFFF;
	font-size:9px;
}

.small {
	font-size:.9em;
}
.color {
	color:#900;
}

.videoFilmstripDIV {
	background-image: url(assets/intro/paper_FilmstripSmall.png);
	background-repeat: repeat-x;
	background-position: center center;
	/*height: 145px;*/
	width: 100%;
	padding-top: 23px;
}
hr {
	height: 3px;
}
.bottomDIV {
	clear:both;
	background: url('assets/intro/images/kvet1.png') no-repeat bottom center;
	color: #666666;
	/*font-size: 9px;*/
	font-size: .88em;
}

#introZoomDiv {
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 400px;
}


#sideDIV {
	background-color:#666666;
}

.sideDivRandImgWrapAbs {
	position: absolute;
	visibility: visible;
	z-index: 6;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	overflow:visible;
}
.sideDivRandImgWrap {
	position: absolute;
	visibility: hidden;
	z-index: 7;
	right: 0px;
	top: 90px;
	width: 400px;
	height: 300px;
	cursor: pointer;
	color:#333;
	font-style: italic;
	font-size: 80%;
	text-align: right;
	overflow:hidden;
	/*background-color:#990000;*/
}
.sideDivRandImg {
	/*position: absolute;
	z-index: 7;
	right: 0px;
	top: 0px;
	text-align: right;*/
	white-space:nowrap;	/* kvoli spojeniu obrazka a vertikalneho textu napravo */
	/*width: 300px;
	height: 300px;
	background-color:#009933;*/
}
.selectRandImgDiv {
	text-align:right;
	/*color:#666;
	font-style:normal;
	white-space: normal !important;*/
}
.descript {
	color:#666;
	/*font-style:normal;
	text-align:right;*/
	/*white-space: normal !important;*/
}
.uppercase {
	text-transform:uppercase;
}
