/******************************************************************************/
/*  GENERAL SETTINGS                                                          */
/******************************************************************************/
body, p, h1, h2, h3, h4, h5, ul, ol, li, form {
	margin: 0;
	padding: 0;
}
body {
	background: #3a5e71 url('../images/bg_body.gif') top center;
	padding: 0 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0d1d26;
	text-align: center;
}
td {
	font-size: 12px;
	padding: 0;
}
th {
	font-size: 12px;
	text-align: left;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #acc0c6;
}
a:hover {
	color: #cee5ec;
}
div.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 0;
}

/******************************************************************************/

#languageSelect,
#topNavItems,
#bottomNavItems,
#siteplan a.closeButton,
#siteplan ul li,
#siteplan .view,
#siteplan .items .item h3,
#map a.closeButton,
#map ul li,
#map .show,
#map .items .item h3,
#siteplan .items .item a.viewUnits,
#galleryList a.closeButton,
#galleryDetail a.closeButton,
#galleryDetail select.otherGalleries,
#galleryDetail h3,
#buttonGalleries,
#footer
{
	font-family: Arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #88a0a9;
}

#languageSelect a,
#topNavItems a,
#bottomNavItems a,
#siteplan .items .item a.viewUnits
{
	text-decoration: none;
}

/******************************************************************************/
/******************************************************************************/

#container {
	width: 953px;
	margin: 16px auto 0 auto;
	text-align: left;
	position: relative;
}

/******************************************************************************/

#container h1 {
	display: block;
	width: 199px;
	height: 63px;
	background: url('../images/kajetanka_logo.gif') no-repeat;
}
#container h1 a {
	display: block;
	width: 199px;
	height: 63px;
}
#container h1 span {
	display: none;
}

/******************************************************************************/

#breadcrumb {
	display: none;
}

/******************************************************************************/

#container h2 {
	display: none;
}

/******************************************************************************/
/******************************************************************************/

#languageSelect {
	position: absolute;
	top: 54px;
	right: 0;
}

#languageSelect ul {
	list-style: none;
}
#languageSelect ul li {
	float: left;
}
#languageSelect ul li a {
	display: block;
	border: 1px solid #88a0a9;
	line-height: 14px;
	padding: 0 3px;
	background: #fbfdfe;
	color: #1e3a4a;
}
#languageSelect ul li.active a {
	background: #1e3a4a;
	color: #fbfdfe;
}
#languageSelect ul li.english {
	position: relative;
	left: 1px;
}

#languageSelect p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/

#mainBox {
	position: absolute;
	top: 81px;
	height: 506px;
	width: 100%;
	background-color: #3a5e71;
}

.mbDefault {
	background-image: url('../images/bg_box_home.jpg');
}
.mbStandardy {
	background-image: url('../images/bg_box_standardy.jpg');
}
.mbVizualizace {
	background-image: url('../images/bg_box_vizualizace.jpg');
}
.mbVzorkovny {
	background-image: url('../images/bg_box_vzorkovny.jpg');
}
.mbBonus {
	background-image: url('../images/bg_box_bonus.jpg');
}
.mbKontakty {
	background-image: url('../images/bg_box_kontakty.jpg');
}
.mbKestazeni {
	background-image: url('../images/bg_box_kestazeni.jpg');
}
.mbArchitekti {
	background-image: url('../images/bg_box_architekti.jpg');
}
.mbLocationGreaterPrague {
	background-image: url('../images/bg_box_location_prague.jpg');
}

/******************************************************************************/

#contentBox {
	filter: alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity: 0.90;
	position: absolute;
	z-index: 1;
}
#contentBox .content {
	padding: 0 18px 0 22px;
}
#contentBox .content a {
	color: navy;
}
#contentBox2 {
	position: absolute;
	z-index: 1;
}
#contentBox2 .content {
	padding: 0 18px 0 22px;
}
#contentBox2 .content a {
	color: navy;
}

