* {
  padding: 0px;
  margin: 0px;
  outline: none;
}

.little_space {
  margin-bottom: 8px;
}

html, body {
	margin: 0 auto;
	background: url('../graphics/bg1.jpg') no-repeat fixed center 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
}
#body {
	margin: 0 auto;
  padding-bottom: 30px;
	background: url('../graphics/bg2.png') fixed;
}

img {
  border-style: none;
}

address {
  margin-bottom: 15px;
}

.a_odkaz {
	color: #000000;
	text-decoration: underline;
}

.a_odkaz:hover {
	color: #f97817;
	text-decoration: none;
}

h1 {
  font-family: sans-serif;
	font-size: 1.5em;
	margin-bottom: 3px;
	margin-top: 0px;
	height: 25px;
}

.line {
  float: left;
  margin-bottom: 10px;;
}

p {
  margin-bottom: 7px;
  color: #666;
}

.quotes_down {
  position: relative; 
  top: 7px; 
  margin-right: 3px;
}

label {
  display: block;
  float: left;
  clear: left;
  padding-right: 5px;
}

.nazev {
  width: 250px;
  margin-bottom: 3px;
  clear: left;
  float: left;
  margin-top: 10px;
}

hr {
  margin-bottom: 15px;
}

fieldset {
  border-style: none;
}

.seznam_odkazu {
  list-style: none;
  list-style-image: none;
  clear: left;
  overflow: hidden;
  margin: 5px 10px 10px;
}

.underline {
  text-decoration: underline;
}

.seznam_odkazu li {
  background-image: url('/graphics/li.png');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  list-style: none;
  list-style-image: none;
  line-height: 20px;
  padding-left: 15px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  clear: left;
  width: 150px;
}

#cyklistevitani {
  width: 60px;
}

.seznam_odkazu li a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 16px;
  padding: 0px;
}

.seznam_odkazu li a:hover {
  text-decoration: underline;
}

.seznam_odkazu li ul {
  margin: 0px;
  padding-left: 0px;
}

#header {
	margin: 0 auto;
  padding: 0 30px;
	width: 808px;
}
#header .logo{
	margin: 30px 0 20px 0;
  padding-top: 30px;
  display: block;
  clear: both;
}

#lang {
  float: right; 
  margin-right: 0px;
  background: url('../graphics/flag_box.png') no-repeat;
  width: 107px;
  height: 31px;
  padding-left: 10px;
  padding-top: 8px;
}

#lang a {
  display: block;
  height: 14px;
  width: 20px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

#lang .lang_cs {
  background-image: url('../graphics/flags/lang_cs.png');
  background-repeat: no-repeat;
  background-position: 0px -14px;
}

#lang .lang_cs:hover {
  background-position: 0px 0px;  
}

#lang .lang_en {
  background-image: url('../graphics/flags/lang_en.png');
  background-repeat: no-repeat;
  background-position: 0px -14px;
}

#lang .lang_en:hover {
  background-position: 0px 0px;  
}

#lang .lang_de {
  background-image: url('../graphics/flags/lang_de.png');
  background-repeat: no-repeat;
  background-position: 0px -14px;
}

#lang .lang_de:hover {
  background-position: 0px 0px;  
}

#lang #lang_active {
  background-position: 0px 0px;    
}

#lang img {
  float: left;
  margin-right: 5px;
  cursor: Pointer;
  border-style: none; 
}

#menu_color {
  width: 868px;
	height: 57px;
  margin: 0 auto;
	background: url('../graphics/content_top.png') no-repeat;
}

#menu_color #menu_text {
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	padding-top: 9px;
  overflow: hidden;
}

#menu_color #menu_text a {
  height: 35px;
  padding: 14px 14px 0 14px;
	display: inline-block;
	color: #ffffff;
  font-size: 18px;
	text-decoration: none;
  font-family: Helvetica;
}

#menu_color #menu_text #active,
#menu_color #menu_text a:hover {
  background: url('../graphics/menu_hover.png') repeat-x;
  color: #ffffcc;
}

#container {
	width: 788px;
	margin: 0 auto;
  padding: 30px 40px 30px 40px;
  background: url('../graphics/content_middle.png') repeat-y;
	color: #666;
	font-size: 0.8em;
}
#container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.content {
	float: left;
	width: 540px;
	line-height: 20px;
	text-align: justify;

}
.content p a{
  color: #00BAC7;
}
.side a[rel=fancybox] img,
.content a[rel=fancybox] img{
  padding: 2px;
  height: 124px;
  border: 1px solid #dadada;
}
.side a[rel=fancybox] img{
  margin: 3px 0 3px 10px;
}
.content input[type=text],
.content input[type=password]{
  padding: 4px 5px;
  border: 1px solid #dadada;
  margin-bottom: 3px;
  margin-top: 3px;
  margin-left: 5px;
  width: 150px;
}

.content select {
  padding: 4px 5px;
  border: 1px solid #dadada;
  margin-bottom: 3px;
  margin-top: 3px;
  margin-left: 5px;
}


.content h2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 0px;
  color: #ff9900;
  font-weight: normal;
}

.content h2:first-child {
  margin-top: 0px;
}

