body{
	margin: auto;
	padding: auto;
	text-align: center;
	background: rgb(104,56,16);
	background-color: #d1c093;
	background-image: url("images/back.gif");
	font-family: Arial;
	color: rgb(125,73,0);
	font-size: 0.9em;
}

#test{
	height: 800px;
	overflow: hidden;
	}

#hlavni{
	margin: auto;
	padding: auto;
	width: 970px;
	height: 800px;
	text-align: center;
}

#logo{
	text-align: left;
	margin-left: 5%;
}	

#papir{
	width: 505px;
	height: 500px;
	margin: auto;
	padding: 1px 100px 40px 40px;
	background-image: url("images/papir.gif");
	background-repeat: no-repeat;
	text-align: justify;
	position: relative;
	bottom: 260px;
}

#papir .obsah{
	width: 515px;
	height: 440px;
	padding-right: 15px;
	overflow: auto;
	position: relative;
	bottom: 50px;
	z-index:20;
}

#obrazky{
	float: right;
	position: relative;
	left: 120px;
	bottom: 150px;
	z-index:15;
	background-image: url("images/image_index.gif");
	background-repeat:no-repeat;
	background-position: top right;
	width: 360px;
	height: 385px;
}

#obrazky.cestovani{
	background-image: url("images/image_cestovani.gif");
 }
 
 #obrazky.historie{
	background-image: url("images/image_historie.gif");
 }
 
 #obrazky.film{
	background-image: url("images/image_filmy.gif");
 }
 
 #menu{
	padding: 8px 0 0 0;
	background-image: url("images/menu.gif");
	background-repeat:no-repeat;
	width: 200px;
	height: 250px;
	text-align: left;
	position: relative;
	z-index:15;
        font-family: 'Lobster', cursive;
        font-size: 18px;
        color: #1F2D44; 
        letter-spacing: 1px;
        line-height: 25px;
}

#menu a{
    text-decoration: none;
}
#menu ul{
	list-style:none;
	list-style-image: none;
	
}
#menu ul li{
	margin: 0 0 0 0px;
}

#news{
	width: 250px;
	height: 300px;
	padding: 25px 20px 70px 20px;
	float: right;
	position:relative;
	bottom: 540px;
	left: 40px;
	background-image: url("images/blok.gif");
	background-repeat:no-repeat;
	text-align: justify;
	font-size: 0.8em;
	font-weight: bold;
	overflow: hidden;
}

.newscontent{
    height: 295px;
    padding-right: 5px;
    overflow-x: auto;
}

#news p{
	display: inline;
}

#film_menu{
	color: #15253f;
	font-weight: bold;
	text-decoration: none;
}

#film_menu a{
	color: #15253f;
	font-weight: bold;
	text-decoration: none;
}

#film_menu ul{
	list-style:none;
	list-style-image: none;
	display: inline;	
}

#film_menu li{
	display:inline;
}

 #footer{
	position: relative;
	bottom: 270px;
 	margin: 10px;
 	color: rgb(8,16,36);
 	padding: 5px;
 	font-size: 0.6em;
 	font-weight: bold;
 	text-align: center;
 }
 
 #info{
 	float:left;
 	width: 160px;
 	margin-top: 30px;
 	color: #d7c798;
 	font-weight: bold;
 	font-size: 1em;
 }
 
 .hospoda{
 	height: 30px;
 	padding: 67px 2px 2px 50px;
 	text-align: left;
 	background-image: url("images/pub.gif");
 	background-repeat: no-repeat;
 }
 
  .akce{
 	height: 130px;
 	padding: 33px 2px 2px 65px;
 	text-align: left;
 	background-image: url("images/action.gif");
 	background-repeat: no-repeat;
 }
 
 #footer a{
 	color: rgb(8,16,36);
 }

h2, h3{
	margin: 0;
        font-family: 'Lobster', cursive;
        color: #D6953D;
        font-size: 32px;
        letter-spacing: 3px;
}
h4{
	font-size: 0.8em;
	color: rgb(125,73,0);
}
a{
	color: rgb(8,16,36);
	}
a img{
	border: 0;
	}
.hnede{
	background: #d5943d;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.cleaner{
	clear: both;
	visibility: hidden;
}
.margin5{
	margin: 5px;
}
.width100{
	width: 100px;
}
.width300{
	width: 300px;
}
.height30 {
	height: 30px;
}
.height150 {
	height: 150px;
}
.hidden{
	position: absolute;
	top: -1000px;
	left: -1000px;
}

/* table styles */
table.listing{
	width: 99%;
}
table.listing td,table.listing th {
	border: 1px solid #e3e2c0;
	text-align: center; 
}

table.listing th {
	background: rgb(125,73,0);
	color: #fff;
	padding: 5px;
}

table.listing td {
	background: #D8D8D8;
	color: #000;
	padding: 3px 5px;
	text-align: left;
}

table.listing .bg td {
	background: #ECECEC;
}

table.listing .white td {
	background: #fff;
}

table.listing .first {
	border-left: 0px solid #9097A9;
	text-align: left;
}

table.listing .last {
	border-right: 0px solid #9097A9;
}

table.listing th.first {
	background: #711c05;
	border-left: 0;
}

table.listing th.last {
	background: #711c05;
	border-right: 0;
}

table.listing .style1 {
	font-weight: bold;
	color: #FF7A00;
}

table.listing .style2 {
	font-weight: bold;
	padding-left: 16px;
}

table.listing .style3 {
	padding-left: 25px;
}

table.listing .style4 {
	padding-left: 35px;
}

table.form .last {
	padding: 1px 0 1px 5px;
	text-align: left;
}

table.form th,table.form td {
	padding-left: 10px;
}

table.form input.text {
	width: 262px
}
