body 
{
	background-color: #c5dc7c;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	border: 0px;
}
h1  
{
	font-size: 18px;
	color: #052500;
	margin-top: 10px;
	text-align: center;
}
h2  
{
	font-size: 15px;
	color: #052500;
	margin-top: 0;
}
#container
{
	position: absolute; left: 8%; right: 10%;
	width: 85%;
	min-width: 767px;
}
#main
{
	margin-top: 16px;
	background-image: url(images/background.png);
	padding: 20px;
	min-height: 300px;
	min-width: 767px;
}
#content
{
	margin-left: 5%;
	margin-right: 5%;
	color: #27330;
}
#content2
{
	margin-left: 5%;
	margin-right: 50%;
	color: #27330;
}
#content0
{
	color: #27330;
}
#menu
{
	text-align: center;
}
#stopka
{
	/*margin: 0 auto;*/
	margin-top: 1em;
	padding: 5px;
	clear: both;
	border-width: 1px;
  	background-image: url(images/background.png);
 	border-style: solid;
	text-align: center;
	border: 0px;
}
#jezyk
{
	font-size: 14px;
	width: 70%;
	margin-top: 5px;
	padding: 5px;
	clear: both;
	text-align: center;
	color: #07350f;
	font-weight: bold;
}
#jezyk a:link {
color: #07350f;
}
#jezyk a:visited {
color: #2a8539;
}
#jezyk a:hover {
color: #012608;
}
.text
{
	text-indent: 1em;
	text-align: justify;
}
.image
{
	float: right;
	margin-left: 7px;
}
.flaga
{
	border: 0px;
}
ul li
{
	float: left;
	list-style: none;
}
ul li a
{
	display: block;
	padding: 2px 8px;
	border: 1px solid black;
	font-weight: bold;
	color: white;
	background-image: url(images/background.png);
}
ul li a:hover
{
	border-left-width: 3px;
}
#logo
{
	background-position: center;
}
A:link {
	text-decoration: none; 
	color: #052500;
	}
A:visited {
	text-decoration: none;
	color: #546b26;
	}
A:active {
	text-decoration: none;
	color: #052500;
}
A:hover {
	text-decoration: underline;
	color: black;
	}