.content h3 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 0px;
}

.content h3:first-child {
  margin-top: 0px; 
}

.side {
	width: 241px;
  margin-right: -26px;
	float: right;
}
.side h2{
  height: 21px;
  padding: 6px 0 0 10px;
  background: url('../graphics/sidebar_title_bg.png') no-repeat;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
}
.side h2 img{
  display: none;
}
.side p{
	margin: 10px 10px 15px 10px;
  color: #666;
}
.side p a{
  color: #00BAC7;
}
.side p .underline{
  font-weight: bold;
	text-decoration: none;
}

.center {
	text-align: center;
	margin-bottom: 15px;
}

#hidden_div {
	display: none;
}

#kliknete {
	font-size: 10px;
	display: block;
	text-align: center;
	cursor: Pointer
}

.zalozka {
	font-size: 10px;
	display: block;
	text-align: center;
	cursor: Pointer;
  color: #000000;
	text-decoration: none;
  margin-top: 10px;
}

#footer {
  width: 808px;
  height: 26px;
  margin: 0 auto 0 auto;
  padding: 10px 30px;
  background: url('../graphics/content_bottom.png') no-repeat;
  color: #666;
  font-size: 13px;
  clear: both;
}

#footer #footer_menu {
  text-align: right;
  margin-right: 10px;
  margin-bottom: 5px;
}

#footer a {
  color: #666;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer #mapa_webu {
  float: left;
  color: #aaa;
}

#footer #author {
	float: right;
	font-size: 13px;
}

#footer #lists {
	float: left;
	font-size: 8px;
	margin-right: 10px;
}

#footer #lists a {
  margin-right: 0px;
  font-size: 9px;
}

#bottom {
  background-image: url('../graphics/background_down.png');
  background-repeat: repeat-x;
  height: 65px;
}

ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 15px;
}

ul li { 
  background-image: url('../graphics/nike_small.png');
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 20px;
  line-height: 23px;
}

.cleaner {
  line-height: 0px;
  height: 0px;
  font-size: 0px;
  clear: both;
}

a {
  color: #00BAC7;
  text-decoration: underline;  
}

a:hover {
  text-decoration: none;
}

.admin_label {
  font-size: 11px;
  clear: both;
  margin-top: 5px;
  float: left;
}

.admin_input {
  float: left;
  clear: both; 
}

.foto {
  border-style: solid; 
  border-color: #f97817; 
  border-width: 1px; 
  cursor: Pointer; 
  float: left; 
  margin-right: 5px; 
  margin-bottom: 5px;
}

input[type='submit'] {
  border-style: solid;
  background-color: #FF9900;
  color: #000;
  padding: 3px 5px 3px 5px;
  border-width: 1px;
  border-color: #AF6B00;
  cursor: Pointer; 
}

.box_middle input[type='submit'] {
  background: url('/graphics/odeslat.png');
  width: 85px;
  height: 31px;
  cursor: pointer;
  border: none;
  margin-left: 5px;  
}

.box_middle input[type='submit'].en {
  background: url('/graphics/send.png');
}

.box_middle input[type='submit'].en {
  background: url('/graphics/senden.png');
}

.box_middle input[type='submit']:hover {
  background-position: 0px -31px;  
}

.seznam_akci p {
  margin-bottom: 5px;
}

.seznam_akci {
  margin-top: 3px;
}

.seznam_akci a {
  text-decoration: none;
}

.seznam_akci a:hover {
  text-decoration: underline;
}

.table_cenik {
  border-collapse: collapse;
  text-align: center;
  border: solid 1px #ccc;
  margin-top: 3px;
}

.table_cenik thead th {
  background-color: #fe7206;
  color: #fff;
}

.table_cenik th {
  background-color: #FFF3DF;
  padding: 3px 5px 3px 5px;
  text-align: center;
  border: solid 1px #ccc;
}

.table_cenik td {
  padding: 3px 5px 3px 5px;
  border: solid 1px #ccc;
}

.shadow {
  background-color: #ededed;
}

#scheck {
  display: none;
}

#zahradka_photos img {
  height: 113px;
}

.ubytovani_photos img {
  height: 86px !important;
}

.box_top {
  background: url('/graphics/box_top.png');
  height: 4px;
  width: 507px;
}

.box_middle {
  background: url('/graphics/box_middle.png');
  width: 507px;
  background-repeat: repeat-y;
  padding-top: 15px;
  padding-bottom: 15px;
}

.box_bottom {
  background: url('/graphics/box_bottom.png');
  height: 4px;
  width: 507px;
}

img[src="/graphics/star.png"] {
  position: relative;
  top: -5px;
}

.tipy_na_vylet_ul {
  position: relative;
  left: -15px;
}

.tipy_na_vylet_ul li {
  background: url('/graphics/tipy-na-vylet.png') no-repeat left bottom;
  padding-bottom: 18px;
  margin-top: 15px;
  padding-left: 34px;
}

.tipy_na_vylet_ul li p {
  margin-bottom: 15px;  
}

.akce_ul li {
  background-image: none;
  padding-left: 0px;
}

.akce_ul li p {
  padding-top: 0px;
  margin-top: -2px;
}
