/* definice DIV a grafika stranek */

#page_layout {
   background: transparent url('/_clip/pozadi_linka3.gif') repeat-x scroll top;
	 border: 0;
}

#page {
   width: 790px;
   _width: 790px;
   margin: 0;
	 padding: 0;
   text-align: left;
/* 	 border: 1px #dd99ff solid; */
}

#header_layout {
   width: 790px;
/*	 border: 1px #99ffff solid; */ 
   background: transparent url('/_clip/hlavicka_pozadi.gif') no-repeat scroll top;	 
   height: 57px;	 
}

#header {
  color: #000;
}

#header h1 {
   margin: 0;
   font-size: 25pt;
   padding: 15px 0 0px 360px;
   color: #FFF;
/*   visibility: hidden; */
}

#datum_svatek {
   margin: 0;
	 font-size: 8pt;
   padding: 3px 0px 0px 25px;	 
   color: #aaa;
} 

#body_layout-second {
  width: 770px;
	margin: 0;
	padding: 0;
  margin-left: 20px;
	margin-top: 10px;
/*  border: 1px #000 solid; */	
}

#menu_layout {
  margin: 0;
	padding: 0;
	padding-top: 93px;  	
/*  border: 5px #00fff0 solid; */ 
  width: 200px;
}

#content_layout-second {
/* border: 1px #ddd000 solid; */
  margin: 0 10px 0 20px;
  width: 540px;
}

#print_link {
	padding: 0;
	margin: 0;
  margin-top: 20px;
  text-align: right;
}
	
#paticka {
  margin-top: 5px;
	width: 770px;
	height: 24px;
/*	border: 1px #ddd000 solid; */
   background: transparent url('/_clip/paticka_pozadi.gif') repeat-x bottom;		
}

/* LOGA CEZ */
#loga-cez {
	padding-top: 0.5em;
	text-align: center;
}
#loga-cez a img {
 	border: none;
}

#edb-form-layout {
	width: 200px;
	padding-top: 0.5em;
	text-align: center;
}

#navrcholu-layout {
	width: 200px;
	padding-top: 1em;
	text-align: center;
}


/* TISK */
@media print {
	body {
		background: white; 
		color: black;
		font-size: 12pt;
		font-family: "Times New Roman", Times, serif;
	}
	a, a:link, a:visited, a:hover {
		color: black;
	}
	h1, h2, h3, h4 {
		font-family: "Times New Roman", Times, serif; 
		color: black;
	}
	h1 {
		font-size: 145%;
	}
	h2 {
		font-size: 125%;
	}
	h3 {
		font-size: 110%;
	}
	
	#header h1 span {
		height: auto;
		width: auto;
		left: 0;
		overflow: visible;
		position: static;
	}

	#page_layout {
		padding: 0; margin: 0;
		width: 100%; 
	}
	#menu_layout, a#logo-stranek img, #print_link, #header_layout, #paticka {
		display: none;
	}
	#header {
		position: static;
		height: auto;
	}
	#header a#logo-stranek {
		position: static;
		overflow: visible; 
	}
	#content_layout-second, #content-second {
		width: 100%; 
		line-height: normal; 
		margin: 0; padding: 0; 
		overflow: visible; 
		height: 100%; 
		position: static;
	}
}

