	/* hide from ie on mac \*/
	html {
		height: 100%;
		text-align: center;
	}
	
	#flashcontent {
	    margin: 0 auto;
		text-align: center;
		height: 800px;
		width: 700px;
	}
	/* end hide */
	
	#hlavni {
		width: 720px;
		margin: 0 auto;
		text-align: left
	}

	body {
		height: 100%;
		width: 720px;
		padding-bottom: 20px;
		padding-top: 20px;
		background-color: #fafafa;
		color:#000000;
		font-family:verdana;
		font-size:14;
	    margin: 0 auto;
		text-align: center;
	}
	
	h1 {
		font-size: 22;
		text-align: center;
		padding-top: 25px;
	}
	
	div.header {
		width: 700px;
		height: 88px;
		background: url(h1.jpg);
		background-repeat: no-repeat;
	}
	
	h2 {
		font-size: 16;
		padding-top: 15px;
	}
	
	div.header2_velky {
		width: 265px;
		height: 60px;
		background: url(h2_velky.jpg);
		background-repeat: no-repeat;
		padding-left: 25px;
	}
		
	div.header2_maly {
		width: 110px;
		height: 60px;
		background: url(h2_maly.jpg);
		background-repeat: no-repeat;
		padding-left: 25px;
	}
		
	p.mapka {
		text-align: center;
	}
	
	img {
		border: 0px;
	}
	
	div.pocitadlo {
		display: none;
	}
	table {
		width: 80%;
		border-collapse: collapse;
		border-color: silver;
		border-width: 1px;
	}

	td {
		font-size: 14;
		text-align: center;
		border-color: silver;
		border-width: 1px;
		padding: 4px;
	}