@charset "utf-8";
/* CSS Document */

body {
	background: #e4f0d4 url("hlavicka2.png") no-repeat top center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #00602e;
	font-size: 13px;
}

a {
	color: #00602e;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #00823e;
}

h1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	color: #ff9933;
	font-size: 1.3em;
}
h2 {
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	font-size: 1em;
}

div.wrapper {
	width: 800;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#hlavicka {
	height: 250px;
  width: 800px;
}

#menu {
	background: #cee5ad;
	border-top: 7px solid #cee5ad;
	border-bottom: 7px solid #cee5ad;
	padding-left: 55px;
	margin: 0px auto;
	font-size: 1.3em;
  width: 745px;
}
#menu a.act {
	color: #f58222;
}

#main {
	background: white url("maintree.png") no-repeat bottom right;
	margin: 0px auto;
	height: 220px;
	padding-top: 25px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 25px;
  width: 690px;
}
#main2 {
	background: white url("maintree.png") no-repeat bottom right;
	margin: 0px auto;
/*	height: 420px;*/
	padding-top: 25px;
	padding-left: 55px;
	padding-right: 55px;
	padding-bottom: 25px;
  width: 690px;
}

#main2 a {
  text-decoration: underline;
}

.tab {
	width: 200px;
	font-size: 1em;
}
.bold {
	font-weight: bold;
}
p {
	font-size: 1.2em;
}
#footer {
  margin: 0px auto;
	margin-top: 5px;
	font-size: 0.9em;
	color: #cee5ad;
	text-align: right;
  width: 800px;
}
#footer a {
	color: #aeb58d;
	font-weight: normal;
}


.objednavka {
	font-size: 13px;
	font-weight: normal;
	position:relative;
	left: 25px;
}
.objednavka th {
	font-weight: normal;
	text-align: right;
}
.objednavka2 {
	font-size: 13px;
	font-weight: normal;
	position:relative;
	left: 25px;
}
.objednavka2 th {
	font-weight: normal;
	text-align: center;
}
.objednavka2 tr.medzera {
	padding-bottom: 7px;
}

.objednavka3 {
	font-size: 13px;
	font-weight: normal;
}
.objednavka3 th {
	font-weight: normal;
	text-align: center;
}

.input {
	background: #e4f0d4;
	border: none;
}
.ftitle {
	color: white;
	background: #339933;
	font-weight: bold;
}
