body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana;
	font-size:12px;
	LINE-HEIGHT: 120%;
	background-image: url(../obrazy/back1.png);

	background-color: #B0B0B0;
	background-repeat: repeat-x;

}
#page {
	width: 990px;
	color: #333;
	border-left: silver 0px solid;
	border-right: silver 0px solid;
	background-color: white;
	margin: 15px auto;

}

#poz_vrch {
	width: 990px;
	padding: 0em;
	height: 160px;
background-color: #CC3C21;
}

#poz_menu {
	padding: 0em;
	float: left;
	text-align: left;
	WIDTH: 180px;
	
	
}

#poz_telo {
	PADDING: 0px;
	MARGIN-LEFT: 180px;
	MARGIN-RIGHT: 180px;
	LINE-HEIGHT: 130%;
	text-align: left;
	
	

}

#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;
}

#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_obsah { margin-top:5px }

.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;
	}

