body {
	background-color: #c2c2c2;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size: 0.9em;
	color: #333;
	margin: 0px;
	padding: 0px;
}
p{
	padding: 0px 10px 10px 50px;
	margin: 0px;	
	text-align: justify;
}
a{
	color: Black;
	font-weight: bold;
}
a:hover {
	color: #336666;
}
h1{	
	font-size: 1.3em;
	font-weight: normal;
	background-image: url(../pic/h1.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 35px;
}

h2{
	font-size: 1.1em;
	background-image: url(../pic/h2.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding: 0px 0px 0px 12px;
	margin: 0px 0px 0px 38px;
}
h3 {
	font-size: 0.1em;
	background-image: url(../pic/h3.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 42px;
}
img {
	border: solid 1px #aaa;
}
form{
	margin: 0px 0px 0px 50px;
}	
form .tlacitko{
	margin: 20px 0px 0px 0px;
	border: solid 1px #aaa;
}
form input {
	border: solid 1px #aaa;
	margin: 2px;
}
form textarea {
	border: solid 1px #aaa;
	margin: 2px;
}
form select {
	border: solid 1px #aaa;
	margin: 2px;
}
.tucne {
	font-weight: bold;
}
#telo {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#telo #header {
	width: 100%;
	height: 165px;
	background-image: url(../pic/stred-hlava.jpg);
	background-repeat: repeat-x;
	border-top: solid 1px;
	border-bottom: solid 1px;
	position: absolute;	
}

#telo #header #menu {
	position: absolute;
	display: block;
	width: 600px;
	top: 135px;
	left: 0px;
	font-size: 1em;
	text-transform: lowercase;
}
#telo #header #menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#telo #header #menu li{
	padding-left: 0px;
	padding-top: 0px;
	vertical-align: middle;
	text-align: center;
	width: 150px;
	height: 30px;
	float: left;
	display: block;
	list-style-type: none;
	border-right: solid 1px #777;
	}
#telo #header	#menu a{
	padding-top: 5px;
	padding-left: 0px;
	margin: 0px;
	display: block;
	width: 100%;
	height: 25px;
	text-decoration: none;
	color: #000;
}
#telo #header #menu a:hover{
	background-color: #336666;
	color: White;
}
#telo #header #kontakt{
	display: none;
	margin-left: 5px;
	position: absolute;
	top: 105px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size: 10px;
}
#telo #header #leva{
	background-image: url(../pic/leva-hlava.jpg);
	width: 266px;
	height: 165px;
	position: absolute;
}
#telo #header #prava{
	background-image: url(../pic/prava-hlava.jpg);
	width: 485px;
	height: 165px;
	position: absolute;
	right: 0px;
}
#telo #main{
	background-color: #C2C2C2;
	width: 100%;
	top: 167px;
	position: absolute;
}
#telo #main .krabice {
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;
	border-bottom: dashed 1px #777;
	}
#telo #main .krabice .text {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-right: dashed 1px #777;
	width: 75%;
	display: block;
}
#telo #main .krabice .note {
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 10px;
	width: 22%;
	text-align: left;
	display: block;
}
