body {
	background-color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: normal;
	text-align: left;
	line-height: 130%;
	min-width: 820px;
}

.hlavicka {
	text-align: justify;
	vertical-align: middle;
}

.nadpis {
	font-size: 26px;
	color: yellow;
	line-height: 100%;
	padding: 20px 0px 20px 0px;
}

.container {
	width: auto;
	max-width: 1000px;
	margin: auto;
	text-align: left;
	background:darkgreen;
	padding:15px;
}

.vodorovne_menu {
	width: auto;
	height: auto;
	margin: auto;
	text-align: left;
	padding: 0px 0px 0px 240px;
	border: thin solid yellow;
	background-color:black;
}

.lave_menu {
	float: left;
	padding: 20px 10px 0px 0px;
	width: 210px;
	min-height: 400px;
}

.telo {
	margin-top: 20px;
	margin-left: 240px;
	margin-right: 240px;
	min-width: 290px;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
}

.prave_menu {
	float: right;
	padding: 20px 10px 0px 0px;
	width: 210px;
	min-height: 400px;
}

.podmenu {
	padding: 10px 10px 10px 10px;
	outline:yellow solid thin;
	width: 200px;
	background-color: olive;
}

.zapatie {
	padding-top: 20px;
	text-align: right;
	clear: both;
}

.nadpis_zoznam {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: orange;
	padding-left: 10px;
	background-color: black;
	border-top: thin solid yellow;
	border-bottom: thin solid yellow;
}

.zoznam {
	list-style: none outside;
	left: 20px;
}

.nadpis_clanok {
	font-size: 18px;
	color: aqua;
	font-weight: bold;
	text-align: left;
}

.odkaz {
	color: yellow;
	text-decoration: none;
}

.odkaz:hover {
	font-weight: bold;
	text-decoration: underline;
}

.odkaz_na_stranke {
	color: yellow;
	text-decoration: none;
}

.text_telo {
	text-align: justify;
	padding:10px;
}