@charset "utf-8";
/* CSS Document */
*, html {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both; 
}
.clearing {
	clear: both;
	width: 100%;
	height: 2px;
	font-size: 2px;
	line-height: 2px;
}
html, body {
     height: 100%;
}
body {
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
	font-family: Open Sans, Arial, sans-serif;
	color: #000000;
	background: #ffffff;	
    min-height: 100%;
    _height: 100%;	
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, ul, table, tr, td, p {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
a, a:hover, a:visited {
	color: #b9bf40;
}
a:hover {
	text-decoration: none;
}
img {
	position: relative;
}
a img {
	border: 0;
}
.zelena {
	color: #b9bf40;
}
h1 {
	padding: 70px 0px 25px 0px;
	text-align: center;
	font-size: 45px;
	color: #2e2e2e;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	line-height: 1.35em;
	font-weight: bold;
}
h2.galerie {
	font-size: 22px;
	line-height: 1.35em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 20px;
	text-align: center;
}
h3 {
	font-size: 18px;
	line-height: 1.35em;
	font-weight: bold;
	padding-bottom: 20px;
}
h4 {
	font-size: 16px;
	line-height: 1.35em;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 15px;
}
p {
	padding-bottom: 20px;
}
p.mensi {
	padding-bottom: 10px;
}
.obsah ul {
	padding-bottom: 15px;
}
.obsah ul li {
	padding: 0px 0px 5px 25px;
	background: url("../obrazky/li.png") 5px 10px no-repeat;		
}
.obsah table.mistnosti {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	width: 96%;
	border: 1px solid #cccccc;
}
.obsah table.mistnosti td {
	text-align: left;
	padding: 10px;
	border: 1px solid #cccccc;
}
.obsah table.mistnosti tr.liche {
	background-color: #eeeeee;
}
.velky-nadpis {
	padding: 70px 0px 25px 0px;
	text-align: center;
	font-size: 45px;
	color: #2e2e2e;
	font-weight: bold;
}
.maly-nadpis {
	padding: 0px 0px 60px 0px;
	text-align: center;
	font-size: 24px;
	color: #b9bf40;
	font-weight: bold;
}
#page {
	width: 100%;
	position: relative;
    min-height: 100%;
    _height: 100%; 
}
.obsah {
	text-align: left;
	margin: 0 auto;
	position: relative;
}
.sloupec50 {
	float: left;
	width: 48%;
	padding-right: 2%;
}
.sloupec50l {
	float: left;
	width: 48%;
	padding-right: 2%;
}
.sloupec50p {
	float: left;
	width: 48%;
	padding-left: 2%;
}
.sloupec45 {
	float: left;
	width: 45%;
}

.sloupec55 {
	float: left;
	width: 55%;
}
.obsah iframe.mapa {
	width: 100%;
	border: 0;
}

#hlavicka {
	background: url("../obrazky/male-domy.jpg") center center repeat-x;	
	padding-top: 35px;
	height: 330px;
	position: relative;
    background-size: auto 100%;
   }
#hlavicka-uvod {
	background: url("../obrazky/velke-domy.jpg") center center repeat-x;	
	padding-top: 35px;
}
#hlavicka-logo {
	float: left;
	width: 23%;
}
#hlavicka-menu {
	float: left;
	width: 74%;
	padding-top: 20px;
	padding-left: 3%;
}
#paticka-misto {
	height: 226px;
}
#paticka {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	width: 100%;
	text-align: center;
}
#paticka a, #paticka a:hover, #paticka a:visited {
	color: #ffffff;
}
#paticka-nahore {
	min-height: 168px;
	background-color: #b9bf41;
	text-shadow: 0px 0px 2px #000000;
}
#paticka-dole {
	min-height: 58px;
	background-color: #9ea233;
	text-shadow: 0px 0px 2px #000000;
}
#paticka-dole-text {
	padding-top: 10px; 
}
#paticka-nahore-text {
	padding-top: 10px; 
}
#paticka-nahore-logo {
	padding: 40px 0 20px 0; 
}

#nav, #nav * {
	margin:		0;
	padding:	0;
	list-style:	none;
}
#nav {
	line-height:	1.0;
}
#nav ul {
	position:	absolute;
	top:		-999em;
	width:		15em; /* left offset of submenus need to match (see below) */
}
#nav ul ul {
	position:	static;

	width:		15em; /* left offset of submenus need to match (see below) */
}
#nav ul li {
	width:		100%;
}
#nav li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#nav li {
	float:		left;
	position:	relative;
}
#nav a {
	display:	block;
	position:	relative;
}