#contentBox2 .contentBox {
	background: white;
	left: 188px;
	top: 140px;
	height: 332px;
	width: 575px;
	text-align: center;
	line-height: 250%;
}
.contentBox {
	background: white;
	left: 188px;
	top: 140px;
	height: 332px;
	width: 575px;
	text-align: center;
	line-height: 250%;
}
.contentBox .content {
	padding: 24px 32px 10px 32px;
}
.contentBox .scrollholder {
	width: 545px;
	height: 282px;
	margin: 30px 15px 20px 15px;
}

.cbBottomNav {
	left: 112px;
	top: 54px;
	height: 406px;
	width: 722px;
	text-align: left;
	line-height: 140%;
}
.cbBottomNav .scrollholder {
	height: 358px;
	width: 682px;
	margin: 30px 15px 20px 15px;
}

.cbTopNav {
	left: 112px;
	top: 106px;
	height: 368px;
	width: 722px;
	line-height: 140%;
}
.cbTopNav .scrollholder {
	height: 330px;
	width: 682px;
	margin: 24px 15px 20px 15px;
}
.cbTopNav .scrollholder h3 {
	margin-bottom: 14px !important;
}

/******************************************************************************/

.content table {
	 border: 0px;
	 width: 100%;
	 z-index: 10;
}
.content th {
	  border: 1px solid #63757a;
	  background: #c6c6c6;
	  text-align: center;
	  padding: 3px 3px;
	  
}
.td1 {
	  border: 1px solid #acc0c6;
	  background: white;
}
.td2 {
	  border: 1px solid #b8cbd0;
	  background: #e5e5e5;
	  padding: 4px 15px 4px 15px;
}
.vizualizace {
	  border: 1px solid #b8cbd0;
}
.vizualizace img {
	  border: 1px solid #36586b;
	   margin: 10px 15px;
}
.vizualizace a {
	  border: 1px solid #36586b;
}
.vizualizace a:hover {
	  border: 1px solid #fff;
}
/******************************************************************************/

#contentBox .content h3,
div.news h3 {
	text-transform: uppercase;
	margin: 0 0 6px 0;
	letter-spacing: 5px;
	font-size: 13px;
}
#contentBox2 .content h3,
div.news h3 {
	text-transform: uppercase;
	margin: 0 0 6px 0;
	letter-spacing: 5px;
	font-size: 13px;
}
div.news h3 {
	margin: 16px 0 0 0;
}

#contentBox .content p {
	margin: 0 0 14px 0;
}

#contentBox .content table {
	margin: 0 0 10px 0;
}

#contentBox .content hr {
	display: block;
	margin: 0 0 14px 0;
	height: 6px;
	background: url('../images/hr_dots.gif') no-repeat center;
	border: none;
}

/******************************************************************************/
/******************************************************************************/

#sectionMenu {
	line-height: 120%;
}

#sectionMenu ul {
	list-style: none;
	position: absolute;
	left: 268px;
}
#sectionMenu ul li {
	display: block;
	float: left;
	border-left: 1px solid white;
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#sectionMenu ul li a {
	display: block;
	background: #446678;
	color: white;
	text-decoration: none;
	padding: 3px 8px;
}
#sectionMenu ul li a:hover,
#sectionMenu ul li.active a
{
	background: #86a8bb;
}

#sectionMenu p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/

.kontakt_wrap {
	width: 400px;
	display: block;
	border: 1px solid #d1d1d1;
	text-align: center;
	padding: 7px 7px;
	margin: 10px 50px 0px 100px;
 
}
.kontakt {
	border: 1px solid #63757a;
	background: #c6c6c6;
	text-align: center;
	padding: 15px 15px;  
}
.kontakt img {
	border: 0px;
	float: left;
	margin: 0 10px 10px 0;
}
.kontakt td {
	vertical-align: top
}

/******************************************************************************/
/******************************************************************************/
#sectionMenu2 {
	line-height: 120%;
}

