body {
	margin:10px 0 10px 0;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	text-align:center;
	height:100%;
	background-image:url(images/body-bgr.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#AEA795;
	line-height:14pt;
	color:#414141;
}

.accessible {
	display:none;
}

h2 {
	color:#727272;
}

a {
	color:#566020;
	text-decoration:underline;
}
hr {
	height:1px;
	color:#414141;
	clear:both;
}
#container {
	position: relative; /* dulezite */
	height: 80%; /* nastaveni pro IE */
	margin:0 auto 0 auto;
	text-align:left;
	width:761px;
	background-image:url(images/bgr.jpg);
	background-repeat:repeat-y;
}

		/* pro ostatni pouzijeme min-height: */
html>body #container {
	height: auto;
	min-height: 100%;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:147px;
	text-align:center;
}

#header h1 a {
	display:block;
	width:200px;
	height:100px;	
}

#nav {
	margin:0 0 0 25px;
	padding:0px 0 0 25px;
	background-image:url(images/nav-bgr.gif);
	list-style:none;
	width:676px;
	height:34px;
	color:#707070;
	border-top:3px solid white;
	border-bottom:3px solid white;	
}
#nav li {
	float:left;
	margin:8px 0px 0px 2px;
	padding:0 2px 0 0;
	border-right:2px solid #707070;
}

#nav li a {
	float:left;
	display:block;
	color:#707070;
	padding:0px 26px 0 26px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#nav li a:hover {
	background-color:#707070;
	color:white;
}

#content {
	margin:0px 0px 5px 32px;
	background-image:url(images/text-bgr.gif);
	background-repeat:no-repeat;
	padding:20px 55px 20px 20px;
	width:auto;
}

#content .content-top {
	position:absolute;
	margin:-20px 0 0 -20px;
	display:block;
	width:694px;
	height:17px;
	background-image:url(images/text-top.gif);
	background-repeat:no-repeat;
	clear:both;
}

#content .introtext {
	display:block;
	margin:auto 30px auto 30px;
}

#content .left-box {
	width:225px;
	border-right:1px solid gray;
	float:left;
	margin:0 10px 0 0;
}
#footer {
	text-align:left;
	margin:-6px auto 0 auto;
	width:761px;
	background-image:url(images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:88px;
	padding:25px 0 0 0;
}

#footer .address {
	display:block;
	float:right;
	line-height:100%;
	font-size:85%;
	margin:0 55px 0 0;
	_margin:0 25px 0 0;
	text-align:right;
}

#footer p {
	padding:3px 0 0 50px;
	_padding:15px 0 0 50px;
}

