body {
  text-align: center;
  background-color: #D5D0B0;
  margin: 0px;
  padding: 0px;
  color: #666666;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}

a {
  color: #C86000;
  text-decoration: none;
}

a:link {
  color: #C86000;
  text-decoration: none;
}

a:visited {
  color: #C86000;
  text-decoration: none;
}

a:active {
  color: #C86000;
  text-decoration: none;
}

a:hover {
  color: #C86000;
  text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 800px;
  text-align: left;
  background: #FFFFFF url('../img/background.gif') top left repeat-y;
}

#page_header {
  height: 174px;
  background: #FFFFFF url('../img/header.jpg') bottom left no-repeat;
  clear: both;
}

#page_header h1 {
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
  font-family: Verdana;
  font-size: 32px;
  color: #FBD539;
  line-height: 40px;
  letter-spacing: -1px;
  text-align: right;
}

#page_header h2 {
  margin: 0px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Verdana;
  font-size: 18px;
  color: #D5D0B0;
  line-height: 22px;
  text-align: right;
}

#menu_bar {
  margin: 0px;
  padding: 0px;
  height: 26px;
  clear: both;
}

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background: url('../img/menu.jpg') bottom left no-repeat;
  color: #FFFFFF;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li {
  display: inline;
}

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFFFFF;
  text-decoration: none;
  float: left;
}

#navcontainer ul li a:hover {
  background-color: #000000;
}


#content_wrapper {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:10px;
  margin-right:10px;      
  border:0px dashed #FFFFFF;  
}

#center {
  margin-left: 0px;
  margin-right: 160px;
  border:0px dashed #cccccc;
  text-align: justify;
}

#center p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#center h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: verdana, arial, sans-serif;
  font-size: 24px;
}

#center h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: verdana, arial, sans-serif;
  font-size: 20px;
}

#center h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
}

#center h2 a {
  color: #666666;
  text-decoration: none;
}

#center h2 a:link {
  color: #666666;
  text-decoration: none;
}

#center h2 a:visited {
  color: #666666;
  text-decoration: none;
}

#center h2 a:active {
  color: #666666;
  text-decoration: none;
}

#center h2 a:hover {
  color: #666666;
  text-decoration: underline;
}

#center ul {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  margin-top: 0px;
}

#center table {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  margin-top: 5px;
  border-collapse: collapse;
}

#center table thead tr td {
  border: 1px solid #AAAAAA;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  background-color: #739240;
  padding: 2px;
}

#center table tbody tr td {
  border: 1px solid #AAAAAA;
  padding: 2px;
}

#center table tbody tr td.price {
  text-align: center;
  width: 100px;
}

#center table tbody tr td.date {
  vertical-align: top;
  width: 80px;
}

#center table tbody tr td.open-date {
  width: 150px;
  font-weight: bold;
}

#center table tbody tr td.open-time {
  text-align: center;
}

#center div.image {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#center div.image img {
  border: 1px solid #739240;
  display: block;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

#center div.image span {
  font-style: italic;
}

#center p img {
  padding: 1px;
  display: inline;
}

#center pre {
  font-size: 12px;
  border: 1px solid #AAAAAA;
  background-color: #F7F7E6;
  padding: 5px;
  overflow: auto;
}

#right_side {
  float: right;
  width: 140px;
  border: 0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  padding:4px;
  border: 1px solid #425227;
  background-color: #739240;
}

#right_side p {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 4px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #666666;
}

#right_side table.calendar {
  margin-top: 5px;
  margin-bottom: 15px;
  width: 100%;
}


#right_side table.calendar td.calendarMonth {
  font-weight: bold;
}

#right_side table.calendar td.calendarHeader {
  font-weight: bold;
}

#right_side table.calendar td.calendarToday {
  font-weight: bold;
  color: #FF0000;
}

#page_footer {
  height: 70px;
  clear: both;
  margin-top: 50px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #739240;
}

#page_footer p {
  padding-top: 10px;
  text-align: center;
  font-family: verdana;
  font-size: 10px;
  color: #000000;
}

#page_footer p a {
  color: #F7F7E6;
  text-decoration: none;
}

#page_footer p a:link {
  color: #F7F7E6;
  text-decoration: none;
}

#page_footer p a:visited {
  color: #F7F7E6;
  text-decoration: none;
}

#page_footer p a:active {
  color: #F7F7E6;
  text-decoration: none;
}

#page_footer p a:hover {
  color: #F7F7E6;
  text-decoration: underline;
}

#actions {
  text-align: right;
  margin-right: 160px;
  margin-top: 50px;
}

#action_jump {
  padding-right: 15px;
  margin-left: 5px;
  background: #FFFFFF url('../img/up.gif') bottom right no-repeat;
}

#action_print {
  padding-right: 15px;
  margin-left: 5px;
  background: #FFFFFF url('../img/print.gif') bottom right no-repeat;
}

#contact {
  background-image: url('../img/rybnik.jpg');
  background-repeat: no-repeat;
  background-position: right;
}

#center p.box {
  text-align: center;
  font-style: italic;
  border: 1px dotted #AAAAAA;
  background-color: #F7F7E6;
  padding: 10px;
  margin-top: 25px;
}

#center p.perex {
  text-align: justify;
  font-style: italic;
}

#center p.perex-article {
  text-align: justify;
  font-style: italic;
}

#center p.timestamp {
  text-align: right;
}

#center p.timestamp span.viewed{
}

#center p.photos {
  margin-top: 20px;
  text-align: center;
}

#printhead {
  display: none;
}

#printlast {
  display: none;
}

a img {
  border: 1px solid #000000;
}

a.extern {
	padding-right: 15px;
	background: url('../img/ext.gif') top right no-repeat;
}

.left {
  margin: 10px 10px 5px 0px;
  float: left;
}

.right {
  margin: 10px 0px 5px 10px;
  float: right;
}

.center {
  text-align: center;
}