#nav li:hover ul,
#nav li.sfHover ul {
	left:		0;
	top:		80px; /* match top ul list item height */
	z-index:	99;
}
#nav li ul ul,
#nav li ul ul {
	left:		0;
	top:		80px; /* match top ul list item height */
	z-index:	99;
}

ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	top:		0em;
}
ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left:		0px; 
	top:		0;
}
ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
	top:		0em;
}

#nav {
	height: 80px;
	padding-left: 0;
	width: 100%;

}
#nav li {
	float: left;
	height: 80px;
	background: none;	
}
#nav a {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
	display: block;
	position: relative;
	text-decoration: none;
	padding: 2px 12px 2px 12px;
}
#nav li.aktivni a {
	color: #ffffff;
	border: 2px solid #b9bf40;
	padding: 0px 10px 0px 10px;
	border-radius: 20px 20px 20px 20px;
}
#nav li:hover {
}
#nav li:hover a {
	color: #ffffff;
	border: 2px solid #b9bf40;
	padding: 0px 10px 0px 10px;
	border-radius: 20px 20px 20px 20px;
}

#lokace {
	padding-top: 223px;
	background: url("../obrazky/lokace.jpg") top center repeat-x;	
	height: 600px;
}
#lokace-text-1 {
	line-height: 1.25em;
	font-size: 44px;
	color: #2e2e2e;
	text-align: center;	
	font-weight: bold;
}
#lokace-text-2 {
	line-height: 1.5em;
	font-size: 24px;
	color: #b9bf40;
	text-align: center;	
	font-weight: bold;
}
#cenik { 
	padding: 20px 50px;
}
#cenik table { 
	width: 100%;
}

#cenik table td { 
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	padding: 10px;
	vertical-align: bottom;
}
#cenik table tr.licha { 
	background-color: #eeeeee;
}
#cenik table th { 
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}
#kilometry { 
	width: 100%;
	padding-top: 90px;
	height: 200px;
	background: url("../obrazky/horni_stinoblok.png") center center no-repeat;	
	position: absolute;
}

.kilometry-blok { 
	width: 25%;
	float: left;
	text-align: center;	
}
.kilometry-blok-zeleny { 
	width: 90px;
	height: 90px;
	border: 2px solid #b9bf40;
	border-radius: 5px 5px 5px 5px;
	background-color: #b9bf40;	
	margin: 0 auto;
	text-align: center;	
	color: #ffffff;
}
.kilometry-blok-zeleny-velky { 
	font-size: 50px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}
.kilometry-blok-text { 
	color: #636363;
	padding-top: 10px;
}
#uvod-blok-text { 
	width: 540px;
	padding: 0px 30px;
	float: left;
	text-align: right;
}
#uvod-blok-text p { 
	padding-bottom: 30px;
}
#uvod-blok-text h2 { 
	padding-bottom: 30px;
}
#uvod-blok-obr { 
	width: 540px;
	float: left;
}
#odkazy { 
	width: 1030px;
	padding-top: 72px;
	height: 300px;
	margin: 0 auto;
	background: url("../obrazky/dolni_stinoblok.png") center center no-repeat;	
	margin-bottom: 20px;
}
.odkazy-blok-velky { 
	font-size: 24px;
	font-weight: bold;
	padding-top: 50px;
	padding-bottom: 10px;
	color: #211f1b;
}
.odkazy-blok { 
	width: 50%;
	float: left;
	text-align: center;	
}
.odkazy-blok-tlacitko { 
	width: 205px;
	height: 45px;
	border: 2px solid #b9bf40;
	border-radius: 5px 5px 5px 5px;
	background-color: #b9bf40;	
	margin: 0 auto;
	text-align: center;	
	color: #ffffff;
	line-height: 45px;
	text-shadow: 0px 0px 2px #000000;	
}
.odkazy-blok-tlacitko a, .odkazy-blok-tlacitko a:hover, .odkazy-blok-tlacitko a:visited { 
	color: #ffffff;
	text-decoration: none;
}
.odkazy-blok-tlacitko:hover { 
	cursor: pointer;
	background-color: #b5aa92;
	border: 2px solid #b5aa92;
}

