<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    PREPARACE-VISNAK.CZ
    Author     : studio WPJ
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* 
    VARIABLES
    Author     : studio WPJ
*/
/* 
    FONTS
    Author     : studio WPJ
*/
.font-cambria-regular {
  font-family: 'PT Serif', Georgia, serif;
  font-weight: normal;
}
.font-cambria-bold {
  font-family: 'PT Serif', Georgia, serif;
  font-weight: bold;
}
/* 
    Created on : 25.3.2014, 9:16:13
    Author     : studio WPJ
*/
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.row {
  width: 100%;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col,
[class*="col-"] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1px;
}
.col-10 {
  width: 10%;
}
.col-15 {
  width: 15%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-35 {
  width: 35%;
}
.col-40 {
  width: 40%;
}
.col-45 {
  width: 45%;
}
.col-50 {
  width: 50%;
}
.col-55 {
  width: 55%;
}
.col-60 {
  width: 60%;
}
.col-65 {
  width: 65%;
}
.col-70 {
  width: 70%;
}
.col-75 {
  width: 75%;
}
.col-80 {
  width: 80%;
}
.col-85 {
  width: 85%;
}
.col-90 {
  width: 90%;
}
.col-95 {
  width: 95%;
}
.col-100 {
  width: 100%;
}
.col-1_3 {
  width: 33.3333333333%;
}
.col-2_3 {
  width: 66.6666666666%;
}
.container {
  position: relative;
  z-index: 1;
  _width: 940px;
  max-width: 940px;
  margin: 0 auto;
}
#main-content {
  padding-left: 36px;
}
iframe {
  width: 100%!important;
}
/* 
    BASE
    Author     : studio WPJ
*/
html {
  background: url('../images/bg.jpg');
  color: #573620;
  font-family: 'PT Serif', Georgia, serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 2em;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
  background: url("../images/content_bg.jpg");
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 3px #876d44;
  -moz-box-shadow: 0 0 10px 3px #876d44;
  box-shadow: 0 0 10px 3px #876d44;
}
.wrapper &gt; img {
  display: block;
}
.page {
  overflow: visible;
}
.btn {
  display: inline-block;
  line-height: 45px;
  background-color: #573620;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 15px;
  font-weight: normal;
  margin-top: 15px;
}
.btn:hover {
  background-color: #b1a381;
  text-decoration: none;
  color: #ffffff;
}
/* 
    TYPOGRAPHY
    Author     : studio WPJ
*/
.font-bold {
  font-weight: bold;
}
.font-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}
.text-underline-none {
  text-decoration: none;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.display-block {
  display: block;
}
.text-34pt {
  font-size: 2.4285714285714284em;
  line-height: 2em;
}
.text-30pt {
  font-size: 2.142857142857143em;
  line-height: 2em;
}
.text-28pt {
  font-size: 2em;
  line-height: 2em;
}
.text-26pt {
  font-size: 1.8571428571428572em;
  line-height: 2em;
}
.text-24pt {
  font-size: 1.7142857142857142em;
  line-height: 2em;
}
.text-22pt {
  font-size: 1.5714285714285714em;
  line-height: 2em;
}
.text-20pt {
  font-size: 1.4285714285714286em;
  line-height: 2em;
}
.text-18pt {
  font-size: 1.2857142857142858em;
  line-height: 2em;
}
.text-16pt {
  font-size: 1.1428571428571428em;
  line-height: 2em;
}
.text-14pt {
  font-size: 1em;
  line-height: 2em;
}
.text-12pt {
  font-size: 0.8571428571428571em;
  line-height: 2em;
}
.text-11pt {
  font-size: 0.7857142857142857em;
  line-height: 2em;
}
p {
  margin: 0;
  font-size: 1em;
  line-height: 2em;
  padding: 0 10px;
}
li,
td,
th {
  font-size: 1em;
  line-height: 2em;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'PT Serif', Georgia, serif;
  font-weight: normal;
  margin: 0;
  height: auto;
  margin-bottom: 5px;
  padding-left: 10px;
}
h1,
.h1 {
  font-size: 2.4285714285714284em;
  line-height: 2em;
  font-weight: normal;
  color: #341607;
  margin: 10px 0 0 0;
}
h2,
.h2 {
  font-size: 1.8571428571428572em;
  line-height: 2em;
  color: #341607;
}
h3,
.h3 {
  font-size: 1.5714285714285714em;
  line-height: 2em;
}
h4,
.h4 {
  font-size: 1.2857142857142858em;
  line-height: 2em;
}
.list-unstyled {
  list-style: none inside none;
  padding: 0;
  margin: 0;
}
.list-inline {
  list-style: none inside none;
  padding: 0;
  margin: 0;
}
.list-inline li {
  display: inline;
}
table {
  width: 100%;
  border: 1px solid #b1a381;
}
table th,
table td {
  padding: 5px 8px;
  border-bottom: 1px solid #b1a381;
}
table th {
  background: #bbaf91;
  font-weight: bold;
  padding: 10px 8px;
}
.hr {
  padding: 25px 0;
  background: transparent url('../images/hr_icon.png') center center no-repeat;
}
.hr:before,
.hr:after {
  content: " ";
  display: table;
}
.hr:after {
  clear: both;
}
.hr div {
  padding: 0;
  margin: 0;
  width: 50%;
  float: left;
}
.hr div:last-child {
  float: right;
}
.hr div:last-child:before {
  margin: 0 0 0 29px;
}
.hr div:before {
  margin-right: 29px;
  display: block;
  content: "";
  height: 4px;
  background: url("../images/hr_line.jpg") center repeat-x;
}
/* 
    HEADER
    Author     : studio WPJ
*/
.header {
  height: 248px;
  padding: 0 30px;
  position: relative;
}
.header &gt; a {
  float: left;
}
.header &gt; a &gt; img {
  display: block;
}
.header .logo {
  margin: -7px 0 0 2px;
  position: relative;
  z-index: 2;
}
.header .name {
  margin: 40px 0 0 24px;
}
.header .tagline {
  float: right;
  margin-top: 30px;
}
.header .jazyky-social {
  margin-top: 20px;
  float: right;
}
.header .jazyky-social .jazyky {
  float: left;
}
.header .jazyky-social .jazyky #flags a {
  float: left;
  margin: 6px 10px 6px 0;
}
.header .jazyky-social .jazyky #flags a img {
  display: block;
  border: 2px solid #9f8d72;
}
.header .jazyky-social .jazyky #flags a:hover img,
.header .jazyky-social .jazyky #flags a:focus img,
.header .jazyky-social .jazyky #flags a.akt img {
  border-color: #573620;
}
.header .jazyky-social .social {
  float: left;
}
.header .jazyky-social .social a {
  margin: 0 0px -5px 5px;
  float: left;
}
.header .jazyky-social .social a img {
  display: block;
}
.header .menu-wrapper {
  position: absolute;
  right: 20px;
  bottom: 25px;
  background: url("../images/menu_line.png") left bottom repeat-x;
}
.header .menu-wrapper #menu ul {
  list-style: none inside none;
  padding: 0;
  margin: 0;
  float: right;
  font-size: 1.4285714285714286em;
  line-height: 2em;
  margin-bottom: 15px;
}
.header .menu-wrapper #menu ul li {
  float: left;
}
.header .menu-wrapper #menu ul li a {
  display: block;
  padding: 0 9px;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #341607;
  border-right: 1px solid #bdb2a1;
  position: relative;
}
.header .menu-wrapper #menu ul li a.selected {
  font-weight: bold;
}
.header .menu-wrapper #menu ul li a.selected::after,
.header .menu-wrapper #menu ul li a:hover::after {
  content: "";
  display: block;
  background: url("../images/menu_pointer.png") no-repeat 30%;
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: -12px;
}
.header .menu-wrapper #menu ul li:first-child a {
  padding-left: 0;
}
.header .menu-wrapper #menu ul li:last-child a {
  border: 0;
  padding-right: 0;
}
.wood-top {
  border-bottom: 7px solid #eae5dc;
}
/* 
    CONTENT
    Author     : studio WPJ
*/
.content {
  padding: 0 30px;
}
.content .btn {
  display: inline-block;
  line-height: 45px;
  background-color: #573620;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 15px;
  font-weight: normal;
  margin-top: 15px;
}
.content .btn:hover {
  background-color: #b1a381;
  text-decoration: none;
  color: #ffffff;
}
.content a {
  color: #341607;
  text-decoration: none;
  font-weight: bold;
}
.content a:hover {
  color: #b1a381;
  text-decoration: underline;
}
.content table {
  width: 100%;
  border: 1px solid #bdb2a1;
}
.content table th,
.content table td {
  padding: 5px 8px;
  border-bottom: 1px solid #bdb2a1;
}
.content table th {
  background: #c8beb0;
  font-weight: bold;
  padding: 10px 8px;
}
.content ul,
.content ol,
.content table {
  margin: 0 10px 15px;
}
.content .column-centered {
  margin-top: 20px;
}
.content .column-centered img {
  display: block;
  margin: 20px auto 0;
}
.content .column-centered .btn {
  display: block;
  margin: 15px auto 0;
  font-size: 1.1428571428571428em;
  line-height: 2em;
  line-height: 45px;
  padding: 0;
  text-align: center;
}
.content .column-centered p {
  text-align: center;
  font-size: 1.2857142857142858em;
  line-height: 2em;
  color: #573620;
  font-style: italic;
  margin-top: 5px;
}
.content .column-centered .vice {
  width: 150px;
}
.content .column-centered .oceneni {
  width: 215px;
}
.content .stuzky,
.content .seminare {
  border-left: 1px solid #bdb2a1;
}
.content .bottom-row {
  margin-bottom: 25px;
}
.content .bottom-row .col-35 img {
  margin: 25px auto 0;
  display: block;
}
.content .bottom-row p {
  padding-right: 25px;
}
.content .bottom-row .seminare img {
  margin-top: 50px;
}
.content .bottom-row .seminare .btn {
  width: 75px;
  margin: 15px auto 0;
  display: block;
  text-align: center;
}
.content .bottom-row .cart {
  background: url("../images/icon_cart.png") center right no-repeat;
  margin-right: 25px;
}
.content .bottom-row .btn {
  margin-left: 10px;
}
#content {
  width: 75%;
  float: left;
  box-sizing: border-box;
  padding-bottom: 25px;
}
#content.wide {
  width: 100%;
  float: none;
}
/* 
   FOOTER
   Author     : studio WPJ
*/
.footer {
  background-color: #eae5dc;
  height: 85px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px;
  width: 100%;
}
.footer .logo {
  float: left;
  display: block;
  margin: 11px 20px 11px 0;
}
.footer .logo img {
  display: block;
}
.footer p {
  color: #745a33;
  font-size: 16px;
  line-height: 85px;
  float: left;
  margin-right: 5px;
}
.footer p.copy {
  float: right;
  margin: 0 0 -6px 0;
  font-size: 14px;
  line-height: 91px;
}
.footer p img {
  margin: 0 5px -5px 0;
}
.footer p a {
  color: #745a33;
  text-decoration: none;
}
.footer p a:hover,
.footer p a:focus {
  text-decoration: none;
  color: #341607;
}
/* 
    SIDE-CONTENT
    Author     : studio WPJ
*/
#side-content {
  width: 25%;
  padding: 20px 5px 20px 32px;
  box-sizing: border-box;
  float: left;
  margin-top: 10px;
}
#side-content &gt; ul {
  list-style: none inside none;
  padding: 0;
  margin: 0;
  background: #ffffff;
}
#side-content &gt; ul &gt; li &gt; a {
  display: block;
  border-top: 1px solid #eae5dc;
  padding: 12px 20px;
  font-size: 1.2857142857142858em;
  line-height: 2em;
  color: #341607;
  font-family: 'PT Serif', Georgia, serif;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.5em;
}
#side-content &gt; ul &gt; li &gt; a:hover,
#side-content &gt; ul &gt; li &gt; a:focus {
  background-color: #eae5dc;
}
#side-content &gt; ul &gt; li:first-child &gt; a {
  border: 0 none;
}
#side-content &gt; ul &gt; li.li_sel &gt; a {
  background: #341607;
  color: #ffffff;
  font-weight: normal;
}
/* 
    CONTACT FORM
    Author     : studio WPJ
*/
#order_form {
  margin: 0 auto;
  width: 100%;
  /* Upravy pro policka */
  /* Upravy pro policka END */
  /* Captcha */
  /* Submit */
  /* Submit END */
}
#order_form fieldset,
#order_form input {
  border: 0;
}
#order_form #form-left,
#order_form #form-right {
  float: left;
  margin: 0;
  width: 300px;
}
#order_form #form-right {
  width: 390px;
}
#order_form #order_success {
  background-color: #cb1728;
  margin: 15px auto 0;
  width: 100%;
}
#order_form .block {
  margin: 10px 0 10px 0px;
  position: relative;
}
#order_form .block label {
  width: 65px;
  display: inline-block;
  line-height: 14px;
  text-align: right;
  padding-right: 8px;
}
#order_form .block label[for=id_captcha_1] {
  width: 250px;
}
#order_form .block ul {
  list-style: none;
  margin: 5px 10px;
}
#order_form .block input[type=text],
#order_form .block textarea,
#order_form .block select {
  padding: 6px 6px;
  width: 200px;
  border-radius: 3px;
  box-shadow: inset 1px 1px 3px #eaeaea;
  border: 1px solid #666;
  color: #404554;
  background-color: #f9f9f9;
}
#order_form .block select {
  width: 214px;
}
#order_form .block textarea {
  height: 140px;
  width: 299px;
  vertical-align: top;
}
#order_form .block.error input[type=text],
#order_form .block.error select {
  border: 1px solid #c01111;
}
#order_form .block.error label {
  color: #c01111;
  font-weight: bold;
}
#order_form .block.error span {
  color: #c01111;
  font-size: 11px;
  display: none;
}
#order_form .block.required label:after {
  content: " *";
  color: #b1a381;
  font-weight: bold;
  font-size: 14px;
}
#order_form input#id_captcha_1,
#order_form #registrace input#id_user-captcha_1 {
  width: 40px;
}
#order_form .error_message {
  background-color: #c01111;
  clear: both;
  color: #ffffff;
  display: none;
  margin: 10px;
  padding: 10px 15px;
}
#order_form label[for=captcha_id] {
  position: relative;
}
#order_form img.captcha {
  max-width: 65px;
  position: relative;
  top: 13px;
  padding: 8px 3px 7px;
  background-color: #FFFFFF;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  margin-right: 20px;
}
#order_form .submit_block {
  text-align: center;
  margin: 10px 0;
  float: right;
}
#order_form .field_captcha {
  float: left;
}
h2.form {
  line-height: 1em;
}
/* 
    MODULY
    Author     : studio WPJ
*/
#content #news-seznam .item {
  margin: 10px 0 15px;
  padding-top: 15px;
  clear: both;
}
#content #news-seznam .item .imgbox {
  margin: 0 10px 0px;
  float: left;
}
#content #news-seznam .item .imgbox img {
  display: block;
}
#content #news-seznam .item h2 {
  line-height: 1em;
  margin-bottom: 10px;
}
#content .pagination a {
  font-weight: normal;
}
#content .pagination a.current {
  font-weight: bold;
}
#content .pagination a:hover {
  color: #341607;
}
#content #fotogalerie {
  margin-top: 15px;
  margin-left: -5px;
  width: 710px;
}
#content #fotogalerie .imgbox {
  border: 3px solid #eae5dc;
  float: left;
  width: 150px;
  height: 100px;
  margin: 10px;
}
#content #fotogalerie .imgbox:hover {
  border: 3px solid #b1a381;
}
#content #fotogalerie .imgbox img {
  display: block;
}
#content.wide #fotogalerie {
  margin: 15px 0 0;
  width: 910px;
}
#content.wide #fotogalerie .imgbox {
  margin: 10px 12px;
}
</pre></body></html>