body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 65%;
	text-align: center;
	background: #fff url(../images/styles/body.jpg) repeat-y center;
}

* {
	padding: 0;
	margin: 0;
}

/* Make sure the table cells show the right font */
td { font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; }

/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/

a {text-decoration: underline; padding: 1px; }
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #000; 
 text-decoration: none; }


/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/
h1, h2, h3, h4, h5, h6 {
        font-family: helvetica, arial, verdana, sans-serif;
        font-weight: normal;
}

/* approx 21px*/
h1 {
        font-size: 2.1em;
        /*margin-top: 2em;*/
}

/* approx 16px*/
h2 {
        font-size: 1.6em;
        margin-bottom: 0.3em; 
				margin-top: 1em;
				font-weight: bold;
}

/* approx 14px*/
h3 {
        font-size: 1.4em;
}

/* approx 12px*/
h4 {
        font-size: 1.2em;
}

/* approx 11/14 */
p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0;
	margin-bottom: 1em;
}

#container {
  width: 716px;
	margin: 1.3em auto;
	text-align: left;
}

#contentframe {
	padding: 0 20px 0 0;
	text-align: left;
	width: 447px;
	float: right;

}

#header img.logo{
	width: 220px;
	height: 100px;
	margin-left: 35px;
}
#header a:hover{
	cursor: hand;
}

#menu {
 font-size: 1.5em;
 width: 218px;
 margin-left: 20px;
 /*background: Silver;*/
}

#menu ul{
  /*padding: 5px;	*/
	width: 100%;
}

#menu li{
  /*float: left;
  display: inline;*/
  white-space: nowrap;
	padding: 0;
	vertical-align: middle;
}

#menu li.active{
  /*background: #fff;*/
	padding: 5px 25px;
	color: #000;
	font-weight: bold;
}


#menu li a{
  display: block;
  _dis\play: inline-block; 
  _cursor: hand;
  height:  1.5em;
  /*color: #f5f5f5;*/
	padding: 5px 25px;
	font-weight: bold;
}

#menu li a:hover{
 /*color: #696969;
  background: #fff url("../images/mitema1.jpg") no-repeat 0 0; */
	cursor:pointer;
  /*background: #fff;    */
	color: #000;
}

#pruh{
	background: url(../images/styles/pruh.jpg) repeat-x;
	text-align: center;
}
#header{
	background: url(../images/styles/header.jpg) no-repeat center;
	height: 171px;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#footer{
	margin: 20px 0 20px 30px;
	padding-left: 220px;
	padding-right: 20px;
	text-align: left;
}
#flags{
	float: left;
	width: 200px;
	position: absolute;
	top: 120px;
	left: 120px;
}
.col3{
	width: 196px;
	height: 280px;
	float: left;
	border: 1px solid #DCDCDC;
	margin: 0 10px 10px 0;
	padding: 5px;
	overflow: hidden;	

}
.col3 h2{
	margin-top: 0.3em
}

ul{
  list-style-type: none;
	
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}

#menu .button {
	margin: 10px;
	margin-top: 4em;
}

#menu .button a {
	padding: 0.5em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
	font-size: 1.25em;
	background: #fff;
	color: #FF647B;
	font-weight: bold;
}
#menu .button a:hover{
	background: #FF647B;
	color: white;
}
.clearer{
  clear: both;
}

img {
	border: 0px;
}

hr{
  color: #fdd186;
  background-color: #fdd186;
  height: 2px;
  border:0pt none;
}
table{
	border: 1px solid #dcdcdc;
	font-size: 1.2em;
	border-collapse: collapse;
	background: #fff;
}
th{
	background: #fdd186;
}
td, th {
	padding:4px;
	border: 1px solid #dcdcdc;
}

abbr, acronym, span.abbr {
     border-bottom: 1px dashed #000;
     cursor: help
}
/*
abbr:after {
     content: " (" attr(title) ") ";
}
*/


.img_shadow {
	background: url(../images/styles/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/styles/shadowAlpha.gif) no-repeat bottom right;
	margin: 8px 3px 0px 8px;
	padding: 0;

	}
	
.img_shadow img  {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 5px;
	}
.img_frame img  {
	/*display: block;*/
	/*position: relative;*/
	background-color: #fff;
	border: 1px solid #a9a9a9;
	/*margin: -6px 6px 6px -6px;*/
	padding: 5px;
	}
	
	.float_left {
 float: left;
}

.float_right {
 float: right;
}

.rezervace {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 120%;
  padding: 10px;
  text-align: center;
  
}