body {
	background-color : #3E8049;
	margin : 0px;
	padding: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
a {
	text-decoration : none;
	color : #87C82A;
}
a:hover {
	color : #C2ED84;
	text-decoration : none;
}
img {
	border : 0px;
}
#title {
	text-align : center;
}
h1 {
	font-size : 17px;
	font-weight : bold;
	color : black;
	text-align : center;
	letter-spacing : 3px;
	margin-bottom : 10px;
	margin-top : 40px;
	
}

p {
	text-indent: 1em;
}

#content {
	margin-left : 10%;
	margin-right : 10%;
}
.box {
	background-color : #5D9A67;
	border : solid 1px black;
	padding-left : 20px;
	padding-right : 20px;
	padding-bottom : 10px;
}
.podcarou {
	text-align : right;
	font-style : italic;
	margin-bottom : 30px;
}

/* ************** navigace ************** */

.navigace {
	margin-top : 30px;
	padding : 10px 10% 10px 10%;
	background-color : #23652E;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
}

.navigace ul {
	margin : 0px;
}

.navigace li {
	float : left;
	list-style-type : none;
	padding : 0px 10px;
	border-left : 1px solid #000000;
}

.reset {
	clear : both;
}

/* ************** foot ************** */

#rightfoot {
	float : left;
	font-size : 9px;
	padding : 5px;
}
#leftfoot {
	float : right;
	font-size : 9px;
	padding : 5px;
}
