xdiv {
  border: 1px red dotted;
}



* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
/*  font: 12px arial, sans-serif; /**/
  font: 11px verdana;
  line-height: 1.5em;
  color: #202020;
  background-color: #FFFFFF;
}




/* layout */
.wrapper {
  width: 100%;
  min-width: 990px;
  text-align: center;
}
.container {
  width: 990px;
  margin: 0 auto 0 auto;
  text-align: left;
}
a {
  color: #5E77BE;
}


/* FX */
#header_caffequattro,
#header_blog {
  background-image: url('../images/theme/pattern1.gif');
  background-repeat: no-repeat;
  background-position: top right;
}
#header_quattrocatering {
  background-image: url('../images/theme/pattern2.gif');
  background-repeat: no-repeat;
  background-position: top left;
}


/* header */
#header_wrapper {
  background-color: #4F1805;
}
#header {
  position: relative;
  height: 220px;
}
#header_logotype_left {
  position: absolute;
  left: 10px;
  bottom: 19px;
}
#header_logotype_left img {
  position: absolute;
  border: 0;
  bottom: 0;
}
#header_logotype_left span {
  position: absolute;
  width: 300px;
  bottom: 31px;
  left: 10px;
  font-size: 10px;
}
#header_logotype_right {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#header_logotype_right img {
  position: absolute;
  border: 0;
  bottom: 0;
  right: 0;
}
#header_logotype_right span {
  position: absolute;
  width: 300px;
  bottom: 32px;
  right: 10px;
  font-size: 10px;
  text-align: right;
}


/* line */
#line {
  height: 10px;
  background-color: #D3BA9E;
}


/* content */
.content_wrapper {
  background-color: #F9F5F1;
}
.content {
  overflow: auto;
}
.content .panel_left {
  float: left;
  width: 490px;
}
.content .panel_right {
  float: right;
  width: 490px;
}


/* menu */
ul.menu {
  font: 30px 'arial';
  text-align: right;
  text-transform: uppercase;
  list-style-type: none;
  margin: 30px 10px 40px 0;
}
ul.menu li {
  padding: 5px 5px 2px 5px;
}
ul.menu li.selected {
  padding: 5px 0 2px 0;
}
ul.menu li span {
  padding: 2px 5px 1px 5px;
  background-color: #D72129;
}
ul.menu li a {
  text-decoration: none;
  color: #4F1805;
}
ul.menu li.selected a {
  color: #FFFFFF;
}


/* gallery */
.gallery_wrapper {
  padding: 5px 0 5px 0;
  margin: 20px 0 20px 0;
  background-color: /*#D2B99E*/ rgb(220, 220, 220);
}
.gallery {
  overflow: auto;
  position: relative;
}
.gallery .gallery_left_button {
  float: left;
  width: 15px;
  height: 100%;
  background: transparent url('../images/theme/left_arrow.gif') no-repeat 4px center;
  cursor: w-resize;
}
.gallery .gallery_right_button {
  float: right;
  width: 15px;
  height: 100%;
  background: transparent url('../images/theme/right_arrow.gif') no-repeat 5px center;
  cursor: w-resize;
}
.gallery .gallery_canvas_wrapper {
  position: absolute;
  overflow: hidden;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: yellow;
}
.gallery .gallery_canvas {
  position: relative;
  height: 100%;
}
.gallery .gallery_canvas .gallery_container {
  xmargin: 20px 0 20px 0;
  position: absolute;
  xdisplay: block;
  xleft: 200px;
  xdisplay: none;
}
.gallery .gallery_canvas .gallery_container img {
  float: left;
  xdisplay: block;
}
.gallery .gallery_navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}


#gallery_middle {
  height: 307px;
}


.cocoa {
  background-color: #F0E7DE;
}


.reference {
}
.reference img {
  margin: 25px;
}


/* text */
.text {
  margin: 40px 0 60px 10px;
  font-size: 14px;
  line-height: 20px;
}
.text h2 {
  font: 22px 'Arial';
  color: #4F1805;
  margin: 40px 0 20px 0;
}
.text h1,
.text h3 {
  font: 34px 'Arial';
  color: #4F1805;
  margin: 40px 0 20px 0;
}
.text h3 a {
  color: #4F1805;
  text-decoration: none;
}
.text h4 {
  font-size: 14px;
  color: #D72129;
  font-style: italic;
  margin: 40px 0 0 0;
}
.text p {
  margin: 5px 0 10px 0;
  text-align: justify;
}
.text.right {
  text-align: right;
  padding: 0 10px 0 0;
}
.text.right p,
p.right {
  text-align: right;
}
.text .datetime {
  float: right;
}
.text .photos {
  margin: 40px 0 10px 0;
}
.text .photos img {
  margin: 0 0 10px 0;
}


/* aktualne */
.text.aktualne {
  margin: 20px 20px 40px 10px;
}
.aktualne h3 {
  margin-top: 0;
}
.aktualne h4 {
  margin: 30px 0 0 0;
}
.aktualne h4 span {
  margin: 0 0 0 10px;
  font-size: 9px;
}


/* ext. */
.google_map {
  margin: 20px 10px 20px 0;
}
.google_map_iframe {
  border-left: 10px solid rgb(220, 220, 220);
  border-right: 10px solid rgb(220, 220, 220);
  border-top: 5px solid rgb(220, 220, 220);
  border-bottom: 5px solid rgb(220, 220, 220);
}


/* contact form */
.contact_form {
  margin: 40px 100px 40px 0;
  padding: 10px;
  background-color: #F0E7DE;
}
.contact_form label {
  display: block;
  margin: 10px 0 0 0;
}
.contact_form input,
.contact_form textarea {
  font: 12px 'verdana';
  padding: 3px;
  border: 3px solid #D2B99E;
}
.contact_form .submit {
  background-color: #4F1805;
  color: #FFFFFF;
  border: 0;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}


/* paginator */
.paginator {
  margin: 10px 0 10px 0;
  text-align: center;
}
.paginator span,
.paginator a {
  font-size: 10px;
  padding: 3px 5px 4px 5px;
/*  margin: 0 2px 0 2px; */
  cursor: pointer;
}
.paginator a {
  color: #424242;
  text-decoration: none;
}
.paginator a:hover {
  background-color: #D72129;
  color: #FFFFFF;
}
.paginator .this {
  font-weight: bold;
}


/* blog */
.blog {
}
.blog .post {
  overflow: auto;
  padding: 0 20px 0 0;
}
.blog .post h4 {
  margin: 10px 0 10px 0;
}
.blog .post .img {
  width: 220px;
  padding: 10px;
  text-align: center;
  float: left;
}
.blog .post .img img {
  border: 0;
}


/* copyright */
#copyright {
  padding: 10px 0 10px 0;
  color: gray;
  font-size: 10px;
}
#copyright p {
  margin: 0 20px 0 10px;
}
#copyright .links {
}
#copyright .links a {
  margin: 0 5px 0 0;
  color: silver;
  border: 0;
  text-decoration: none;
}



