html, body {
	height: 100%;
	width: 100%;
}
body {
/*	display: table; */
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
    text-transform: uppercase;
}
h5 {
	color: #000;
	border-bottom: 1px solid #ff7900;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0px;
}
div {
	margin: 0px;
}
div#motto {
	background-color: #fff;
	height: 22px;
	left: 50%;
	padding: 12px 0px 8px 0px;
    position: absolute;
	top: 30px;
	width: 50%;
}
div.part {
/*	display: table-row; */
	padding: 15px 0px;
    width: 100%;
}
div.partInner {
	margin: auto;
	padding: 0px 10px;
    width: 800px;
}
div#topPart {
	background-color: #b1cf9f;
}
div#topPart {
	color: #fff;
}
div#topPart a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
div#topPartInner {
	height: 11px;
	padding: 20px 10px;
	text-align: right;
}
div#imagePart {
	padding: 0px;
}
div#imagePartInner {
	background-image: url('http://s.cosy.cz/122');
	background-position: top right;
	background-repeat: no-repeat;
    background-size: 395px 272px;
	color: #75acac;
	height: 226px;
	padding: 15px 10px 30px 10px;
	text-align: left;
}
div#menuPart {
	background-color: #b1cf9f;
	padding: 8px 0px;
}
div#menuPart ul {
	height: 1em;
	margin: 0px;
	padding: 0px;
}
div#menuPart ul li {
	float: left;
	font-weight: bold;
	list-style-type: none;
	margin: 0px 10px;
	padding: 0px 10px;
}
div#menuPart ul li a {
	font-weight: bold;
	color: #5c7c49;
	text-decoration: none;
}
label.formLabel {
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0px;
}
input.formInput {
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	margin-bottom: 10px;
	padding: 2px 5px;
	width: 225px;
}
input#formSubmit {
	background-color: #ff7900;
	border: 0px solid #ff7900;
	color: #fff;
	margin-top: 24px;
	height: 26px;
	width: 239px;
}
div#headingPart {
	margin: 20px 0px 10px 0px;
}
div#headingPartInner {
	background-color: #f2f2f1;
	border: 1px solid #c3c6c2;
	color: #000;
	font-size: 18px;
	padding: 10px 10px;
	text-align: center;
}
div#contentPart {
	margin: 0px 0px;
}
div#contentPartInner {
	color: #000;
	text-align: center;
}
div.subcontent {
	color: #666;
	display: inline-block;
	font-size: 14px;
	margin: 15px;
	text-align: center;
	vertical-align: top;
	width: 230px;
}
div.subcontent h3 {
	color: #000;
	margin: 10px 0px 5px 0px;
	text-transform: uppercase;
}
span.content-icon {
	color: #ff7900;
	display: block;
    font-size: 32px;
}
div#footerPart {
	background-color: #bbb;
/*    height: 100%; */
	margin: 20px 0px 0px 0px;
}
div#footerPartInner {
	padding: 20px 10px;
	text-align: center;
}


.left {
	padding-bottom: 40px;
	min-height: auto !important;
	padding-right: 0;
}

.left > p:first-of-type {
	background: #ffd987;
	font-style: italic;
	padding: 5px 10px;
	margin-bottom: 40px;
}

.tip {
    background-color: rgba(237, 237, 236, 0.7);
	border: 1px solid #c3c6c2;
	color: #000;
	padding: 4px 9px;
    position: absolute;
	margin-left: 260px;
	font-size: 12px;
}

.tip:before {
	position: absolute;
	top: -7px;
	left: 98px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-bottom-color: #c3c6c2;
	content: '';
}

.tip:after {
	position: absolute;
	top: -5px;
	left: 99px;
	display: inline-block;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	content: '';
}

.tip.left:before {
	border-top: 7px solid transparent;
	border-right: 7px solid #fff;
	border-bottom: 7px solid transparent;
	border-right-color: #c3c6c2;
	left: -14px;
	top: 15px;
}

.tip.left:after {
	border-top: 5px solid transparent;
	border-right: 5px solid #f2f2f1;
	border-bottom: 5px solid transparent;
	left: -10px;
	top: 17px;
}