* {
  margin: 0; padding: 0;
  border-collapse: collapse;
}

body {
  font: normal 14px Helvetica, Arial, sans-serif;
  color: #4c4c4c;
}

h1, h2, h3 {
  margin-bottom: 1em;
  color: #806d49;
  font-weight: normal;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  margin-bottom: 1em;
  font-size: 1.0em;
}

p {
  margin-bottom: 1em;
  line-height: 1.5em;
}

.size14 {
  line-height: 1.2em;
}

.size12 {
  font-size: 12px;
  line-height: 1.2em;
}

ol {
  margin-bottom: 1em;
  padding-left: 20px;
  list-style-type: decimal;
}

ul {
  margin-bottom: 1em;
  padding-left: 20px;
}

li {
  line-height: 1.5em;
}

table {
  margin-bottom: 1em;
}

td {
  padding: 0.5em 1em 0.5em 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

td p {
  margin: 0;    
}

table.tabBorder td {
  border-bottom: 1px solid #e1b9b9;
}

a {
  color: #0000ff;
  text-decoration: none;
}

a:hover {
  color: #806d49;
}

a img {
  border: 0;
}

a:hover img {
  opacity: 0.6;
  filter:alpha(opacity=60);
}

.galerie img {
  margin: 0 0 5px 5px;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  border: 0px;
}

#page {
  margin: 0 auto;
  width: 1000px;
  background: transparent url(img/page.jpg) repeat-y;
}

#page-inner {
  width: 960px; padding: 0 20px;
  background: transparent url(img/page-inner.jpg) no-repeat;
}

#header {
  height: 330px;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #dbccaf;
}

#slides img {
  position: absolute; top: 0; left: 0px;
  border-bottom: 1px solid transparent;
}

#logo {
  position: absolute; top: 170px; left: 0;
  height: 89px; width: 920px;
  padding: 5px 20px;
  background: #000;
  text-align: right;
  opacity: 0.6;
  filter:alpha(opacity=60);
  border-bottom: 1px solid #fff;
  z-index: 50;
}

#nav {
  padding: 0; margin: 0;
  position: absolute; top: 270px; left: 0;
  z-index: 50;
}

#subnav {
  padding: 0; margin: 0;
  position: absolute; top: 300px; left: 0;
}

#navigation li {
  padding: 8px 0;
  line-height: 1em;
  float: left;
  list-style: none;
}

#navigation a {
  line-height: 1em;
   padding: 7px 20px;
}

#nav a {
  color: #fff;
}

#nav a:hover {
  background: #000;
  opacity: 0.6;
  filter:alpha(opacity=60);
}

#subnav a {
  color: #806d49;
}

#subnav a:hover {
  color: #0000ff;
}

#content {
  padding-top: 20px;
  min-height: 500px;
}

input.error, textarea.error {
  border: 1px solid #706657;
  background: #ffbcbc;
}

input.checkform {
  display: none;
}

#right {
  padding: 0 15px;
  width: 265px;
  float: right;
  background: #fff;
  border-left: 1px solid #ccc;
}

#center {
  padding: 0 0 40px 40px;
  width: 580px;
}

#footer {
  margin-top: 20px; padding: 8px 40px;
  color: #fff;
  background: #1a1a1a;
}

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