body {
	margin: 0;
	padding: 40px;
	background: #5f5f5f;
}

body, table, input, select {
	color: #ffffff;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

input, select  {
	color: #000000;
}

a img {
	border: none;
	vertical-align: middle;
}

div#frame {
	margin: 0 auto;
	padding: 0;
	width: 875px; /* 25px + 225px + 3px + 597px + 25px */
}

div#page {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}

div#the-pane {
}

div#left-pane {
	float: left;
	clear: none;
	width: 248px;
}

div#main-pane {
	margin: 0 0 0 253px;
	position: relative;
}

div#main-pane img.fullscreen {
	vertical-align: middle;
}

div#logo {
	margin: 0 0 0 25px;
	height: 100px;
	background-image: url(../images/otyk-logo-new.png);
	background-repeat: no-repeat;
}

div#logo h1 {
	display: none;
}

ul#quicknav {
	margin: 0 25px 0 0;
	padding: 0;
	text-align: right;
}

ul#quicknav li {
	display: inline;
}


ul#quicknav a {
	padding: 5px 40px;
	background: #777;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	line-height: 200%;
}

ul#quicknav a.active {
	background: #d90;
	color: #000;
}

div#menu {
	margin: 0;
	padding: 20px 0 0 25px;
	background-image: url(../images/gradient.png);
	background-repeat: no-repeat;
}

div#menu h2 {
	display: none;
}

div#menu ul {
	margin: 0 5px 0 15px;
	padding: 0;
	border-top: 1px solid #e3a504;
}

div#menu li {
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
	font-weight: bold;
	border-bottom: 1px solid #e3a504;
}

div#menu li.deeper {
	border: none;
}

div#menu li div {
	background-image: url(../images/menu-bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 20px;
}

div#menu li.deeper div {
	background: none;
}

div#menu li a {
	color: #ffffff;
	text-decoration: none;
}

div#menu li.deeper a {
	color: #e3a504;
}

div#menu li a.sales {
	color: #f1cf00;
}

div#menu ul ul {
	margin: 4px 0 4px 30px;
	padding: 0;
	border: none;
}

div#menu li li {
	padding: 2px 0;
	border: none;
}

div#menu li li div {
	background: none;
	padding: 0;
}

div#menu li li a {
	color: #e3a504;
	text-decoration: none;
}

div#menu li.deeper li a {
	color: #ffffff;
	text-decoration: none;
}

div#menu ul ul ul {
	margin: 2px 0 2px 6px;
}

div#menu li li li {
	padding: 0;
	font-weight: normal;
}

div#menu li li li a,
div#menu li.deeper li li a {
	color: #9f9f9f;
	font-size: 90%;
}

div#news {
	text-align: center;
	margin: 0 0 0 5px;
	padding: 20px 0;
}

div#news div.logo {
	padding: 20px 0;
}

div#news div.logo img {
	vertical-align: middle;
}

div#special {
	margin: 0 25px;
	background-image: url(../images/background-special.png);
	background-repeat: repeat-y;
}

div#special div#special-effect {
	height: 10px;
	font-size: 1px;
	background-image: url(../images/footer2.png);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	top: -1px;
	border-top: 1px solid #7f7f7f;
}

div#special div#page-spacer {
	height: 30px;
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
	background-position: -25px 0;
}

div#special a {
	color: #ffa800;
	text-decoration: none;
}

div#special a:hover {
	text-decoration: underline;
}

div#home-page-projects {
	float: left; clear: none;
	width: 545px;
}

div#home-page-projects div.table {
	padding: 10px 30px 20px 40px;
}

div#home-page-projects table td {
	vertical-align: middle;
}

div#home-page-projects strong {
	color: #ffa800;
	font-weight: normal;
}

div#home-page-projects hr {
	height: 1px;
	border: none;
	background: #7f7f7f;
}

div#home-page-projects table img {
	vertical-align: middle;
}

div#home-page-contact {
	margin-left: 550px;
	padding: 10px 0 20px;
}

div#home-page-contact div.table {
	padding: 10px 20px;
}

