@import 'init.css';

html, body {
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: 'Trebuchet MS';
	color: black;
}

#page_wrapper {
	position: relative;
	height: 100%;
	text-align: center;
}

html > body #page_wrapper {
	height: auto;
	min-height: 100%;
}

#header_bar, #footer_bar {
	position: absolute;
	width: 100%;
}

#header_bar {
	top: 0;
	left: 0;
	height: 20px;
	background: black;
}

#footer_bar {
	bottom: 0;
	left: 0;
	height: 93px;
	background: url('./../img/layout/footer_bg.png') repeat-x 0 57px;
}

#content {
	position: relative;
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 110px 0;
}

#header {
	position: relative;
	width: 800px;
	height: 200px;
	background: url('./../img/layout/header_bg.jpg') no-repeat 0 0;
}

#header img {
	position: absolute;
	top: 39px;
	left: 30px;
}

#footer {
	position: relative;
	width: 800px;
	height: 100%;
	padding: 0 5px;
	margin: 0 auto;
}

html > body #footer {
	width: 790px;
}

#footer img {
	float: left;
}

#footer p {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #333333;
	z-index: 1;
}

#footer a {
	text-decoration: none;
	color: #333333;
}

#footer a:hover {
	color: gray;
}

#menu {
	width: 800px;
	height: 31px;
	padding-left: 11px;
}

html > body #menu {
	width: 789px;
}

#menu a {
	display: block;
	float: left;
	width: 105px;
	height: 31px;
	background: url('./../img/layout/btn_passive.png') no-repeat;
	margin: -5px 3px 0 3px;
	font-family: 'Arial';
	font-size: 1.2em;
	font-weight: bold;
	line-height: 31px;
	color: white;
	text-decoration: none;
	overflow: hidden;
}

#menu a.active {
	background: url('./../img/layout/btn_active.png') no-repeat;
}

#container {
	margin-top: 15px;
	width: 800px;
	padding: 0 5px;
}

html > body #container {
	width: 790px;
}

#gallery {
	width: 705px;
	margin: 15px auto 0 auto;
}

#gallery img {
	float: left;
	margin: 15px;
}

.pozemky
{
    background-image:url('./../img/layout/pozemky.jpg'); 
    width:786px; 
    height:136px;
    margin-top:20px;
}
.pozemky_info
{
    background-image: url('./../img/layout/tabulka.jpg');
    float:left;
    width:241px;
    height: 131px; 
    margin:15px 0 0 35px;
    padding-left: 15px;
    display:none;
}

.pozemokpic {
    text-align: center;
    height: 206px;
    padding-left:160px;
    padding-top:30px;
}

#pozemky {
	width: 100%;
	height: 590px;
	margin: -115px 0 -100px 0;
}

#pozemky img {
	margin-top: 215px;
}

#domy-tri, #domy-dva {
	margin: auto;
}

#domy-tri {
	width: 675px;
	margin-top: 30px;
}

#domy-dva {
	width: 450px;
	margin-top: 10px;
}

#domy-tri img, #domy-dva img  {
	margin: 0 10px;
}

/* DEFINE BOX STYLES */

.boxes {
	width: 740px;
	margin: 0 auto;
}

.image, .thumb {
	width: 360px;
	text-align: center;
}

.image img {
	margin: 50px auto 20px auto;
}

.thumb img {
	margin: 10px auto;
}

.box_dim {
	width: 359px;
	padding: 13px 25px 25px 25px;
}

html > body .box_dim {
	width: 309px;
}

.box_dim h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: white;
	margin: 0 0 15px 0;
}

.box_dim p {
	margin: 0;
	padding-top: 10px;
	text-indent: 20px;
	font-size: 1.1em;
}

.box_dim ul {
	padding-top: 10px;
}

.box_dim ul.circle {
	list-style-type: disc;
}

.box_dim ul.decimal {
	list-style-type: decimal;
}

.box_dim li {
	margin: 2px 0 2px 20px;
	font-size: 1.1em;
}

.box_dim table {
	margin-bottom: 10px;
	width: 100%;
	font-size: 1.1em;
}

.box_dim table th {
	font-weight: bold;
}

.box_dim table.desc th {
	width: 200px;
}

.box_dim table.data th {
	width: 120px;
}

.box_dim table.stats {
	margin-top: 10px;
	border: 1px solid gray;
	border-collapse: collapse;
}

.box_dim table.stats th, .box_dim table.stats td {
	border: 1px solid gray;
	padding: 5px 13px;
	text-align: center;
}

.box_dim a.arrow_orange, .box_dim a.arrow_red {
	display: block;
	height: 17px;
	line-height: 17px;
	font-size: 1.4em;
	margin-top: 5px;
	padding-left: 20px;
	text-align: left;
	overflow: hidden;
}

.box_dim a.arrow_orange {
	width: 140px;
	background: url('./../img/layout/box_arrow_orange.png') no-repeat top left;
}

.box_dim a.arrow_red {
	background: url('./../img/layout/box_arrow_red.png') no-repeat top left;
}

html > body .box_dim a.arrow_orange {
	width: 120px;
}

.box_orange a, .box_white a, .box_red a {
	text-decoration: none;
	font-weight: bold;
}

.box_orange a {
	color: #B64926;
}

.box_red a {
	color: #8E2800;
}

.box_white a {
	color: #6699ff;
}

.box_orange {
	background: url('./../img/layout/box_middle_orange.png') repeat-y;
}

.box_white {
	background: url('./../img/layout/box_middle_white.png') repeat-y;
}

.box_red {
	background: url('./../img/layout/box_middle_red.png') repeat-y;
}

.box_top_black {
	background: url('./../img/layout/box_top_black.png') no-repeat top left;
}

.box_top_white {
	background: url('./../img/layout/box_top_white.png') no-repeat top left;
}

.box_top_blue {
	background: url('./../img/layout/box_top_blue.png') no-repeat top left;
}

.box_top_orange {
	background: url('./../img/layout/box_top_orange.png') no-repeat top left;
}

.box_top_red {
	background: url('./../img/layout/box_top_red.png') no-repeat top left;
}

.box_bottom_white {
	background: url('./../img/layout/box_bottom_white.png') no-repeat bottom left;
}

.box_bottom_orange {
	background: url('./../img/layout/box_bottom_orange.png') no-repeat bottom left;
}

.box_bottom_red {
	background: url('./../img/layout/box_bottom_red.png') no-repeat bottom left;
}