html {font-size: 100.01%;}
body {
	margin: 0 0 30px 0;
	padding: 0 10px;
	font-size: 62.5%;
	text-align: center;
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	color: #535353;
	background: url(../img/body-bg.png) repeat-x #F3F3F3;
	line-height: 1.7em;
	}

/* global reset */
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin: 0; padding: 0;}
table {	border-collapse: collapse;	font-size: 1em;}
th {text-align: left;}
fieldset {border: 0;}

/* wysiwyg reset */	
font {
	font-family: inherit !important; 
	color: inherit !important;
	font-size: inherit !important;
	}

/* ************* COMMON ************* */

.left	{text-align: left;}
.center	{text-align: center;}
.right	{text-align: right;}
.clr	{
	clear: both;
	margin-top: -1px;
	position: relative;
	padding: 0;
	height: 0;
	border: none;
	overflow:hidden;
	visibility: hidden;
	line-height: 0;
	}
.clear {clear: both;}
.hide {position: absolute; top: 0; left: -20000px;}
	
hr {
  	border: 0;
  	width: 100%;
  	color: #FF0000;
	background-color: #FF0000;
	height: 1px;
	margin: 0 0 15px 0;
	position: relative;
	}

a {color: #000;}
#sidecol1 ul a:hover, a:hover, #homepage #hpBoxes .box a:hover {color: #df7a00;}
img {border: none;}
p {margin-bottom: 15px;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
	}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}

.none 		{display: none;}
.bold       { font-weight:bold; }
.italic     { font-style:italic; }
.nopadding  { padding:0; }
.noindent   { margin-left:0;padding-left:0; }
.nobullet   { list-style:none;list-style-image:none;}

strong {color: #000;}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
	}
	
.rgt {float: right;}
.lft {float: left;}
	img.rgt {margin: 0 0 0 20px}
	img.lft {margin: 0 20px 0 0;}

.leftCol {width: 48%; float: left;}
.rightCol {width: 48%; float: right;}
	.itemDetails .leftCol, .itemPrice .leftCol {width: 65%;}
	.itemDetails .rightCol, .itemPrice .rightCol {width: 33%;}
	
	#homepage .leftCol {width: 50%; background: url(../img/dots-vertical.gif) repeat-y top right;}
	#homepage .rightCol {width: 47%;}

/* ********* zkratky ********* */

.focus {position: absolute; left: 198px;}

.focus a, .focus span {
	position: absolute;
	top: 0;
	left: -5000px;
	z-index: -10;
	white-space: nowrap;
	}

.focus a:focus, .focus a:active {
    z-index:2;
	top: 0;
	left: 248px;
    background:#FFED00;
	padding: 2px 5px 4px 6px;
	color: #df7a00;
	font-size: 1.1em;
	font-weight: bold;
	}

/* ************* HEADINGS ************* */

h1 {font-size: 1.7em; font-weight: bold; color: #000; margin-bottom: 20px; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; text-transform: uppercase;
}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6, h7 {font-size: 1em;}

h2, h3, h4, h5, h6, h7 {margin-bottom: 5px; color: #000;}


/* ************* LISTS ************* */

#content ul, #content ol, .singlePage ul {margin: 0 0 15px 15px;}
	#content ul ul, #content ol ol {margin: 0 0 0 15px;}
	
	#content li, .singlePage li {margin-bottom: 4px;}
	
	#content ol {margin-left: 34px;}
	
/* ************* FORMS ************* */

input, select, textarea {font-family: Arial, Helvetica, sans-serif; font-size: 1em; padding: 1px; margin-bottom: 10px;}

.button {
	background: url(../img/button-bg.png) repeat-x #d35601;
	border: 0;
	padding: 2px 10px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	}
	a.button {text-decoration: none; font-size: 0.9em;}
	a.button:hover {color: #FFF;}
	
#interestForm {
	background:url(../img/list-item-bg.png) no-repeat;
	border: 1px solid #ECECEC;
	}
	#interestForm fieldset {padding: 20px 30px;}
	#interestForm p {margin-bottom: 0;}
	#interestForm .field {width: 250px;}
	#interestForm select.field {width: 255px;}
	#interestForm textarea.field {width: 527px;}
	.interestFormHeading {padding-top: 2px; color: #df7a00}

	
#filtr {margin-bottom: 4px;}
	#filtr label {
		float: left;
		display: block;
		width: 22%;
		font-weight: bold;
		color: #000;
		}
		#filtr select, #filtr input.field {
			width: 120px;
		}
		#content #filtr .button {margin-top: 1.4em;}
		#content #filtr br {display: none;}
		
		#sidecol1 #filtr {margin: 0 25px 20px 25px; padding-top: 5px}
		#sidecol1 #filtr label {width: auto; float: none;}
		#sidecol1 #filtr input.field {width: 190px;}
		#sidecol1 #filtr select {width: 197px;}
		#filtr span.center {display: block;}


