@CHARSET "UTF-8";

/* global */
* {
	margin: 0;
}
body {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #494949;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color: #386e94;
}
h2 {
	font-size: 1.8em;
	margin: 0.83em 0;
	color: #386e94;
}
h3 {
	font-size: 1.2em;
	margin: 1em 0;
	color: #386e94;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
strong,em,th {
	color: #386e94;
}
p {
	margin: 0.75em 0;
}
ul,ol {
	margin: 0.6em 0;
	padding-left: 1.5em;
}
dd {
	padding-left: 1.5em;
}
a,a:visited {
	color: #478cbc;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover,a:visited :hover {
	color: #386e94;
}
a img {
	border: 0 none;
}
table {
	width: 100%;
	border-collapse: collapse;
}
td {
	padding: 0;
}
.access {
	height: 1px;
	width: 1px;
	position: absolute;
	left: -10000px;
	overflow: hidden;
}
.cleaner {
	clear: both;
}

/* layout */
#wrapper {
	width: 900px;
	background: transparent url("img/column.jpg") repeat-y left;
	position: relative;
}
#title {
	height: 190px;
	width: 190px;
	position: absolute;
	top: 0;
	left: 0;
}
#main {
	width: 696px;
	float: right;
	position: relative;
}
#content {
	margin: 0 0 2.5em;
	padding: 0 30px 0 20px;
	border-right: 1px solid #d9d9d9;
}
#header {
	margin-top: 35px;
	height: 167px;
}
#sidebar {
	padding-top: 190px;
	width: 190px;
	min-height: 250px;
	float: left;
}
#languages {
	height: 28px;
	width: 225px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ebebeb;
}
#footer {
	width: 696px;
	float: right;
	border-bottom: 7px solid #767676;
	color: #969696;
	text-align: center;
	font-size: 11px;
	padding: 0.4em 0;
}

/* title */
#title td {
	text-align: center;
}
#title a {
	display: block;
	text-align: center;
	border: 0 none;
}
#company_name {
	color: #87919A;
}

/* header */
#header {
	background: transparent url("img/home1.jpg") no-repeat top right;
	width: 644px;
	margin-left: 20px;
}

/* menu */
#menu ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #FFFFFF;
}
#menu li {
	list-style-type: none;
	overflow: hidden;
}
#menu a {
	display: block;
	height: 28px;
	background: transparent url("img/menu.jpg") no-repeat 0px 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #c7c7c7;
}
#menu a:hover {
	background-position: 0px -28px;
}
#menu .active a {
	background-position: 0px -56px;
	font-weight: bold;
}
#menu span {
	padding: 5px 15px;
	display: block;
}


/* odkazy */
#links {
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	margin: 55px 0 15px;
	padding: 5px 15px;
	width: 160px;
}

/* obsah - katalog */
.realty {
	height: 215px;
	width: 215px;
	float: left;
}

/* tabs */
#ui-tabs {
	height: 100px;
	padding: 1em;
	border: 2px solid #D9D9D9;
	overflow: auto;
}
#tabs {
  padding-top: 0.5em;
}
.ui-tabs-nav {
  padding: 0 10px 0 0;
  float: left;
  width: 172px;
  list-style-type: none;
}
.ui-tabs-nav a {
  background:transparent url(img/menu.jpg) no-repeat 0 0;
  border-bottom:1px solid #C7C7C7;
  border-top:1px solid #FFFFFF;
  display:block;
  height:18px;
  padding: 5px;
}
.ui-tabs-nav a:hover {
	background-position: 0px -28px;
}
.ui-tabs-nav .ui-tabs-selected a {
	background-position: 0px -56px;
	font-weight: bold;
}

.ui-tabs-panel {
  float: right;
  width: 463px;
}

/* jazyky */
#language_list {
	padding: 4px 15px;
	text-align: right;
	color: #767676;
	font-size: 11px;
}
#language_list strong {
	color: #767676;
}

/* Informacni okna */
.error_log {
	padding: 10px;
	margin-bottom: 10px;
	background-color: papayaWhip;
	border: 2px solid #DC251F;
}
.error_log strong {
	color: #DC251F;
}
.notice {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #E0FFFF;
	border: 2px solid #006400;
}

/* devel kategorie */
.devel_category {
	width: 160px;
	float: left;
}
.devel_category a {
	margin: 0 10px;
	padding: 10px 0 200px;
	display: block;
	border: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.devel_categoryies .DevelType_1 a {
	background: transparent url("img/ico_1.jpg") no-repeat bottom;
}
.devel_categoryies .DevelType_2 a {
	background: transparent url("img/ico_2.jpg") no-repeat bottom;
}
.devel_categoryies .DevelType_3 a {
	background: transparent url("img/ico_3.jpg") no-repeat bottom;
}
.devel_categoryies .DevelType_4 a {
	background: transparent url("img/ico_4.jpg") no-repeat bottom;
}

/* devel list */
.devel_preview {
	margin: 1em 0 2em;
	width: 161px;
	height: 245px;
	float: left;
	text-align: center;
}
.devel_box a {
	border: none;
}
.devel_box img {
	border: 2px solid #6491B0;
}
.devel_box a:hover img {
	border-color: #396F95;
}
.devel_box strong {
	font-size: 1.1em;
}
.devel_preview .exclusive {
	height: 200px;
	border: 2px solid #DDD;
	border-left-width: 0;
	margin-right: 9px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
}
.devel_box .exclusive img {
	border: 0 none;
}
.pager {
  text-align: center;
}

/* mapa */
.gmap {
  overflow: hidden;
}

/* novinky */
#news {
  width: 161px;
  margin-top: -15px;
  float: right;
}
.new {
  padding-left: 20px;
}
.new .content {
  font-size: 0.9em;
}

/* fotografie */
a.photo {
  float: left;
  width: 140px;
  height: 240px;
  padding-right: 14px;
  border: 0 none;
}
