	body {
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: "Dejavu Sans", "Verdana", "Arial", "Monospace";
		background: #4fff2c;
	}
	td {
		vertical-align: top;
		color: #000;
		font-size: 0.80em;
	}
	h2 {
		color: #32701d;
		font-size: 1.25em;
		padding-bottom: 10px;
		font-weight: bold;
		display: block;
	}
	hr {
		color: #000;
	}
	input, select, textarea {
		background: #4fff2c;
		border: 1px solid #000;
	}
	img {
		border: none;
	}
	.table {
		border: none;
		padding: 0;
		margin: 0 auto;
		width: 900px;
		background: #4fff2c url("images/kvetina3.jpg") top left no-repeat;
		height: 100%;
	}
	.kvetina {
		width: 270px;
		height: 630px;
	}
	.logo {
		height: 125px;
		background: url('images/logo.png') bottom right no-repeat;
	}
	.menu {
		height: 35px;
		border-bottom: 1px solid #000;
		vertical-align: middle;
		text-transform: uppercase;
		font-weight: bold;
	}
	.menu a, a:visited {
		color: #000;
		text-decoration: none;
	}
	.menu a:hover {
		color: #000;
		text-decoration: underline;
	}
	.between-menu-and-text {
		height: 10px;
	}
	.text-levy {
		width: 200px;
	}
	.between {
		border-right: 1px solid #000;
	}
	.text {
		padding-left: 10px;
		width: 410px;
	}
	.text a, .text a:visited {
	 	color: #000;
		text-decoration: underline;
	}
	.text a:hover {
		text-decoration: none;
	}
	.noborder {
		border: none;
	}
	.news {
		border: 1px solid #589935;
		width: 400px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.news h1 {
		display: block;
		font-size: 1em;
		color: #FFFFFF;
		background: #589935;
		text-transform: uppercase;
		padding-left: 5px;
		margin: 0;
	}
	.zvyrazneno {
		background: #FF0000;
		color: #000000;
	}
	.podminky {
		background: #4fff2c;
		padding-left: 10px;
		text-align: left;
	}