* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	background: #efeeee 50% 0 url('_img/htmlbg.png') repeat-y;
	border: none;
}
body {
	width: 840px;
	min-height: 100%;
	margin: 0 auto;
	color: black;
	text-align: justify;
	position: relative;
	background: 0 230px url('_img/bg.png') repeat-y;
}
body, input, textarea {
	font: 12pt/1.35 Tahoma, Geneva, sans-serif;
}
table, tr, td {
	padding: 0;
	vertical-align: top;
}
.clear {
	clear: both;
}
.left {
	float: left;
	margin-top: 0;
	margin-right: 1em;
}
.notice {
	margin-left: 45px;
	margin-right: 45px;
	color: gray;
	font-size: small;
}
p, ul, table, #domy {
	margin: 1ex 0 1em;
}
ul {
	padding-left: 1em;
	list-style: square outside url('_img/sq.png');
}
h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 1em 0 1ex;
}
h1 {
	margin: 0 0 1em;
	font-size: 1.2em;
}
h2 {
	font-size: 1em;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	text-decoration: none;
	outline: none;
	color: #e29d4a;
}
a:hover {
	color: #bad136;
}
a.active {
	cursor: default;
}
form fieldset {
	border: none;
	display: inline;
	vertical-align: top;
	padding: 0;
}
form fieldset legend.hidden {
	display: none;
}
#header {
	height: 230px;
	background: 0 100% url('_img/headpic.jpg') no-repeat;
}
#logo {
	height: 74px;
	background: url('_img/logo.png');
}
.menu {
	position: absolute;
	list-style: none none;
	margin: -8px 0 0;
	width: 210px;
	padding: 0;
	left: 0;
}
.menu li {
	display: block;
	margin-bottom: 8px;
}
.menu li a {
	display: block;
	height: 32px;
	font: bold 12pt/28px Tahoma, Geneva, sans-serif;
	color: black;
	text-align: right;
	padding-right: 20px;
	text-decoration: none;
	background: -770px 0 url('_img/curves.png');
}
.menu li a.active, menu li a.active:hover {
	background-position: -560px 0 !important;
}
.menu li a:hover {
	background-position: -980px 0;
}
#main {
	width: 560px;
	min-height: 600px;
	top: 20px;
	margin-left: 250px;
	padding: 5px 0 120px;
	position: relative;
}
#main-top-bg {
	position: absolute;
	width: 100%;
	top: -28px;
	height: 28px;
	left: 0;
	background: url('_img/curves.png');
}
#main h1 {
	padding: 0 45px;
}
#index, #o-projekte, #prevedenie, #financovanie, #kontakt, #content {
	padding: 0 45px;
}
#o-projekte h2, #prevedenie h2, #financovanie h2 {
	display: inline;
}
#domy .hover-help {
	display: block;
	position: absolute;
	right: 30px;
	margin-top: -55px;
}
#domy:hover .hover-help {
	visibility: hidden;
}
#cennik {
	padding: 0 30px;
}
#cennik table {
	text-align: center;
	border-collapse: collapse;
}
#cennik table th {
	font-weight: normal;
}
#cennik table tr.every1 {
	background: url('_img/trbg.png') repeat-y;
}
#cennik table col.col1 {
	width: 80px;
}
#cennik table col.col2 {
	width: 140px;
}
#cennik table col.col3 {
	width: 140px;
}
#cennik table col.col4 {
	width: 140px;
}
#footer {
	position: absolute;
	left: 250px;
	bottom: 0;
	width: 560px;
	height: 35px;
}
#decor {
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 840px;
	height: 66px;
	background: url('_img/decor.png');
}
#decor2 {
	position: absolute;
	left: 0;
	bottom: 145px;
	width: 287px;
	height: 340px;
	background: url('_img/decor2.png');
}
#galeria {
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;  /* clear floats */
}
#galeria a {
	display: block;
	float: left;
	margin: 13px;
}
#galeria a img {
	vertical-align: bottom;
	padding: 0 7px 7px 0;
	background: 7px 7px url('_img/shdw140x140.png') no-repeat;
}
#galeria a:hover img {
	background: #bad136;
}
.bubble {
	margin: 2em 0;
	background: #edf096;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 25px 30px;
	font-size: 95%;
}
#vystavba {
	margin: 100px 0;
	padding: 30px 100px;
	font-size: x-large;
	text-align: center;
}