.odkazy-blok-maly { 
	color: #636363;
	padding-bottom: 10px;
}
#vyhody-pred-in { 
	padding-top: 60px;
	text-align: center;
}
#vyhody-za-in { 
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: center;
}
#vyhody { 
	width: 100%;
	padding-top: 44px;
	height: 70px;
	margin: 0 auto;
	background: url("../obrazky/stinovany-blok.png") center center no-repeat;	
	margin-bottom: 20px;
}
#vyhody-in { 
	padding-left: 70px;
}
.vyhoda-blok { 
	padding-left: 25px;
	background: url("../obrazky/skrt_big.png") 4px 4px no-repeat;	
	line-height: 24px; 
	float: left;
	margin-right: 40px;
}
	.foto-blok {
	padding-bottom: 25px;
	}

	.foto-blok-obrazek {
		width: 20%;
		float: left;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.foto-blok-obrazek:after {
  padding-top: 70%;
  display: block;
  content: '';
}
a.obr {
height: 94%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  display: block;
  text-align: center;
  margin: 3% 2%;
  overflow: hidden;
}
.foto-blok a.obr img {
	display: block;
	width: 100%;
	min-height: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#formplace {
	position: relative;
    position:fixed;
    top: 50%;
    left: 50%;
    width:26em;
    height:22em;
    margin-top: -11em; /*set to a negative number 1/2 of your height*/
    margin-left: -13em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    display: none;
}
#stin {
    display: none;
	position:fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
	background: url("../obrazky/crna.png") 0px 0px repeat;	    
}
#dynamicky-formular {
    width: 210px;
    margin: 0 auto; 
    padding: 15px; 
}
#dynamicky-formular input {
    margin: 5px 0;
    padding: 3px; 
    width: 200px;
    border: 1px solid #666666; 
}
#dynamicky-formular h2 {
    text-align: center; 
}
#dynamicky-formular input#tlacitko-odeslat {
	border: 0;
	margin-top: 5px;
	cursor: pointer;
	font-weight: bold;
	color: white;
	padding: 10px 3px;
	text-transform: uppercase;
	text-align: center;
	background-color: #b9bf40;
}

#pevny-formular input {
    margin: 5px 0;
    padding: 3px; 
    width: 200px;
    border: 1px solid #666666; 
}
#pevny-formular textarea {
    border: 1px solid #666666; 
}

#pevny-formular input#tlacitko-odeslat {
	border: 0;
	margin-top: 5px;
	cursor: pointer;
	font-weight: bold;
	color: white;
	padding: 10px 3px;
	text-transform: uppercase;
	text-align: center;
	background-color: #b9bf40;
    margin-bottom: 40px; 
}
#zavrit {
    width: 16px;
    height: 16px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
@media only screen and (min-height: 1000px) {
#hlavicka-uvod {
	height: 824px;
}
#kilometry { 
	top: 715px;
}
}
@media only screen and (min-height: 900px) {
#hlavicka-uvod {
	height: 800px;
}
#kilometry { 
	top: 690px;
}
}
@media only screen and (max-height: 899px) and (min-height: 800px) {
#hlavicka-uvod {
	height: 700px;
}
#kilometry { 
	top: 590px;
}
}
@media only screen and (max-height: 799px) and (min-height: 700px) {
#hlavicka-uvod {
	height: 600px;
}
#kilometry { 
	top: 490px;
}
}
@media only screen and (max-height: 699px) {
#hlavicka-uvod {
	height: 530px;
}
#kilometry { 
	top: 420px;
}
}
@media only screen and (min-width: 1200px) {
.obsah {
	width: 1170px;
	overflow: hidden;
}	
}
@media only screen and (max-width: 1199px) {
	
.obsah {
	width: 96%;
	padding: 0 2%;
	overflow: hidden;
}	
#vyhody-za img { 
	width: 100%;
}
#vyhody { 
	padding-top: 34px;
	background: url("../obrazky/stinovany-blok.png") top center no-repeat;	
}
#vyhody-in { 
	padding-left: 30px;
}
#odkazy { 
	width: 100%;
}
}
@media only screen and (min-width: 1150px) and (max-width: 1169px) {
#hlavicka-logo {
	float: left;
	width: 23%;
}	
#hlavicka-menu {
	float: left;
	width: 75%;
	padding-top: 20px;
	padding-left: 2%;
}
}
@media only screen and (min-width: 1090px) and (max-width: 1149px) {
#hlavicka-logo {
	float: left;
	width: 20%;
}	
#hlavicka-logo img {
	width: 100%;
}	
#hlavicka-menu {
	float: left;
	width: 78%;
	padding-top: 20px;
	padding-left: 2%;
}
}
@media only screen and (min-width: 1009px) and (max-width: 1089px) {
#hlavicka-logo {
	float: left;
	width: 20%;
}	
#hlavicka-logo img {
	width: 100%;
}	
#hlavicka-menu {
	float: left;
	width: 76%;
	padding-top: 20px;
	padding-left: 3%;
}
#nav a {
	font-size: 15px;
	padding: 2px 7px 2px 7px;
}
#nav li.aktivni a {
	color: #ffffff;
	border: 2px solid #b9bf40;
	padding: 0px 5px 0px 5px;
	border-radius: 20px 20px 20px 20px;
}
#nav li:hover {
}
#nav li:hover a {
	color: #ffffff;
	border: 2px solid #b9bf40;
	padding: 0px 5px 0px 5px;
	border-radius: 20px 20px 20px 20px;
}
}
@media only screen and (min-width: 1021px) and (max-width: 1199px) {
.sloupec45 img{
	width: 95%;
}
#hlavicka-logo img {
	width: 100%;
}	
#uvod-blok-text { 
	width: 46%;
	padding: 0px 2%;
}
#uvod-blok-obr { 
	width: 50%;
	overflow: hidden;
}
#uvod-blok-text p { 
	padding-bottom: 15px;
}
#uvod-blok-text h2 { 
	padding-bottom: 15px;
}
}

