body {
	color: black;
	text-align: center;
	/*margin: 0;*/
	padding-top: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

#main {
	margin: 0 auto 0;
	/*_padding-top: 20px;*/
	width: 900px;
	text-align: left;
	position: relative;
}

#div1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 350px;
	background: url(layout/1.jpg) no-repeat;
}

#nadpis {
	position: absolute;
	left: 350px;
	top: 0px;
	width: 500px;
	height: 110px;
	background-image: url("layout/2.png");
}
#nadpis a {
	display: block;
	width: 500px; height: 110px;
	margin: 0; padding: 0;
	background-image: url("layout/2.png");
}
#nadpis a h1 { display:none }

#menu_nad {
	position: absolute;
	top: 110px;
	left: 350px;
	width: 500px;
	height: 25px;
	background-color: #F2F2F2;
	border: 1px solid #E7E6E8;
}
#menu {
	position: absolute;
	left: 350px;
	top: 144px;
	width: 500px;
	height: 50px;
	background: url(layout/menu_bg.png) no-repeat;
}
#menu_pod {
	position: absolute;
	top: 200px;
	left: 350px;
	width: 500px;
	height: 10px;
	background-color: #F2F2F2;
	border: 1px solid #E7E6E8;
}

#menu2 {
	position: absolute;
	left: 60px;
	top: 350px;
	width: 230px;
	background-color: #F2F2F2;
	border: 1px solid #E7E6E8;
	margin-bottom: 200px;
}

#menu a {
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: larger;
	text-decoration: none;
	color: black;
	line-height: 95%;
	padding: 6px 7px 5px 7px;
	

}
#menu a:hover, #menu1 a:focus {
	background-color: #E7E6E8;
}

#menu a small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #AE4F00;
}

#menuit1 {
	position: absolute;
	top: 0px;
	left: 1px;
}
#menuit2 {
	position: absolute;
	top: 0px;
	left: 77px;
	_left: 80px;
}
#menuit3 {
	position: absolute;
	top: 0px;
	left: 176px;
}
#menuit4 {
	position: absolute;
	top: 0px;
	left: 288px;
	_left: 290px;
}
#menuit5 {
	position: absolute;
	top: 0px;
	left: 408px;
	_left: 411px;
}

#menu2b {
	margin: 20px 10px 40px 15px;
	_margin-top: 20px; 
	font-size: 0.9em;
	
}

#menu2b ul {
	list-style: none inside;
	padding: 0;
	margin: 0;
	border: 0;
	_margin-left: -15px;
}
#menu2b li a {
	padding: 5px 0 5px 0;
	margin: 0;
	_margin-bottom:-20px;
	border-top: 1px white;
	display: block;
}
#menu2b li a:hover {
	background-color: White;
}

#obsah {
	position: absolute;
	left: 350px;
	top: 240px;
	width: 500px;
	margin-bottom: 200px;
}

#paticka {
	margin-top: 100px;
	margin-bottom: 30px;
	padding: 0 20px 0 20px;
	_padding: 10px 20px 10px 20px;
	width: 500px;
	background-color: #F2F2F2;
	border: 1px solid #E7E6E8;
	font-size: 0.80em;
}

h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #AE4F00;
}

p {
	line-height: 1.4em;
}

a {
	color: #AE4F00;
	text-decoration: underline;
}

a:hover {
	color: #E16600;
}

.input_text {
	width: 135px;
}

.datum {
	color: gray;
	font-size: 0.80em;
	border-top: 2px solid #F2F2F2;
	margin-top: -20px;
	margin-bottom: -10px;
}

#menu2 h3 {
	margin-bottom: 5px;
}

img {
	border: none;
}

td,th {
	border-color: #F2F2F2
	border: solid 1px;
	padding: 5px;
	vertical-align: top;
}
th {
	background-color:#F2F2F2
}

.download {
	display: block;
	background: url(layout/ikona_pdf.png) no-repeat;
	padding-left: 65px;
	padding-bottom: 15px;
}
.download:hover{
	background-color: #F2F2F2;
}
.download {
	text-decoration: none;
	color: black;
}
.download h3 {
	text-decoration: underline;
	margin-bottom: 0px;
	color: #AE4F00;
}
.download-retscreen {
	display: block;
	background: url(layout/ikona_retscreen.png) no-repeat;
	padding-left: 65px;
	padding-bottom: 15px;
}
.download-retscreen:hover{
	background-color: #F2F2F2;
}
.download-retscreen {
	text-decoration: none;
	color: black;
}
.download-retscreen h3 {
	text-decoration: underline;
	margin-bottom: 0px;
	color: #AE4F00;
}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