div#home-page-contact h3 {
	margin: 5px 23px;
	padding: 0 0 0 27px;
	background-image: url(../images/menu-bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 100%;
}

div#home-page-contact div.table table {
	font-size: 90%;
}

div#header {
	margin: 0 25px 0 0;
	padding: 20px 30px;
}

div#header div.headline {
	float: left;
	clear: none;
}

div#header div.sitemap {
	text-align: right;
}

div#header a {
	text-decoration: none;
	color: #ffffff;
}

div#header a:hover {
	color: #ffa800;
}

div#header strong {
	color: #ffa800;
	font-weight: normal;
}

div#content {
}

div#main-pane div#header-effect {
	margin: 0 25px 0 0;
	height: 10px;
	font-size: 1px;
	background-image: url(../images/header2.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div#content div.fit {
	margin: 0 25px 0 0;
}

div#content div.indent {
	margin: 0 55px 0 30px;
}

div#content a {
	color: #ffa800;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

div#content li a,
div#content h4 a {
	color: #ffffff;
}

div#content li a:hover,
div#content h4 a:hover {
	color: #ffa800;
	text-decoration: none;
}

div#content p {
	margin: 10px 0;
	padding: 0;
	text-align: justify;
	line-height: 133%;
}

div#content p.description {
	font-size: 85%;
	color: #ccc;
}

div#content ul, div#content ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#content ul.login {
	margin-top: 25px;
	margin-bottom: 25px;
}

div#content ul.login li {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#content ul ul, div#content ul ol,
div#content ol ul, div#content ol ol {
	margin-top: 3px;
	margin-bottom: 3px;
}

div#content table.standards {
	border-color: #888888;
	border-style: solid;
	border-width: 1px 0 0 1px;
	font-size: 80%;
	width: 98%;
	margin: 0 auto;
}

div#content table.standards th,
div#content table.standards td {
	border-color: #888888;
	border-style: solid;
	border-width: 0 1px 1px 0;
}

div#content table.standards td {
	text-align: center;
}

div#content dl.standards {
}

div#content dl.standards dt {
	font-weight: bold;
	margin: 12px 0 4px;
}

div#content dl.noindent dd {
	margin: 0;
	padding: 0;
}

div#content div.table {
	margin: 10px 0;
}

div#content h3 {
	font-size: 120%;
	font-weight: normal;
	color: #ffa800;
}

div#content h4 {
	margin: 10px 0;
}

div#content hr {
	height: 1px;
	border: none;
	background: #7f7f7f;
}

div#content ol li {
	margin-top: 3px;
	margin-bottom: 3px;
}

div#content strong {
	color: #ffa800;
	font-weight: normal;
}

div#content strong.error {
	color: #ff0000;
	font-weight: bold;
}

div#content div.actual-projects-promo {
	margin: 40px 0 20px;
}

div#content div.actual-projects-promo span {
	padding: 0 20px;
}

div#content div.actual-projects-promo p {
	vertical-align: middle;
	font-weight: bold;
	margin: 20px 0;
}

div#content div.actual-projects-promo a {
	color: #ffffff;
	text-decoration: none;
}

div#content div.actual-projects-promo a:hover {
	color: #ffa800;
}

div#content div.actual-projects-detail h3 {
	text-align: center;
}

div#content div.actual-projects-detail div.photo {
	padding: 150px 0 0;
	width: 597px;
	height: 247px;
}

div#content div.actual-projects-detail div.photo span {
	background: #da0000;
	padding: 8px 24px;
	font-size: 150%;
}

div#content p.important {
	margin: 20px 30px;
	text-align: center;
	line-height: 150%;
}

div#content p.important strong {
	color: #e3a504;
	font-size: 150%;
	line-height: 150%;
}

div#content div.actual-projects-detail p em {
	font-weight: bold;
	font-style: normal;
}

div#content div.flat-list {
	text-align: center;
}
/*
div#content div.flat-list a {
	text-decoration: none;
}

div#content div.flat-list a:hover {
	text-decoration: underline;
}
*/
div#content div.flat-list table {
	margin: 0 auto;
	font-size: 90%;
}