/* IE button fix */	
input.button {
	width: 0;
	overflow: visible;
}
input.button[class] {width: auto;}


/* ************* TABLES ************* */

table {
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
	margin-bottom: 15px;
	}
	th, td {
		padding: 5px 10px;
		vertical-align: top;
		border: 0;
		}

table.dataTable {
border: 1px solid gray;
	}
	table.dataTable th, table.dataTable td {
		border: 1px solid gray;
		}
		
/* ************* IMAGE REPLACEMENT ************* */


#hpBoxes span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	}
	#hpBoxes a {position: relative; overflow: hidden; _display: inline-block;}
	
/* ************* FLOAT CLEAR ************* */

#top, #footer, #filtr, .listItem, .listItem h3, .itemDetails, .itemPrice, #hpBoxes {
	overflow: hidden;
	_display: inline-block;
	}
	
/* list item */

.listItem {
	background: url(../img/list-item-bg.png) no-repeat 65px 0 #EEE;
	margin-bottom: 15px;
	}
	.listItemText {margin-left: 75px;}
	.listItem p, .listItem h3 {margin-left:75px; margin-bottom: 5px;}
	.listItem h3 {margin-left: 0;}
		.listItem p strong {color: #000;}

	.listItem h3 {margin-bottom: 0;}
	.listItem h3 a {float: left; margin: 5px 0 2px 0; width: 340px; color: #df7a00;}
		.listItem h3 a:hover {color: #000;}
	
	.listItem h3 .price {
		font-weight: bold;
		color: #df7a00;
		float: right;
		margin: 5px 10px 2px 10px;
		font-size: 0.8em;
		}
		.price strong {font-size: 1.2em;}
		
	.listItem img.lft {margin-right: 10px;}
		
		
.itemGallery {
	float: right;
	width: 140px;
	border-left: 15px solid #FFF;
	margin-bottom: 0px;
	}
	.itemGallery img {display: block; margin-bottom: 15px;}
  .itemDetails {
	  background: url(../img/list-item-bg.png) no-repeat;
	  padding: 12px 15px;
	  margin-bottom: 5px;
	  border: 1px solid #ECECEC;
	  }
	  .itemDetails {margin-bottom: 15px;}
	  	.itemDetails p {margin-bottom: 0;}
	.itemDetails .itemPrice {border-bottom: 1px dotted #999; padding-bottom: 7px; margin-bottom: 7px;  }
		 .itemPrice .leftCol strong {font-size: 1.3em; margin-left: 4px; }
		 .itemPrice .rightCol {font-size: 0.9em; color: #000}
		 
.pager {text-align: center;}
.pager a, .pager strong {margin: 0 2px;}

.pager2 {text-align: right; font-size: 0.9em; margin-bottom: 4px;}
		
/* homepage */

.box {
	float: left;
	width: 300px;
	background: url(../img/list-item-bg.png) no-repeat;
	padding-bottom: 18px;
	border-bottom: 1px solid #ECECEC;
	}
	.box h2 a {width: 300px; height: 44px; display: block;}
		.box1 h2 span {background: url(../img/h-developerskeprojekty.png) no-repeat; cursor: pointer;}
		.box2 h2 span {background: url(../img/h-realitnicinnost.png) no-repeat; cursor: pointer;}
		.box3 h2 span {background: url(../img/h-sluzbyproinvestory.png) no-repeat; cursor: pointer;}
		
		
	#homepage .leftCol p {margin-right: 25px;}	
	#homepage h2 {margin-bottom: 15px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1.6em; font-weight: normal;}
	#homepage #maincol {font-size: 0.9em; }
	#homepage .button {font-size: 1em;}
	
/* cistic uzivatelskych wysiwyg okras */
	
font {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	}
	

/* ****************************************** */	
/* ******************* PAGE ***************** */
/* ****************************************** */	

#pageBg {
	width:970px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/sides-bg.png) no-repeat 50% 110px;
	_background: none;
}

#all, #footer, #top {
margin: 0 auto;
text-align: left;
font-size: 1.2em;
width: 900px;
}
#all {background: url(../img/all-bg.gif) repeat-y #FFF;}

/* *************************************** */	
/* ************** HEADER ***************** */
/* *************************************** */	

#top {
	position: relative;
	padding-bottom: 19px;
	background: url(../img/top-bg.png) repeat-x bottom left;
	min-height: 100px;
	_height: 100px;
	}
	.logo {
		float: left;
		margin: 15px 45px;
		}
	.languageswitcher {
		float: right;
	}

		
#header {
	background: url(../img/header-bg.png) repeat-x bottom left;
	padding-bottom: 20px;
}
#homepage #header {padding-bottom: 0;}
#header img {display: block;}
		
	
/* **************************************** */	
/* ***************** MENU ***************** */
/* **************************************** */	

