/* ------------------------------------------------------------------ */
/* layout.css                                                         */
/* autor HTML a CSS - Michal Prihoda - Miskin                         */
/* ------------------------------------------------------------------ */
@media screen {
	/* ----- nastaveni pro body */
		body {
			font-size: 76%;
			font-family: Arial, Helvetica, sans-serif;
			line-height: 1.4em;
			margin: 0; padding: 0;
			background-color: #FFF;
			background-image: url(../img/bg/page.png);
			background-repeat: no-repeat;
			background-position: 0 0;
		}
		#page {
			width: 870px;
		}
	/* end. nastaveni pro body */
	
	/* ----- content */
		#content {
			background-image: url(../img/bg/content.png);
			margin: 114px 0 0 0 ;
		}
		#contentLeft {
			width: 120px;
			margin: 0 3px 0 21px;
			_margin: 0 3px 0 10px;
			float: left;
		}
		#contentRight {
			width: 700px;
			margin: 0 0 0 6px;
			float: left;
			color: #666666;
		}
	/* end. content */
	
	/* ----- footer */
		#footer {
			background-image: url(../img/bg/footer.png);
			background-repeat: no-repeat;
			padding: 6px 15px 15px 15px;
			font-size: 90%;
			line-height: 1.3em;
		}
	/* end. footer */
	
	/* ----- odkazy */
		a {
			color: #e5322d;
		}
	/* end. odkazy */
}