div#content div.flat-list table th {
	color: #ffa800;
	vertical-align: bottom;
	font-size: 10pt;
}

div#content div.flat-list table td {
	text-align: center;
	vertical-align: top; /* Sk + EUR prices */
}

div#content div.flat-list table td small {
	color: #aaa;
}

div#content div.flat-list table td.number {
	text-align: right;
}

div#content div.flat-list table tr.detailed th {
	font-size: 90%;
}

div#content div.flat-list table tr.sold td a {
	color: #888;
}

div#content div.flat-list table tr.sold td a:hover {
	color: #aaa;
}

div#content div.flat-list table tr.update_success td {
	background: #4b4;
}

div#content div.flat-list table tr.update_fail td {
	background: #b44;
}

div#content div.flat-list table tr.sold td {
	color: #888;
}

div#content div.flat-list table tr.sold td small {
	visibility: hidden;
}
/*
div#content div.flat-list table tr.sold div.status {
	position: relative;
}

div#content div.flat-list table tr.sold div.status span {
	visibility: hidden;
}
*/
div#content div.flat-list table td strong {
	font-weight: normal;
	color: #ffa800;
/*
	position: absolute;
	top: 0; right: 0;
*/
}


div#content div.photos {
	margin: 0 0 12px;
}

div#content div.photos span {
	padding-right: 12px;
}

div#content div.photos span img {
	margin: 6px 0;
}

div#content td.wide {
	width: 50px;
	text-align: center;
}

div#content form {
	display: block;
	margin: 0;
	padding: 0;
}

div#content form.wide {
	margin: 15px 0 15px 30px;
}

div#content form.wide select, div#content form.wide input {
	margin: 0 10px;
}

div#content form.wide table th {
	vertical-align: bottom; /* m^2 */
}

div#content form input.price {
	width: 8em;
	text-align: right;
}

div#content form.login {
	padding: 25px 10px
}

div#content div.lonely {
	margin: 20px 0;
}

div#content div.lonely img {
	vertical-align: top;
}

div#content img.logo {
	margin: 20px 0 10px;
}

div#footer {
	margin: 0 25px;
	clear: both;
}

div#credits {
	float: right;
	width: 438px;
	border-top: 8px solid #f2cf01;
}

div#credits div {
	padding: 8px 16px;
	text-align: right;
}

div#credits div strong {
	font-weight: normal;
	color: #ffa800;
}

div#credits div img {
	vertical-align: -30%;
}

div.clear-floats {
	clear: both;
	font-size: 1px;
}

div#flat-info {
	float: right;
	clear: none;
	width: 163px;
	padding: 20px 40px 20px 15px;
}

div#flat-info div.separee {
	margin-top: 10px;
}

div#flat-info table {
	width: 100%;
}

div#flat-info td {
	vertical-align: bottom;
}

div#flat-info td.number {
	font-weight: bold;
	text-align: right;
}

div#flat-info td.name div {
	margin: 0 8px;
}

div#flat-info td.metres {
	text-align: right;
}

div#flat-info div.basic {
	border: none;
}

div#flat-info table td {
	font-size: 85%;
}

div#flat-info div.other {
	font-size: 90%;
}

div#flat-info div.other p {
	text-align: right;
}

div#flat-info div.other img {
	vertical-align: middle;
}

div#flat-info div.other a {
	color: #ffffff;
	text-decoration: none;
}

div#flat-info div.other a:hover {
	color: #ffa800;
}

div#flat-info hr {
	height: 1px;
	border: none;
	background: #7f7f7f;
}

div.flat-image {
	text-align: center;
	padding: 10px 0;
	background: #d2d2d2;
	margin-right: 218px;
}

div.house {
	padding-bottom: 40px;
	background: #ffffff;
}

div#house-navigation {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 404px;
	font-size: 90%;
}

div#house-navigation ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

div#house-navigation ul li {
	display: inline;
	list-style-type: none;
	padding: 0 10px;
}

div#house-navigation ul li a {
	color: #000;
	text-decoration: none;
}

div#house-navigation ul li a:hover {
	text-decoration: underline;
}

div#house-navigation ul li a.active {
	font-weight: bold;
}


