/* CSS Document nastylovani layoutu */
body
{
	background: url('/css/img/layout/body.gif')	center 0 repeat-y;
	font-family: 'Arial CE',Arial,'Helvetica CE',Helvetica,sans-serif;
}

#page
{
	width: 100%;
}

#head
{
	height: 20px;
	margin-bottom: 30px;
	position: relative;
}

	#head .logo
	{
		display: block;
		width: 200px;
		height: 75px;
		position: absolute;
		top: 10px;
	}
	
	#page #head .invisible {
	 display:block !important;
  }

#flash
{
	display:none;
}
	
#search
{
display:none;
}
	

#head_links
{
display:none;
}
	
#main
{
	float: none;
	width: 100%;
}

	#main #body
	{
		float: none;
		width: 100%;
		overflow: hidden;
	}
	
  	#body .navigator
		{
			display:none;
		}
		
			#body .navigator a { color: #5A5758; }
			#body .navigator span { font-weight: bold; color: #5A5758; }

	#main #right_boxes
	{
		display:none;
	}

#left_boxes
{
	display:none;
}

#footer
{
	margin-top: 25px;
	background:  url('/css/img/layout/footer_body.gif') 0 0 no-repeat;
	padding: 18px 15px 10px 23px;
	*padding: 14px 15px 0px 23px;
}

	
/* strankovani */
#strankovani
{
	border-bottom: 1px solid #DEDDDE;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 25px;
}


/*GLOBALS*/
.clr {
  float:none;
  clear:both;
  height:1px;
  font-size:1px;
  line-height:1px
}

h1 {
  margin-top:20px;
}

.wysiwyg h1, h2, h3, h4, h5, h6 {
  color:#000;
}

p#zpet {
  display:none;
}