/* File: layout-centered.css */

/* POZOR NA SAFARI HACK (safari.css) */

@media screen {

	/* IE 5.5 */
	@media tty {
		i{content:"\";/*" "*/}}@m; @import 'msie55.css'; /*";}
	}/* */
	
	/* ------------- LAYOUT ------------------------------------------------------------------------------ */
	
	* {
		margin: 0;
		padding: 0;
	}
	
	html,body { /* @see http://www.quirksmode.org/css/100percheight.html, http://klient.plavacek.net/paticka/paticka-bez-textu.html */
		height: 100%;
	}
	
	body {
		margin: 0px;
		margin-top: 20px;
		padding: 0px;
	}
	
	#page {
	
		margin: 0px;
		padding: 20px;
		padding-bottom: 95px;
	
		width: 740px;
		min-width: 740px;
		_width: 740px;
		
/*		Removed on 2007-02-20 16:04 as MSIE7 fix*/
/*		height: 100%;
		min-height: 100%;
*/		
		
		position: relative;
		left: 50%;
		margin-left: -390px;
		
		/* Peek-a-boo bug? */
		_line-height: 1.2;
		<!--[if IE 7]>
			line-height: 1.2em;
		<![endif]-->
	
		/*border: 1px dotted blue;*/
	}
	
	body > #page {
		height: auto;
	}
	
	#skipnav {
		display: none;
	}
	
	#right {
		float: right;
		margin: 0px; 
		padding: 0px;
		width: 252px;
		/*height: 100%;*/
	}
	
	#left {
		margin: 0px 200px 0px 0px; 
		padding: 0px 0px 0px 0px;
		width: 468px;
		min-height: 700px;
		/*_height: 700px;*/ /* MSIE */
	}
	
	#sidebar {
	}
	
	#banner {
		width: 468px;
		height: 80px;
		
		position: absolute;
		bottom: -20px;
		left: 50px;
	}
	
	
	/* ------------- DESIGN ------------------------------------------------------------------------------ */
	body {
		background-color: #94A1A5;
	}
	
	a {
		color: #005185;
	}
	
	a:hover {
		color: #006E94;
	}
	
	a img { border: none; }
	
	hr { display: none; }
	
	address { font-style: normal; }
	
	#page {
		background-color: #F0F4F7;
	}
	
	#left {
		background-color: #F0F4F7;
	}
	
	#right {
		margin-right: 1px;
	}
	
	#top-photo {
		width: 252px;
		height: 206px;
		color: silver;
		background: transparent url('../images/top-photo.jpg') top left no-repeat;
		margin-bottom: 4px;
	}
	
	#top-photo * {
		/*display: none;*/
	}
		
	#top-photo a img#logo-print {
		padding: 0px; margin: 0px; border: 0px;
		margin: 5px 5px 0px 0px;
		display: auto;
		float: right;
	}
	
	#sidebar {
		padding-top: 13px;
		padding-bottom: 20px;
		background-color: #E6EAED;
		border: 4px solid #D1DAD9;
	}
	
	#pagetitle {
		height: 20px;
	}
	
	#langswitch {
		font-size: 10px;
		text-align: right;
		height: 12px;
	}
	
	#langswitch a {
		font-size: 10px;
	}
	
	
	#photostrip {
		width: 468px;
		height: 69px;
		background: transparent url('../images/photostrip.jpg') top left no-repeat;
		margin: 0px; padding: 0px;
		margin-bottom: 3px;
	}
	
	#mission {
		width: 468px;
		height: 64px;
		margin: 0px 0px 20px 0px;
		background: transparent url('../images/mission.cz.gif') top left no-repeat;
	}
	
	#mission blockquote {
		display: none;
	}
		
	#banner {
		
	}
	
	#maincontent {
		font: normal 78%/140% Georgia, Times, serif;
		_font-size: 81%; /* MSIE */
		margin: 40px 0px 40px 0px;
		padding: 0px 1px 0px 0px;
	}
	
	#maincontent h3 {
		color: #006E94;
		text-align: right;
		font: bold 14px/18px Georgia, Times, serif;
		padding: 1px 0px 0px 10px;
		margin: 16px 0px 18px 0px !important;
		background: url('../images/dot-blue.gif') 0px 15px no-repeat;
		border-bottom: 1px solid #6E9C92;

	}
	
	#maincontent h4 {
		margin: 15px auto 5px auto;
	}
	
	#maincontent p {
		line-height: 135%;
		margin-bottom: 0.3em;
	}
	
	#maincontent ul {
		margin: 8px auto 10px 25px;
		margin-left: 25px;
	}

}