@media only screen and (min-width: 780px) and (max-width: 1008px) {
.sloupec45 img{
	width: 95%;
}
	#lokace {
	padding-top: 150px;
    background-size: auto 100%;
	height: 450px;
}
#uvod-blok-text { 
	width: 100%;
	padding: 0;
	text-align: left;
}
#uvod-blok-text p { 
	padding-bottom: 15px;
}
#uvod-blok-text h2 { 
	padding-bottom: 15px;
}
#uvod-blok-obr { 
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
.cenikrd .sloupec50l, .cenikrd .sloupec50p { 
	width: 100%;
}
#cenik { 
	padding: 20px 20px;
	font-size: 14px;
}
.foto-blok-obrazek {
		width: 33%;

}
}
@media only screen and (min-width: 640px) and (max-width: 779px) {
#ob5 {
	text-align: center;
	padding-bottom: 20px;
}
#lokace {
	padding-top: 100px;
    background-size: auto 100%;
	height: 300px;
}
#uvod-blok-text { 
	width: 100%;
	padding: 0;
	text-align: left;
}
#uvod-blok-text p { 
	padding-bottom: 15px;
}
#uvod-blok-text h2 { 
	padding-bottom: 15px;
}
#uvod-blok-obr { 
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
.sloupec45, .sloupec55 { 
	width: 100%;
}
.cenikrd .sloupec50l, .cenikrd .sloupec50p { 
	width: 100%;
}
#cenik { 
	padding: 20px 20px;
	font-size: 14px;
}
.foto-blok-obrazek {
		width: 33%;

}
}
@media only screen and (max-width: 639px) {
#ob5 {
	text-align: center;
	padding-bottom: 20px;
}
#lokace {
	padding-top: 100px;
    background-size: auto 100%;
	height: 300px;
}
#uvod-blok-text { 
	width: 100%;
	padding: 0;
	text-align: left;
}
#uvod-blok-text p { 
	padding-bottom: 15px;
}
#uvod-blok-text h2 { 
	padding-bottom: 15px;
}
#uvod-blok-obr { 
	width: 100%;
	text-align: center;
	padding-top: 15px;
}
.sloupec45, .sloupec55 { 
	width: 100%;
}
.sloupec50 { 
	width: 100%;
}
.sloupec50l, .sloupec50p { 
	width: 100%;
}
#cenik { 
	padding: 20px 20px;
	font-size: 14px;
}
.foto-blok-obrazek {
		width: 50%;

}
}
@media only screen and (max-width: 1020px) {
#hlavicka-menu {
	width: 100%;
	padding: 0;
	padding-top: 15px;
}
/*#hlavicka .obsah {
	width: 100%;
	padding: 0;
	margin: 0;
}	*/
/*#hlavicka-uvod .obsah {
	width: 100%;
	padding: 0;
	margin: 0;
}	*/

