/* Fix - 100% sirka elementu */
header, section, footer, div {
	width: 100%;
	position: relative;
}

/* Obalovací element vseho obsahu - centrovani na stred */
.wrapper {
	width: 990px;
	margin: 0 auto;
	height: 100%;
}

header {
	min-height: 140px;
}

	#logo {
		display: block;
		width: 213px;
		height: 0;
		padding-top: 140px;
		background: url("/img/logo/logo.png") 0px 20px no-repeat;
		overflow: hidden;
	}

	header h1 {
		position: absolute;
		top: 10px;
		left: 237px;
		font-family: 'Myriad Pro', sans-serif;
		font-size: 21px;
		line-height: 24px;
		letter-spacing: 0.1em;
		color: #2484c6;
		width: 270px;
		font-weight: normal;
	}

	.phone {
		display: block;
		background: url("/img/backgrounds/phone.png") no-repeat left center;
		height: 40px;
		top: 20px;
		left: 557px;
		position: absolute;
		color: #57a639;
		padding-left: 32px;
		line-height: 32px;
	}

	#search-form {
		width: 200px;
		height: 34px;
		position: absolute;
		right: 0;
		top: 20px;
	}

		#search-form input {
			background: url("/img/backgrounds/search-form.png") no-repeat;
			border: 0;
			float: left;
		}

		#search-form .search-text {
			width: 164px;
			height: 34px;
			background-position: 0 0;
			padding: 0 5px;
			font-size: 14px;
			color: #2484c6;
			-webkit-appearance: none;
			-webkit-box-sizing: content-box;
		}

		#search-form .search-button {
			width: 26px;
			height: 34px;
			background-position: -174px 0;
			cursor: pointer;
		}

#main-menu {
	position: absolute;
	right: 0;
	top: 90px;
	width: 753px;
	height: 50px;
	overflow: hidden;
}

	#main-menu li {
		float: left;
	}

		#main-menu a {
			display: block;
			height: 50px;
			padding: 0 13px;
			font-size: 14px;
			line-height: 35px;
			text-decoration: none;
			color: #999;
		}

			#main-menu a:hover {
				background-color: #d5e9cd;
			}

		#main-menu .active a {
			background-color: #57a639;
			color: #fff;
		}

#sub-menu {
	-webkit-box-shadow:  0px 0px 5px 0px #999;
	box-shadow:  0px 0px 5px 0px #999;
	background: url("/img/backgrounds/sub-menu.jpg") no-repeat center center;
	position: relative;
	z-index: 1500;
	height: 260px;
}

#sub-menu.small {
	height: 211px;
}

	#sub-menu.small .wrapper {
		padding-left: 258px;
		width: 732px;
	}

	#sub-menu .wrapper div {
		position: relative;
		width: 220px;
		height: 220px;
		margin: 20px 0 20px 36.33px;
		float: left;
	}

	#sub-menu.small .wrapper div {
		width: 162px;
		height: 162px;
		margin: 23px 0 26px 28px;
	}

	#sub-menu .wrapper :first-child,#sub-menu.small .wrapper :first-child{margin-left:0;}

	#sub-menu a {
		display: block;
		position: relative;
		width: 220px;
		height: 220px;
		color: #2484c6;
		text-decoration: none;
		background: url("/img/backgrounds/sub-menu-link.png") no-repeat left 172px;
	}

	#sub-menu.small a {
		width: 162px;
		height: 162px;
		background: url("/img/backgrounds/sub-menu-link-small.png") no-repeat left 127px;
	}

		#sub-menu a:hover {
			color: #57a639;
			background-position: right 172px;
		}

		#sub-menu.small a:hover {
			background-position: right 127px;
		}

	#sub-menu img {
		border-radius: 10px;
		position: absolute;
		top: 0;
		right: 0;
	}

	#sub-menu.small img {
		width: 162px;
		height: 162px;
	}

	#sub-menu span {
		line-height: 24px;
		font-size: 21px;
		position: absolute;
		bottom: 21px;
		left: 24px;
		padding-right: 50px;
	}

	#sub-menu.small span {
		line-height: 18px;
		font-size: 15px;
		padding-right: 40px;
		left: 17px;
		bottom: 15px
	}

