body {
	font-family: 'PT Sans', sans-serif;
	background-color: #eee;
/*	color: #546173;	*/
	color: #647184;
	margin: 0px;
}

a {
	color: #50ADEE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

iframe {
	border: 0;
	margin: 0px;
	display: block;
}

h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

div, p {
	text-align: justify;
}

hr.line {
	width: 91.2%;
	height: 1px;
	background-color: #546173;
	border: 0px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

button, .button {
	margin: 0px;
	color: white;
	border-width: 0px 0px 2px;
	border-style: none none solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
button {
	display: block;
}
a.button {
	padding: 10px 20px;
	display: inline-block;
}
a.button:hover {
	text-decoration: none;
}

.pad {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

div.softbox {
	position: absolute;
	display: block;
	z-index: -1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 284px;
	height: 500px;
}
div.softbox.right {
	background-image: url(../img/sb-right.png);
	right: -230px;
}
div.softbox.left {
	background-image: url(../img/sb-left.png);
	left: -230px;
}

#f-plugin {
	width: 305px;
	height: 170px;
	position: fixed;
	display: block;
	z-index: 5;
	top: 500px;
	right: -255px;
	transition: 1s;
	text-align: left;
}
#f-plugin:hover {
	right: 0px;
}
#f-plugin > img {
	vertical-align: top;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-size: 100%;
	background-color: white;
	-webkit-box-shadow:	0px 0px 21px #d7d7d7;
	-moz-box-shadow:	0px 0px 21px #d7d7d7;
	box-shadow:		0px 0px 21px #d7d7d7;
}

#top {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	z-index: 10000;
	border: 0;
	margin: 0;
	padding: 0;
}

#top > .container {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
}

#top > .container ul {
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	right: 60px;
	top: 40px;
}

#top > .container li {
	list-style: none;
	display: inline-block;
	margin: 0 15px;
	padding: 0;
}

#top > .container li > a {
	color: inherit;
	text-decoration: none;
}

#top .lang {
	position: absolute;
	right: 20px;
	top: 10px;
}

#top .lang > a.active {
	color: #647184;
}

#top .logo {
	width: 150px;
	position: absolute;
	top: 20px;
	left: 60px;
}

#top hr.top {
	position: absolute;
	bottom: -1px;
	left: 40px;
}

#top hr.act {
	background-color: #546173;
	height: 3px;
	width: 0px;
	position: absolute;
	bottom: -2px;
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-transition-delay: 0.3s; /* Safari */
    transition-delay: 0.3s;
	-webkit-transition: 0.7s; /* For Safari 3.1 to 6.0 */
    transition: 0.7s;
}

#contact > p {
	font-size: 1.2em;
	margin-bottom: 150px;
}

#contact div.contactUs {
	padding: 150px 0;
	font-size: 1.2em;
	text-align: center !important;
}

#contact a.button {
	padding: 0.8em 2em;
	margin-left: 20px;
	color: white;
	background-color: #ed5155;
	border-color: #dc1a1c;
	font-size: 12pt;
}

#footer {
	position: relative;
	padding: 20px 0 40px;
}

#footer a:hover {
	color: #50ADEE;
	text-decoration: none;
	cursor: pointer;
}
#footer a {
	color: inherit;
}

#footer > div.right {
	float: right;
	font-size: 0.65em;
}

#footer div.blockie {
	margin-right: 20px;
}

#footer .blockie div {
	margin-left: 8px;
	font-size: 0.8em;
}

#footer .blockie img {
	width: 25px;
}

/* nepoužívá to pouze footer */
.blockie {
	display: inline-block;
	vertical-align: middle;
}
