.content img {
  border: solid #ccc 2px;
  margin-bottom: 0px;
  padding: 1px;
}
img.noborder {
	border: none;
}

body {
  font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  color: #000;
  margin: 0px;
  background: url('images/background.jpg') top center no-repeat;
  text-align: center;
  line-height: 160%;
}
a {
	color: #154f90;
	border: none;
}

table {
  font-size: 12px;

  background-color: inherit;
  border: none;
  border-collapse: collapse;
}

#playground {
	width:  803px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
ul#menu {
	list-style-type: none;
	display: block;
	padding-left: 25px;
}
#menu li {
	display: block;
	float: left;
}
#menu li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {

	padding: 7px 10px 3px 10px;
	color: #fff;
	text-decoration: underline;
}


.content
{
  vertical-align: top; 
  min-height: 350px;
  padding: 30px;
  background: url('images/foot.png') bottom lef no-repeat;
  line-height: 160%;
}


.foot 
{
  background-color: #154f90;
  height: 100px;
  text-align: right;
}
.foot a {
	color: #fff;
}

.cent {
  text-align: center;
}

h1 {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 300px;
  padding: 0 0 0 30px;
  
}
h2 {
  font-size: 30px;
  font-weight: normal;
  color: #154f90;
}


.terminy table {
	width:100.0pt;
	border: solid 1px;
	border-collapse: collapse;
	float: left;
	margin-bottom: 20px;
}
.terminy table td {
	border: solid 1px;
}

td.vikend {
	background:#BFCFFF;
}

.util {
	line-height: 0px;
	clear: both;
}

table.ceny {
	width: 500px;
}
.ceny td {
	border-bottom: solid #ccc 1px;
}

input {
	width: 300px;
	border: solid 1px #666;
	background: #fff;
}
textarea {
	width: 296px;
	border: solid 1px #666;
	background: #fff;
}

.prispevek {
	border-bottom: solid 1px #154f90;
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
}
.gbinfo {
	color: #154f90;
	font-size: 11px;
	border-bottom: solid 1px #ccc;
	margin: 0 0 5px 0;
}