#content .wrapper > div {
	background: url("/img/backgrounds/content.gif") no-repeat left top;
}

#content .inner {
	float: right;
	width: 733px;
}

h1 {
	color: #333;
	font-size: 24px;
	margin: 0 0 25px 0;
	padding-top: 25px;
	font-weight: normal;
}

p {
	color: #666;
	font-size: 14px;
	line-height: 18px;
	margin: 18px 0;
}

.strong {
	font-size: 15px;
	font-weight: bold;
}

a {
	color: #2484c6;
	text-decoration: none;
}

a:hover {
	color: #57a639;
}

.inner li {
	color: #666;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
	list-style: disc;
	margin-left: 15px;
}

table {
	width: 100%;
}

table tr {
	border-bottom: 1px #ccc solid;
}

table th {
	text-align: left;
	font-size: 18px;
	color: #000;
}

table td {
	text-align: right;
	font-size: 14px;
	color: #666;
	padding: 10px 0;
}

table tbody th {
	font-weight: normal;
	font-size: 16px;
	color: #666;
}

table tbody td {
	font-weight: bold;
}

aside {
	width: 231px;
	float: left;
	margin-bottom: 25px;
}

aside a {
	color: #2484c6;
	border-bottom: 2px #2484c6 solid;
	font-size: 14px;
	font-weight: bold;
}

aside a:hover {
	border-color: #57a639;
}

.make-an-offer {
	border: 0;
	display: block;
	height: 56px;
	background: url("/img/backgrounds/make-an-offer.png") no-repeat left center;
	color: #fff;
	font-size: 23px;
	line-height: 54px;
	padding-right: 10px;
	margin: 35px 0;
	font-weight: normal;
	text-align: center;
    position: relative;
	z-index: 1510;
}

.make-an-offer:hover {
	background-position: right center;
	color: #fff;
}

iframe {
	border-top: 10px #999 solid;
	display: block;
}

#breadcrumbs {
	width: auto;
	height: 25px;
	line-height: 25px;
	position: absolute;
	top: 1.5px;
	left: 300px;
}

	#breadcrumbs li {
		float: left;
		background: url("/img/backgrounds/breadcrumbs.gif") no-repeat left center;
		padding: 0 3px 0 8px;
		font-size: 11px;
		color: #57a639;
		margin: 0;
		list-style: none;
	}

	#breadcrumbs li:first-child {
		background: none;
		padding-left: 0;
	}

		#breadcrumbs a {
			color: #666;
		}

			#breadcrumbs a:hover {
				color: #999;
			}

#sub-main-menu {
	width: 181px;
	padding: 4px 25px 14px;
	background-color: #fff;
	-webkit-box-shadow:  0px 0px 5px 0px #999;
	box-shadow:  0px 0px 5px 0px #999;
	border-radius: 10px;
	position: relative;
	z-index: 2000;
	top: -188px;
	margin-bottom: -188px;
}

#sub-main-menu ul {
	border-top: 1px #c8e0f0 solid;
}

#sub-main-menu p {
	color: #57a639;
	font-size: 16px;
	line-height: 21px;
	margin: 10px 0;
}

#sub-main-menu a {
	font-size: 15px;
	color: #666;
	border: 0;
	font-weight: normal;
	display: block;
	width: 100%;
	border-bottom: 1px #c8e0f0 solid;
	padding: 9px 0;
	background: url("/img/backgrounds/sub-main-menu.gif") no-repeat left center;
}

#sub-main-menu a:hover, #sub-main-menu a.active {
	color: #57a639;
	background-position: right center;
}

.contact {
	min-height: 300px;
}

.contact article {
	border-bottom: 1px #ccc solid;
	min-height: 444px;
	float: left;
	margin-bottom: 60px;
}

.contact article h2 {
	color: #333;
	font-size: 18px;
	border-top: 1px #ccc solid;
	line-height: 18px;
	padding-top: 15px;
	font-weight: normal;
}

.contact article p {
	line-height: 24px;
	font-size: 14px;
	margin: 10px 0;
}

.contact article p.small {
	font-size: 12px;
	line-height: 18px;
}