#sectionMenu2 ul {
	list-style: none;
	position: absolute;
	left: 54px;
}
#sectionMenu2 ul li {
	display: block;
	float: left;
	border-left: 1px solid white;
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#sectionMenu2 ul li a {
	display: block;
	background: #446678;
	color: white;
	text-decoration: none;
	padding: 3px 8px;
}
#sectionMenu2 ul li a:hover,
#sectionMenu2 ul li.active a
{
	background: #86a8bb;
}

#sectionMenu2 p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/
#sectionMenu3 {
	line-height: 120%;
}

#sectionMenu3 ul {
	list-style: none;
	position: absolute;
	left: 200px;
}
#sectionMenu3 ul li {
	display: block;
	float: left;
	border-left: 1px solid white;
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#sectionMenu3 ul li a {
	display: block;
	background: #446678;
	color: white;
	text-decoration: none;
	padding: 3px 8px;
}
#sectionMenu3 ul li a:hover,
#sectionMenu3 ul li.active a
{
	background: #86a8bb;
}

#sectionMenu3 p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/
#sectionMenu4 {
	line-height: 120%;
}

#sectionMenu4 ul {
	list-style: none;
	position: absolute;
	left: 167px;
}
#sectionMenu4 ul li {
	display: block;
	float: left;
	border-left: 1px solid white;
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#sectionMenu4 ul li a {
	display: block;
	background: #446678;
	color: white;
	text-decoration: none;
	padding: 3px 8px;
}
#sectionMenu4 ul li a:hover,
#sectionMenu4 ul li.active a
{
	background: #86a8bb;
}

#sectionMenu4 p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/
#sectionMenu5 {
	line-height: 120%;
}

#sectionMenu5 ul {
	list-style: none;
	position: absolute;
	left: 100px;
}
#sectionMenu5 ul li {
	display: block;
	float: left;
	border-left: 1px solid white;
	font-family: Arial, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#sectionMenu5 ul li a {
	display: block;
	background: #446678;
	color: white;
	text-decoration: none;
	padding: 3px 8px;
}
#sectionMenu5 ul li a:hover,
#sectionMenu5 ul li.active a
{
	background: #86a8bb;
}

#sectionMenu5 p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/

#topNavItems {
	position: absolute;
	top: 54px;
	right: 48px;
}

#topNavItems ul {
	list-style: none;
}
#topNavItems ul li {
	float: left;
}
#topNavItems ul li a {
	display: block;
	border-left: 1px solid #acc0c6;
	padding: 0 8px;
}
#topNavItems ul li.first a {
	border-left: none;
}
#topNavItems ul li.active a {
	background: #acc0c6;
	color: #36586b;
}

#topNavItems p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/

#bottomNavItems {
	position: absolute;
	top: 596px;
	right: -8px;
}

#bottomNavItems ul {
	list-style: none;
}
#bottomNavItems ul li {
	float: left;
}
#bottomNavItems ul li a {
	display: block;
	border-left: 1px solid #88a0a9;
	padding: 0 8px;
}
#bottomNavItems ul li.first a {
	border-left: none;
}
#bottomNavItems ul li.active a {
	background: #acc0c6;
	color: #36586b;
}

#bottomNavItems p {
	display: none;
}

/******************************************************************************/
/******************************************************************************/

#footer {
	position: absolute;
	top: 596px;
	left: 400px;
}

#footer a {
	text-decoration: none;
}

/******************************************************************************/

#scrollContainer {
	position: absolute;
	width: 392px;
	height: 49px;
	overflow: hidden;
	bottom: 2px;
	left: 204px;
	clip: rect(0,392,49,0);
	visibility: hidden;
}

#scrollContent {
	position: absolute;
	width: 1000px;
	top: 0px;
	left: 0px;
}

/******************************************************************************/
/******************************************************************************/

span.biggerSpacing {
	letter-spacing: 3px;
}

/******************************************************************************/
