/*
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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;
}
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;
}

/* 
font
 */
@font-face {
	font-family: 'TrebuchetMSRegular';
	src: url('fonts/trebuc-webfont.eot');
	src: url('fonts/trebuc-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/trebuc-webfont.woff') format('woff'),
	url('fonts/trebuc-webfont.ttf') format('truetype'),
	url('fonts/trebuc-webfont.svgz#TrebuchetMSRegular') format('svg'),
	url('fonts/trebuc-webfont.svg#TrebuchetMSRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* 
laureno
 */
body {
	height: 100%;
	overflow: hidden;
}
.clear {
	clear: both;
}
#loading {
	width: 100%;
	height: 100%;
	background: #000000 url(img/loading.gif) no-repeat center center;
}
#simulate {
	width: 200%;
}
#turnLeft, #turnRight {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}
.logof, .patern, .hover {
	width: 100%;
	height: 100%;
	display: block;
	left: 0px;
	top: 0px;
	position: absolute;
}
.logof {
	z-index: 500;
}
.hover {
	z-index: 300;
	background: #0c1922;
	display: none;
}
.info {
	display: none;
	position: absolute;
	z-index: 400;
	padding-bottom: 90px;
}
#simulate .info {
	padding-bottom: 50px;
}
#turnLeft .info {
	right: 0px;
	padding-right: 150px;
	text-align: right;
}
#turnRight .info {
	left: 0px;
	padding-left: 150px;
	text-align: left;
}
#turnRight .info img {
	display: block;
}
.patern {
	background: url(img/colbg.png);
	z-index: 200;
}
#turnLeft .logof {
	background: url(img/logol.png) no-repeat right center;
}
#turnRight .logof {
	background: url(img/logor.png) no-repeat left center;
}
.bgScale {
	position: absolute;
}
#stopka {
	background: #0c1922;
	clear: both;
	float: left;
	width: 100%;
}
#stopka p {
	margin: 10px 0px;
}
.langs {
	position: relative;
	float: left;
}
.lang, #stopkaleft p a.lang2, #stopkaleft p a.lang2:hover {
	font: normal 11px 'TrebuchetMSRegular';
	color: #ffffff;
	text-decoration: none;
	float: left;
	height: 12px;
	cursor: pointer;
}
.lang2 {
	/* position: absolute; */
	left: 0px;
	top: 12px;
	display: none;
}
#stopkaleft {
	float: left;
	padding-left: 20px;
}
#stopkaleft p {
	font: normal 11px 'TrebuchetMSRegular';
	color: #535c62;
	float: left;
	line-height: 14px;
	margin: 15px 0px;
	margin-right: 30px;
}
#stopkaleft p.tr {
	text-align: right;
}
#stopkaleft p a {
	color: #535c62;
	text-decoration: none;
}
#stopkaleft p a:hover {
	text-decoration: underline;
}
#stopkaright {
	float: right;
	padding-right: 20px;
}
#stopkaright img {
	float: left;
	margin: 10px 0px;
	margin-left: 8px;
}
#infoOut {
	display: none;
}
#info {
	padding: 35px 50px;
	width: 700px;
	background: url(img/white90.png);
	position: relative;
	z-index: 600;
}
#info p {
	font: normal 12px 'TrebuchetMSRegular';
	color: #000000;
	padding: 6px 0px;
}
#info h1 {
	font: normal 18px 'TrebuchetMSRegular';
}
