/* ------------------------------------------------------------------ */
/* print.css                                                          */
/* copyright - ILIKETHIS! www.ilikethis.cz                            */
/* ------------------------------------------------------------------ */
/* ----- nastaveni pro body */
	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		margin:0; padding:0;
		background-image: none;
		margin: 1em;
	}
/*end.  nastaveni pro body */


/* ---- netisknutelne bloky */
	#navlinks,
	#utility,
	.textFooter,
	.contentRight,
	.search,
	.pages {
		display: none;
	}
/* end. bloky */

/* ---- odkazy */
	a {
		color: #ac0900;
		text-decoration: none;
	} 
	a:visited {
		color: #ac0900;
	}
	a:hover {
		color: #666666 !important;
		text-decoration: underline;
	}
/* end. odkazy */

/* ----- obecne rozvrzeni */
	h1#nav {
		clear: both;
		font-size: 11pt;
		border-top: 0.02cm solid #666;
		border-bottom: 0.02cm solid #666; 
		padding: 0.2em 0;
	}
	h1#nav a {
		color: #6b6b6b;
	}
	#footer {
		border-top: 0.02cm solid #000; 
		color: #617a27;
		padding: 0.7em 1em;
		margin: 1em 0;
	}
/* end. obecne rozvrzeni */

/* ----- wysiwyg */
	.wysiwyg a {
		text-decoration: underline;
		color: #c1001f;
	}
	.wysiwyg a:hover {
		text-decoration: none;
	}
	.wysiwyg p {
		margin: 0.6em 0;
	}
	.wysiwyg h2 {
		color: #ac0900;
		font-size: 120%;
		margin: 1.5em 0 0.5em;
	}
	.wysiwyg h3 {
		color: #ac0900;
		font-size: 100%;
		margin: 1.5em 0 0.5em;
	}
	.wysiwyg h4 {
		color: #000000;
		font-size: 100%;
		margin: 1.5em 0 0.5em;
	}
	.wysiwyg h5 {
		font-size: 100%;
		margin: 1.5em 0 0.5em;
	}
	.wysiwyg ul {
		margin: 0 0 1em 0;
		padding: 0 10px;
		list-style-type: none;
	}
	.wysiwyg ul li {
		background-image: url(../img/icons/list.png);
		background-repeat: no-repeat;
		background-position: 0 5px;
		padding: 0 0 0 15px;
	}
	.wysiwyg ol {
		margin: 0 0 1em 0;
		padding: 0 25px;
	}
/* end. wysiwyg */


/* ----- News */
	p.archiveNews {
		display: none;
	}
	/* ----- topNewsBox */
		.topNewsBox {
			padding: 10px 20px 20px 20px;
		}
		.topNewsBox h1 {
			line-height: 1.3em;
			font-size: 13pt;
		}
		.topNewsBox h1 a {
			text-decoration: none;
		}
		.topNewsBox .img {
			width: 7cm;
			float: left;
			margin: 10px 18px 0 0;
			text-align: center;
			font-style: italic;
			font-size: 90%;
			line-height: 1.2em;
		}
		.topNewsBox .img a img {
			padding: 3px;
			border: 1px solid #99ba3f;
		}
		.topNewsBox .img .desription {
			color: #333333;
			margin: 5px 0 0 0;
		}
		.topNewsBox .img .desription p {
			margin: 0;
			padding: 0;
		}
		.topNewsBox .img .desription p.source,
		.topNewsBox .img .desription p.source a {
			color: #969696;
		}
		.topNewsBox .text {
			margin: 10px 0 0 0;
			float: left;
			width: 10cm;
		}
		.topNewsBox .text p {
			margin: 1px 0;
		}
		.topNewsBox .text p.date {
			background-image: url(../img/icons/date.png);
			background-position: 0 4px;
			background-repeat: no-repeat;
			padding: 0 0 0 15px;
		}
		a.moreInfo {
			display: none;
		}
		*|html a.moreInfo, x:-moz-any-link {
			display: -moz-inline-stack;
			top: -9px;
		}
		a.moreInfo span {
			display: none;
		}
	/* end. topNewsBox */
	
	/* ----- .newsBox */
		.newsBox {
			margin: 0 0 20px 0;
		}
		.newsBox h3 {
			line-height: 1.3em;
			font-size: 130%;
			margin: 0 0 10px 0;
		}
		.newsBox h3 a {
			text-decoration: none;
		}
		.newsBox a.img img {
			padding: 3px;
			border: 1px solid #99ba3f;
			float: left;
			margin: 0 15px 0 0;
		}
		.newsBox p {
			margin: 0; padding: 0;
		}
		.newsBox p.date {
			background-image: url(../img/icons/date.png);
			background-position: 0 4px;
			background-repeat: no-repeat;
			padding: 0 0 0 15px;
			float: left;
		}
	/* end. newsBox */
