* { margin: 0; padding: 0;}
body {
	font-family: Helvetica,Arial,sans-serif; text-align: justify;
	background-color: #eee;
	line-height: 1.5em;
}
main {
	margin: 0em auto 1em auto;
	max-width: 960px;
	min-width: 400px;
	background-color: #fff;
    border-radius: 10px;
    padding-bottom: 3em;
}
header {
	
    border-radius: 10px;
    background: url('../img/head.jpg') #000 left center no-repeat;
    background-size: cover;
    height:170px;     
}

header a {
    color: #9ffc92;
    text-decoration:none;
    font-size: 1.9em;
    font-weight:bold;
    display:block;
    padding: 1em 4%;
    line-height:1.3

}


nav a, nav:visited {
	margin: 0; padding: 0.3em; 
	box-sizing: border-box;
	display: inline-block;
	width: 16.66665%;
	min-width: 133px;
	/*min-width: 5em;*/
	text-align: center;
	border: 3px solid #fff;
	background:#008300; 
    background: linear-gradient(#008300 5%, #003500); 
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
nav a:hover, nav a:active {
	background:#00B400; 
    background: linear-gradient(#008300 5%, #00B400); 
    color: #fff;
    text-decoration: underline;
}
nav a.active {
	font-weight: bold;
	background: linear-gradient(#008300 5%, #00B400);
	text-decoration: none; 
}

article {
	padding: 1em 2em;
}
article img {
	margin: 1em;
}
p {
	margin: 0 0 1em 0;
}
article a, article a:visited {
	color: #008300;
}
article a:hover, article a:active {
	color: #00B400;
	text-decoration: none;
}
footer {
	margin: 1em auto;
	padding-top: 2em;
	padding-bottom: 2em;
	max-width: 960px;
	min-width: 400px;
	text-align: right;
	font-size: 80%;
	line-height: 1.2em;
	color: #555;
}
footer a, footer a:visited {
	color: 003500;
}
footer a:hover, footer a:active {
	color: #00B400;
}
footer img {
	float: right;
	margin: -1em 0 1em 2em;
}
ol, ul {
	margin: 1em 3em 2em 3em;
	text-align: left;
}
li {
	margin-bottom: 0.5em;
}
a.sponzori {
	display:block;
	float: left;
}
.sponzori img {
	height: 43px;
}	
.galerie { text-align: center; }
.galerie img {
	border: 2px solid #008300;
}
.galerie img:hover {
	border-color:  #00B400;
}

.lang {
	font-size: 80%;
	color: #999;
	text-align: right;
	margin: 0em auto;
	max-width: 960px;
	min-width: 400px;
}
.lang a, .lang a:visited {
	color: 003500;
	text-decoration: none;
	margin-right: 1em;
}
.lang a:hover, .lang a:active {
	color: #00B400;
	text-decoration: underline;
}
.lang img {
	height: 10px;
	padding-right: 0.5em;
}

.podnadpis {
  font-size: 0.6em;
  font-weight: normal;
  color: #cffec8;
}