.contact article p.bold {
	font-weight: bold;
}

.contact .first-column {
	width: 300px;
	margin-right: 70px;
}

.contact .second-column {
	width: 363px;
	margin-right: 26px;
}

.contact .second-column h2 {
	color: #333;
	font-size: 21px;
	font-style: italic;
}

.contact .second-column h2 + p {
	font-size: 14px;
	color: #333;
}

.contact .second-column p {
	font-size: 18px;
}

.contact .second-column span {
	color: #333;
	font-size: 18px;
}

.contact .third-column {
	width: 231px;
	border-color: #fff;
}

.contact form {
	width: 191px;
	min-height: 490px;
	padding: 0 20px;
	-webkit-box-shadow:  0px 0px 5px 0px #999;
	box-shadow:  0px 0px 5px 0px #999;
	border-radius: 10px;
	margin: 17px 0 25px;
}

.contact legend {
	border-bottom: 1px #eee solid;
	width: 100%;
	line-height: 21px;
	font-size: 18px;
	color: #57a639;
	font-style: italic;
	padding: 20px 0 15px;
}

.contact label {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	display: block;
	line-height: 24px;
}

label.error {
	background: #fee;
}

.field-error {
	font-size: 10px;
	color: #f00;
}

.errorText
{
	font-size: 0.9em;
	color: #c00;
}

.okText
{
	font-size: 0.9em;
	color: #090;
}

.contact input, .contact textarea {
	background: url("/img/backgrounds/contact.png") no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	width: 181px;
	font-size: 14px;
}

.contact textarea {
	height: 122px;
	resize: none;
	background-position: 0 -34px;
	padding: 5px;
	font-family: Arial;
	line-height: 18px;
}

.contact input {
	height: 34px;
	padding: 0 5px;
}

.contact .button {
	width: 156px;
	height: 40px;
	background-position: 0 -166px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 0 27px 0 4px;
	cursor: pointer;
	margin: 10px auto;
	display: block;
}

.contact .button:hover {
	background-position: 0 -206px;
}

.contact .make-an-offer {
	position: absolute;
	right: 0;
	top: -10px;
	width: 221px;	
}

#icons {
	border-top: 1px #ccc solid;
	height: 175px;
}

#icons article {
	float: left;
	width: 165px;
	height: 175px;
	text-align: center;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	position: relative;
}

#icons p {
	padding: 0 25px;
	margin-top: -5px;
}

#icons a {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 8px;
	right: 14px;
	background: url("/img/backgrounds/tooltip.png") no-repeat left center;
}

#icons a:hover {
	background-position: right center;
}

#icons span {
	display: none;
	width: 250px;
	min-height: 100px;
	background-color: #fff;
	border: 1px #ccc solid;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	cursor: auto;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	padding: 6px;
	text-indent: 25px;
	border-radius: 5px 10px 10px;
	background: #fff url("/img/backgrounds/tooltip.png") no-repeat -22px 0;
}

#icons a:hover span {
	display: block;
}

footer {
	background-color: #f2f2f2;
	padding: 30px 0;
}

footer article {
	float: left;
	width: 25%;
}

footer article a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #2484c6;
	text-decoration: none;
	margin: 10px 0;
}

footer a:hover {
	color: #57a639;
}

.search-results {
	margin: 20px 0;
}

.search-form-page {
	margin-bottom: 15px;
}

footer .nl-footer {
	font-size: 12px;
	font-weight: normal;
    text-align: right;
	float: right;
	width: 25%;
	height: 30px;
	line-height: 30px;
	margin-top: -0;
	color: #2484c6;
	top: 20px;
}

.seo-footer > img {
    vertical-align: middle;
	margin: 0 10px 0 5px;
    position: relative;
	z-index: 11000;
}

.copyrights {
    background: none repeat scroll 0 0 #eee;
	border: 1px #ddd solid;
	border-radius: 10px;
    bottom: 0;
    color: #121B21;
    cursor: pointer;
    display: none;
    font-size: 9px;
    font-weight: normal;
    height: 12px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 10px 80px 10px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    width: auto;
    white-space: nowrap;
    z-index: 10000;
}