
@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: #98afd2;
		}
	/* end. nastaveni pro body */
	
	input {
		font-size: 100;
			font-family: Arial, Helvetica, sans-serif;
	}
	
	#page {
		background: url(/files/img/images/page.png) 0 122px repeat;
	}
	
	#header {
		background: url(/files/img/images/header.png) 0 0 repeat-x;
		height: 122px;
		text-align: center;
		
	}
	#header .headerMain {
		margin: 0 auto;
		text-align: left;
		width: 965px;
		background: url(/files/img/images/headermain.png) 0 0 no-repeat;
		height: 122px;
		position: relative;
				z-index: 100;

	}
	#content {
		text-align: center;
		background: url(/files/img/images/content.png) 0 0 repeat-x;
	}
	#content .contentMain {
		margin: 0 auto;
		text-align: left;
		width: 918px;
		background: url(/files/img/images/contentmain.png) 0 60px;
		position: relative; top: 15px;
		padding: 5px 23px 20px 23px;
				z-index: 10;

		margin: 0 auto 15px auto;
	}
	
	#footer {
		background-color:  #066a75;
		text-align: center;
		padding: 20px 0 20px 0;
	}
	#footer .footerMain {
		margin: 0 auto;
		text-align: left;
		width: 965px;
	}
	#footer a,
	#footer .color {
		color: #1ed3e7;
	}
	
	
	/* ---- odkazy */
		a:link {
			color: #93dc10;
		}
		a:visited{
			color: #93dc10;
		}
		a:hover{
			coflor: #666666;
		}
	/* end. odkazy */
}