body {
   height: 100%;
	background-image: url(image/cssimage/bgr.jpg);
	background-repeat: no-repeat;
   text-align: center;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   min-width: 600px;
   margin: 0; padding: 0;
	color: #000000;
   }

.hlavicka {
   padding: 15px;
	background-image: url(image/cssimage/head1.png);
	background-position: bottom;
	height: 190px;
	margin-top: -1px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
   }
		.hlavicka h1{
			margin-top: 20px;
		   margin-bottom: 40px;
		   }

.menu{
	position: relative;
	Top: 130px;
	left: 200px;
	width: 360px;
	text-align: center;
	background-image: url(image/cssimage/tbg-o0.png);
	padding: 7px;
	color: #d2691e;
	border: 1px solid	#ff7f50;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
		.hlavicka a{
		   margin-right: 7px;
			margin-left: 7px;
			font-size: 1.1em;
			font-weight: bolder;
			color: #d2691e;
			text-decoration: none;
		   }
		.hlavicka a:hover{
			color: #ffffff;
			text-decoration: none;
		   }
				
h1 {margin: 0; padding: 0;}
h2 {margin: 15px 0 0 0; padding: 0; color: #d2691e}
h3 {margin: 10px 0 0 0; padding: 0; color: #d2691e}
img {margin: 10px 0 10px 10px; float: right;}
	.l{margin: 10px 10px 10px 0; float: left;}
li {margin: 0 0 0 20px; line-height: 1.8; padding: 0; list-style: square #d2691e; }
p {line-height: 1.8; margin-bottom: 10px;}
a {color: #d2691e; text-decoration: none;}
	a:hover {color: #d2691e; text-decoration: underline;}

/* =============== layout =============== */
#obal {
   width: 600px;
   margin: 10px auto 0 auto;
	margin-bottom: 10px;
   text-align: left;
	background-image: url(image/cssimage/tbila.png);
   border: 3px outset #ff8c00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   }

.obsah {
	margin: -50px 15px 20px 15px;
	text-align: justify;
	}

/* =============== Paticka =============== */


#paticka {
	margin-top:15px;
	margin-bottom:-1px;
   padding: 5px;
	background-image: url(image/cssimage/tbg-o0.png);
	vertical-align: middle;
	text-align: center;
	font-size: 0.7em;
	border-top: 1px solid #ff7f50;
	border-bottom: 0px solid #ff7f50;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
   }