body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana;
	font-size:12px;
	line-height: 120%;
	background-image: url(../obrazy/back.jpg);
	background-color: #dcdcdc;
	background-repeat: repeat-x;

}
#page {
	width: 990px;
	color: #333;
	border-left: silver 0px solid;
	border-right: silver 0px solid;
	
	margin: 0px auto;

}

#poz_vrch {
	width: 990px;
	padding: 0em;
	height: 179px;

}

#poz_obsah {
	padding:0px ;
	background-color: #1B1B1B;}



#poz_menu {
	padding: 0em;
	float: left;
	text-align: left;
	width: 180px;
	background: white;
	
}

#poz_telo {
	padding: 0px;
	margin-left: 180px;
	margin-right: 180px;
	line-height: 130%;
	text-align: left;
	 background: white;
	

}

#poz_telo_a_prava {
	margin-left: 200px;
	line-height: 120%;
	text-align: left;
	background: white;
}

#poz_prava {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 180px;
	text-align: left;
	background: white;
}

#poz_pata {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#poz_cesta{
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-bottom: 1px;

}

#poz_info_verejne{
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-family :verdana;
	font-size:12px;
}


/* pridal honza */

#poz_menu_vrch {}

#poz_vrch_end { margin-top:0px }

.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;
	}

.clear {clear: both;}

.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;}

.none {display: none;}

.lft {
	float: left;
	}

.rgt {
	float: right;
	}

INPUT.textfield, INPUT.textfield_num, INPUT.textfield_mini
{
	border : 1px solid #2B528A;
	color : #0B326A;
	height : 12px;
	margin: 0px 0px 0px 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	background: #FFFFFF;
}

A:link {TEXT-DECORATION: none;}
A:visited {TEXT-DECORATION: none;}
A:active {TEXT-DECORATION: none;}
A:hover {TEXT-DECORATION: underline;}