/* end. news */

/* ----- contentMainText */
	.contentMainText {
		color: #4f4f4f;
	}
	.contentMainText h1 {
		margin: 0 0 1em 0;
		line-height: 1.4em;
		font-size: 130%;	
		color: #ac0900;
	}
	.contentMainText h2 {
		margin: 2em 0 0.5em 0;
		line-height: 1.4em;
		font-size: 130%;	
		color: #93b633;
	}
	.contentMainText p {
		margin: 1.5em 0;
	}
	/* ----- table */
		.contentMainText table {
			margin: 0.5em 0.1em;
			width: 99%;
			border-collapse: collapse;
		}
		.contentMainText table td,
		.contentMainText table th {
			padding: 10px;
			border: 1px solid #93b633;
		}
		.contentMainText table th {
			background-color: #edf2dc;
			text-align: center;
		}
	/* end. table */
	.contentMainText p.source,
	.contentMainText p.source a {
		color: #969696;
	}
	/* ---- perex */
		.contentMainText div.perex {
			font-weight: bolder;
			color: #000;
		}
		a.img img {
			padding: 3px;
			border: 1px solid #99ba3f;
			float: left;
			margin: 0 1em 0.5em 0;
		}
		.contentMainText div.perex p {
			margin: 0; padding: 0;
		}
		.contentMainText div.perex  p.date {
			background-image: url(../img/icons/date.png);
			background-position: 0 4px;
			background-repeat: no-repeat;
			padding: 0 0 0 15px;
			float: left;
		}
	/* end. perex */
/* end. contentMainText */

/* ---- photogalery */
	table.photogalery  {
		border-collapse:  separate;
		width: 100%;
		margin: 1em -6px;
	}
	table.photogalery td {
		width: 25%;
		padding: 3px 0;
		border: none;
		margin: 4px 0;
		padding: 3px;
		border: 1px solid #99ba3f;
		text-align: center;
	}
/* end. photogalery */

/* ---- archive */
	.archive select {
		color: #617a27;
	}
	.archive .months {
		margin: 15px 0;
		padding: 8px 0;
		border-top: 1px solid #edf2dc;
		border-bottom: 1px solid #edf2dc;
		font-size: 90%;
	}
	.archive .months a {
		color: #617a27;
		padding: 0 2px;
	}
	.archive .months span {
		background-color: #93b633;
		color: #fff;
		padding: 0 2px;
		background-image: url(../img/icons/months.png);
		background-position: center 110%;
		background-repeat: no-repeat;
	}
	/* ----- archiveTable */
		.archiveTable {
			border-collapse: collapse;
		}
		table.archiveTable td, 
		table.archiveTable th {
			background-color: #fff;
			border: none;
			padding: 3px 0;
			text-align: left;
		}
		table.archiveTable th {
			width: 50px;
			color: #93b633;
		}
		table.archiveTable td.icons {
			padding: 3px 8px;
			width: 10px;
		}
	/* end. archiveTable */
/* end. archive */

/* ----- contact */
	.contact .contactTop {
		font-weight: bolder;
		color: #000;
	}
	.contact .contactTop address {
		font-style: normal;
	}
	.contact .contactTop p {
		margin: 10px 0;
	}
	.contact .contactTop a {
		text-decoration: underline;
	}
	.contact .contactTop h1 {
		margin: 0;
	}
