@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url(./img/topBar.png) repeat-x top ;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	clear: both;
}

h1 {
	font-size: 18px;
}

h2 {
	margin-top: 10px;
	font-size: 20px;
}

p {
	font-size: 12px;
}

#body {
	width: 100%;
}

.background {
	background: url(./img/background.png) no-repeat top center;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 618px;
	z-index: -1;
}

.center {
	height: 576px;
	width: 100%;
	background: url(./img/bgShadow.png) no-repeat center;
	text-align: left;
	color: #FFF;
}

.center2 {
	width: 900px;
	height: 278px;
	padding-top: 170px;
	margin-left: auto;
	margin-right: auto;
}

.bottom {
	width: 100%;
	background: url(./img/bgDown.png) repeat-x;
	margin-top: -50px;
	text-align: left;
	padding-top: 15px;
	float: right;
}

.bottom2 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.cLeft {
	background:url(./img/janUrbanec.png);
	width: 266px;
	height: 79px;
	float: left;
	margin-top: 70px;
}

.cRight {
	width: 560px;
	margin-top: 50px;
	float: right;
}

.cRight p {
	color: #c4c4c4;
}

.bLeft {
	width: 500px;
	float:left;
}

.bLeft img {
	margin-right: 10px;
	border-radius: 10px;
	float: left;
}

.bLeft p {
	text-align: justify;
}

.bLeft ul li {
	font-size: 12px;
	list-style-image: url(img/infoIcon.png);
	margin-bottom: 5px;
}

.bRight {
	width: 375px;
	float: right;
	margin-left: 25px;
}

.bRight img {
	margin-right: 5px;
	border-radius: 80px;
}

.bRight img:hover {
	box-shadow: -5px 5px 5px #999;
	margin-left: 5px;
	margin-right: 0px;
}

.copyright {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0px;
	clear: both;
	font-weight: bold;
	color: #212121;
}

.copyright img {
	width: 35px;
}

.bottom p {
	margin-left: 5px;
	color: #212121
}

.bottom a {
	color: #00037b;
	text-decoration: none;
}

.bottom a:hover {
	text-decoration: underline;
}

.bottom a:active {
	font-weight: bold;
}

#GoogleAd {
	float: right;
	margin-top: 20px;
	margin-bottom: -140px;
	margin-right: 15px;
}