* {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}
body {
	width: 750px;
	margin: 0 auto;
	border: none;
	background-color: #9c1116;
	color: #e9e9e9;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 20px;
}
p {
	margin: 1em 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	text-align: left;
}
ul {
	margin: 0;
	padding: 0 0 0 40px;
}
img {
	border: none;
	vertical-align: baseline;
}
a {
	text-decoration: none;
	color: #e9e9e9;
	outline: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
form fieldset {
	border: none;
	display: inline;
}
form fieldset legend {
	font-weight: bold;
	color: white;
	background: black;
	padding: 2px;
}
form fieldset legend span { /* FF and IE can't break legend without adding inner element */
	white-space: normal;
	display: block;
	width: 100%;
}
form fieldset legend.hidden {
	display: none;
}
form fieldset p {
	clear: both;
	margin: 8pt 0 0;
}
form fieldset p.radio {
	margin: 0;
}
form fieldset p.submit {
	text-align: right;
}
form fieldset p label {
	float: left;
	display: block; /* FF 2 doesn't support inline-block, so we must float */
	text-align: right;
	width: 100pt;
	padding-right: 7pt;
}
form input.text {
	width: 110px;
}
input {
	padding: 2px;
	border: 1px solid rgb(0,0,0);
	color: black;
	background-color: white;
	font-size: 9pt;
}
.button {
	padding: 2px 13px;
	line-height: 16px;
	*padding: 0 5px;
}
#menu {
	margin: 0 48px 0 52px;
	padding: 0;
	overflow: hidden; /* clearing floats */
}
#menu li {
	float: left;
	margin-right: 5px;
}
#menu li a {
	width: 125px;
	height: 28px;
}
#menu li, #menu li a {
	display: block;
	background-image: url('_img/menu.gif');
	background-repeat: no-repeat;
}
#menu li a span {
	position: absolute;
	z-index: -1;
}
#menu li a:hover, #menu li a.active {
	background-image: url('_img/menuh.gif') !important;
}
#m-oprojekte, #m-oprojekte a {
	background-position: 0 0;
}
#m-parcelacia, #m-parcelacia a {
	background-position: -130px 0;
}
#m-cennik, #m-cennik a {
	background-position: -260px 0;
}
#m-galeria, #m-galeria a {
	background-position: -390px 0;
}
#m-kontakt, #m-kontakt a {
	background-position: -520px 0;
}
#menu0 {
	width: 710px;
	padding: 0 20px;
	position: absolute;
	margin-top: -60px;
	text-align: right;
	word-spacing: 10px;
}
#menu0 li {
	display: inline;
}
#menu0 li a {
	color: #9c1116;
}
#header img {
	display: block;
}
#vystavba {
	background: #e9e9e9;
	margin: 30px 0;
	padding: 30px 100px;
	font-size: x-large;
	color: #393536;
	text-align: center;
}
#body {
	margin: 30px 0;
	height: 1%; /* ie hack */
	position: relative;
}
#body.padding {
	padding: 25px 55px;
}
.main a {
	color: #393536;
}
.main {
	background: #e9e9e9;
	color: #393536;
	font-size: 11pt;
}
.thumbs a {
	display: block;
	float: left;
	padding: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.thumbs a:hover {
	background-color: rgb(200,200,200);
}
.thumbs img {
	vertical-align: bottom;
	border: 1px solid white;
}
* html a, input, textarea {
	outline: expression(hideFocus = "true"); /* remove ie focus outline */
}