/* end. contactTop */




/* ----- contactTel */
	ul.contactTel {
		margin: 0;
		padding: 0;
		list-style-type: none;
		border: 1px solid #dce6bb;
		border-top: none;
	}
	ul.contactTel li {
		border-top: 1px solid #dce6bb;
		line-height: 24px;
		clear: both;
		background-image: url(../img/bg/contacttel.png);
		background-position: 0 0;
		background-repeat: repeat-x;
	}
	ul.contactTel li.act a {
		background-image: url(../img/icons/contacttel-arrow-act.png);
		background-position: 97.5% 50%;
	}
	ul.contactTel li a {
		display: block;
		background-image: url(../img/icons/contacttel-arrowleft.png);
		background-repeat: no-repeat;
		background-position: 97% 50%;
		padding: 0 10px;
		color: #617a27;
	}
	ul.contactTel li ul {
		list-style-type: none;
		padding: 0;
		margin: 0 10px;
		border: none;
	}
	ul.contactTel li ul li {
		clear: both;
		padding: 3px 0;
		background-image: none;
		font-size: 90%;
		border-top: none;
		
	}
	ul.contactTel li ul li span.fleft {
		color: #ac0900;
		border-bottom: 1px solid #dce6bb;
		width: 350px;
		font-weight: bolder;
		overflow: hidden;
	}
	ul.contactTel li ul li span.fright {
		color: #000;
		border-bottom: 1px solid #dce6bb;
		width: 116px;
		text-align: right;
		font-weight: bolder;
	}
	ul.contactTel li ul li.end span.fleft,
	ul.contactTel li ul li.end span.fright {
		border: none;
	}
/* end. contactTel */
/* end. contact */

/* ----- booksBox */
	.booksBox {
		margin: 0 0 1em 0;
	}
	.booksBox .images {
		width: 50px;
		float: left;
	}
	.booksBox .text {
		width: 435px;
		float: left;
		color: #4f4f4f;
	}
	.booksBox .text h2 {
		margin: 0; padding: 0;
		color: #b21911;
		font-size: 100%;
		line-height: 1.2em;
	}
/* end. booksBox */


/* ----- common */
	/* ----- text */
		/* ----- prace s textem */
			.tcenter {
				text-align: center; 
			}
			.tright {
				text-align: right;
			}
			.tleft {
				text-align: left;
			}
			.upper {
				text-transform: uppercase;
			}
			.bold {
				font-weight: bold;
			}
		/* end. prace s textem */
		
		/* ----- zakladni definice textu */
			form {
				font-size: 100%;
			}
			table {
				font-size: 100%;
			}
			p {
				margin: 0.8em 0;
				padding: 0;
			}
			h1 {
				margin: 0.6em 0;
				padding: 0;
				font-size: 15pt;
			}
			h2 {
				margin: 0.4em 0;
				padding: 0;
				font-size: 14pt;
			}
			h3 {
				margin: 0.4em 0;
				padding: 0;
				font-size: 13px;
			}
			h4 {
				margin: 0.2em 0;
				padding: 0;
				font-size: 12px;
			}
			h5 {
				margin: 0.1em 0;
				padding: 0;
				font-size: 10pt;
			}
			h6 {
				margin: 0;
				padding: 0;
				font-size: 100%;
			}
		/* end. zakladni definice textu */
	/* end. text */
	
	/* ----- float */
		.fleft {
			float: left;
		}
		.fright {
			float: right;
		}
	/* end. float */
	
	/* ----- clear */
		.clear {
			clear: both;
			font-size: 0;
			height: 1px;
			line-height: 1px;
		}
	/* end. clear */
	
	/* ----- ostatni */
		.noscreen {
			display: none;
		}
		a img {
			border: none;
		}
	/* ostatni */
	
	/* ----- body */
		body {
			margin: 0;
			padding: 0;
			background-color: #FFFFFF;
		}
	/* end. body */
/* end. common */

/* ----- ostatni  */
	.noprint {
		display: none;
	}
	a img {
		border: 0;
	}
/* ostatni  */

