body {
	background-color: goldenrod;
	font-family: Calibri;
	}

.obal {
	width: 1024px;
	margin: auto;
	background-color: gold;
	}
	
h1 {
	margin: 30px;
	}	
	
.uvod {
	margin: 10px;
	text-align: center;
	}

.datum {
	margin-left: 10px;
	margin-top: 30px;
	font-weight: bold;
	}

.mince {
	border: solid 5px gold;
	}

p {
	margin-left: 10px;
	}

.nazev {
	color: black;
	font-size: 35px;
	margin-top: 20px;
	padding-left: 70px;
	}
	
.odkaz {
	color: black;
	font-size: 20px;
	text-decoration: underline;
	text-align: center;
	}

td {
	text-align: center;
	}
	
.nadpis {
	color: black;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	}

.novinky {
	color: black;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	}
	
.horniindex {
	vertical-align: super;
	}

.tucne {
	font-weight: bold;
	text-align: center;
	}
	
.doBloku {
	text-align: justify;
	margin: 10px;
	}

.doBloku2 {
	text-align: justify;
	margin: 40px;
	}
	
.cervene {
	color: red;
	text-align: center;
	}

.modre {
	color: blue;
	}

a {
	text-decoration: none;
	color: black;
	}

a:hover {
	color: black;
	}

a:visited {
	color: black;
	}
	
.levacast {
	background-color: gold;
	width: 299px;
	height: 598px;
	float: left;
	}

.logo {
	
	width: 297px;
	height: 78px;
	float: left;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}

.info {

	width: 297px;
	height: 519px;
	float: left;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}

.menu {
	width: 723px;
	height: 29px;
	float: left;
	border-right: 1px solid black;
	}
	
.polozka {
	background-color: lightyellow;
	text-align: center;
	width: 180px;
	height: 27px;
	float: left;
	font-size: 19px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}

.vybrane {
	background-color: gold;
	font-weight: bold;
	text-align: center;
	width: 179px;
	height: 25px;
	float: left;
	font-size: 19px;
	border: 2px solid black;

	}
	
.telo {
	background-color: lightyellow;
	width: 723px;
	height: 569px;
	float: left;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	}