/*menu*/
#nav-packed {
	display: block;
		width: 100%;
		height: 100px;
		background: url("../obrazky/menu-icon.png") center right no-repeat;	
		font-size: 36px;
		line-height: 1.25em;
		text-align: left;
		color: #ffffff;
		font-weight: 400;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
	}
	#nav-packed-in {
		padding: 10px;
	}
	#nav {
		padding: 0px;
		width: 100%;
		/*height: auto;*/
		height: 0px;
		overflow: hidden;
		display: none;
	}
	#nav li:hover, #nav li.aktivni {
		background: none;
		background-color: none;
		border: 0;
		border-radius: 0;
	}
	#nav li:hover a, #nav li.aktivni a {
		background: none;
		background-color: none;
		border: none;
		border-radius: 0;
	}
	
	#nav li a, #nav  li a:visited {
	margin: 0;
		height: auto;
		font-size: 1.25em;
		line-height: 1.5em;
		padding: 15px 0;
		display: block;
		width: 100%;
		font-weight: 600;
		/*color: #666666;*/
		text-decoration: none;
		text-align: center;
		color: white;
	background: url("../obrazky/crna.png") 0px 0px repeat;	
	}
	#nav li a:hover, #nav li:hover a {
	margin: 0;
		height: auto;
		font-size: 1.25em;
		line-height: 1.5em;
		padding: 15px 0;
		display: block;
		width: 100%;
		font-weight: 600;
		/*color: #666666;*/
		text-decoration: none;
		text-align: center;
	color: white;
		text-decoration: underline;
		background-color: #b9bf40;
	}
		
	#nav li.aktivni {
		border: 0;
	}
		#nav li.aktivni a, #nav li.aktivni a:visited {
	margin: 0;
		height: auto;
		font-size: 1.25em;
		line-height: 1.5em;
		padding: 15px 0;
		display: block;
		width: 100%;
		font-weight: 600;
		/*color: #666666;*/
		text-decoration: none;
		text-align: center;
		color: white;
	background: url("../obrazky/crna.png") 0px 0px repeat;	
	}
	#nav li, #nav li.aktivni {
		border: 0;
	padding: 0;
	margin: 0;
		height: auto;
		width: 100%;
		border-top: 1px solid #d0d0d0;
	}
		
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5)      and (min-width: 580px) and (max-width: 1023px) and (orientation:portrait),
only screen and (   min--moz-device-pixel-ratio: 1.5)      and (min-width: 580px) and (max-width: 1023px) and (orientation:portrait),
only screen and (     -o-min-device-pixel-ratio: 1.5/1)    and (min-width: 580px) and (max-width: 1023px) and (orientation:portrait),
only screen and (        min-device-pixel-ratio: 1.5)      and (min-width: 580px) and (max-width: 1023px) and (orientation:portrait),
only screen and (                min-resolution: 150dpi) and (min-width: 850px) and (max-width: 1023px) and (orientation:portrait),
only screen and (                min-resolution: 1.5dppx)  and (min-width: 850px) and (max-width: 1023px) and (orientation:portrait) { 
body {
	font-size: 28px !important;
	line-height: 1.25em;
}
table td, table th {
	font-size: 28px !important;
	line-height: 1.25em;
}

	#cenik, #cenik-np { 
		padding: 0;
		width: 100%; 
	}
			/* Force table to not be like tables anymore */
	#cenik table, #cenik thead, #cenik tbody, #cenik table th, #cenik table td, #cenik table tr { 
		display: block; 
		font-size: 28px !important;
	}
	#cenik-np table, #cenik-np thead, #cenik-np tbody, #cenik-np table th, #cenik-np table td, #cenik-np table tr { 
		display: block; 
		font-size: 28px !important;
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#cenik table thead tr, #cenik-np table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#cenik table tr, #cenik-np table tr { border-bottom: 1px solid #ccc; }
	
	#cenik table td, #cenik-np table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		font-size: 28px !important;
	}
	
	#cenik table td:before, #cenik-np table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-size: 28px !important;
	}
	
	/*
	Label the data
	*/
	#cenik table td:nth-of-type(1):before { content: "Číslo parcely"; }
	#cenik table td:nth-of-type(2):before { content: "Katastrální číslo"; }
	#cenik table td:nth-of-type(3):before { content: "Plocha parcely"; }
	#cenik table td:nth-of-type(4):before { content: "Cena parcely"; }
	#cenik table td:nth-of-type(5):before { content: "Stav"; }
	#cenik table td:nth-of-type(6):before { content: ""; }

	#cenik-np table td:nth-of-type(1):before { content: "ID"; }
	#cenik-np table td:nth-of-type(2):before { content: "Dům"; }
	#cenik-np table td:nth-of-type(3):before { content: "Plocha stání"; }
	#cenik-np table td:nth-of-type(4):before { content: "Cena stání"; }
	#cenik-np table td:nth-of-type(5):before { content: "Plocha skladu"; }
	#cenik-np table td:nth-of-type(6):before { content: "Cena skladu"; }
	#cenik-np table td:nth-of-type(7):before { content: "Stav"; }
	#cenik-np table td:nth-of-type(8):before { content: "Poznámka"; }



}
		