

body {
	background-color: #EEEEEE;
		
	margin: auto;
	width: 100%;
	
	min-height: 600px;
	color: black;
	font-family: sans-serif;
	text-align: left;
	
}

.okno {
  
  width: 95%;
	max-width: 1200px;
	margin: auto;
  height: 100%; /* For at least Firefox */
  
	padding-bottom: 3em;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 3em;
}


.navigace {
	width: 100%;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 8px;
	position: static;
}

a:visited, a:link {
	color: black;
	text-decoration: none;
}

a:active, a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.sloupek:link, a.sloupek:visited {
	display: block;
	width:95%;
	border-color: black;
	border-width: 1px;
	border-radius: 5px;
	background-color: #ff8b3e;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	vertical-align: middle;
	text-decoration: none;
	color: white;
	margin-top: 0.3em;
}

a.sloupek:hover, a.sloupek:active {	
	text-decoration: none;
	color: white;
	font-weight: bold;
}



.green {color: green;}
.red {color: red;}