#mainMenu {
	position: absolute;
	top: 62px;
	left: 455px;
	}
	#mainMenu ul {
		list-style: none;
		position: relative;
		width: 100%;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		font-weight: bold;
		}
		#mainMenu ul li {
			display: inline;
			}
			#mainMenu ul li a {
				display: block;
				float: left;
				padding: 5px 15px;
				text-decoration: none;
				color: #636466;
				}
				#mainMenu ul li a:hover {
					color: #000;
					}

			
/* ********************************************** */	
/* ************** PAGE STRUCTURE ***************** */
/* ********************************************** */	

.column {
	float: left;
	}

#main {
	margin: 0 1px;
/*	background: url(../img/main-bg.png) no-repeat bottom left;
*/	overflow: hidden;
	 padding-bottom: 10px;
	 _margin: 0;
	 _width: 100%;
	}
	#maincol {
		width: 100%;
		}
			#homepage #maincol, #thamova #maincol {padding: 20px 0 0 0;}
		#contentContainer {padding: 0 0 0 250px;}		
				#homepage #contentContainer, #thamova #contentContainer {padding: 0 25px;}
			#content {
				margin: 0 25px;
				padding: 28px 0 15px 0;
				}
	#sidecol1 {
		width: 250px;
		margin-left: -100%;
		padding-top: 30px;
		background: url(../img/sidecol-bg.png) repeat-x
		}
		
	#homepage #main {padding-bottom: 0;}

		
/* appendix */
.appendix {margin-bottom: 10px;}
.appendix p {
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
}

/* document */
.documentPerex {font-style: italic;}
.documentData {font-size: 0.9em; text-align: right;}
	
/* ***************************************** */	
/* ************** BOXY ***************** */
/* ***************************************** */	

	#sidecol1 ul, #all #hpBoxes .box ul  {
		list-style: none;
		margin: 0 25px 0 25px;
		font-weight: bold;
		}
		#sidecol1 ul li, #all #hpBoxes .box ul li {
			background: url(../img/sipka.png) no-repeat 0 7px;
			padding-left: 22px;
			margin-bottom: 0;
			}
			#sidecol1 ul li a, .box ul li a {
				display: block;
				_display: inline-block;
				padding: 5px 0;
				color: #535353;
				}
				#all #hpBoxes .box ul li {background-position: 0 5px;}
				.box ul li a {padding: 2px 0;}
			
	#sidecol1 h2 {
		color: #000;
		margin: 0 25px 5px 25px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		}
	#sidecol1 p.right {margin: 0 10px 15px 10px; font-size: 0.9em; border-bottom: 1px dotted #CCC; padding: 0 15px 10px 15px;}
		
/* ***************************************** */	
/* ************** COLUMN 2 ***************** */
/* ***************************************** */

	#sidecol2 p {margin-left: 20px; margin-right: 20px;}

/* *************************************** */	
/* ************** FOOTER ***************** */
/* *************************************** */	

#footer {
	background: url(../img/footer-bg.png) no-repeat top center;
	clear: both;
	font-size: 1em;
	zoom: 1;
	padding-top: 10px;
	}
	#footer p {margin-bottom: 0;}
	#footer a {color: #000;}
	#footer a:hover {color: #df7a00;}
	
	.copyright {
		float: left;
		padding: 15px 25px;
		}
	.partners {
		float: right;
		padding: 15px 25px;
		}
		.partners a {
			display: block;
			height: 37px;
			float: right;
			margin-left: 20px;
			}
			.partners span {position: absolute; top: 0; left: -20000px}
			.rb {width: 64px; background: url(../img/logo-rb.png) no-repeat;}
			.cechoslavie {width: 78px; background: url(../img/logo-cechoslavie.png) no-repeat;}
			.bdi {width: 146px; background: url(../img/logo-bdi.png) no-repeat;}
			.polo {width:39px; background: url(../img/logo-vodnipolo.png) no-repeat;}
			
.big {
	background: url(../img/button-bg.png) repeat-x #D35601;
	text-align: left;
}
.big a {color: #FFF; font-size: 1.1em;}
		
		
/* **************************************** */	
/* ************** VARIOUS ***************** */
/* **************************************** */
		
/* ***** IE6 italic bug hack ***** */

/* \*/

.WYSIWYGContentBody {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */

#thamovaBanner {
	background: url(../img/thamova-bg.jpg) no-repeat top right  #f1f1f1;
	padding: 20px 20px 20px 30px;
	border-top: 20px solid #FFF;
	font-size: 1.1em;
}
#thamovaBanner h2 {  margin-bottom: 7px}
#thamovaBanner p { margin-bottom: 7px}

.singlePage img {
	margin: 20px 25px;
}