* {
  margin: 0;
  padding: 0;
}

body {
  background: #3c362a url(../images/background.gif) repeat-y;
  font: normal 11px/18px georgia, times, serif;
}

a {
  color: #DC8552;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  color: #FCA16C;
}

ul {
  list-style-image: url(../images/bullet.gif);
  margin: 15px 40px;
}

#wrapper {
  width: 980px;
}

#leftColumn {
  color: #7D3403;
  background: #F7D09B url(../images/leftgrad.jpg) repeat-x;
  padding: 20px 15px 15px 15px;
  width: 210px;
  float: left;
  margin-left: 20px;
}


#rightColumn {
  margin-left: 26px;
  color: #F7D09B;
  background: #9d3a06 url(../images/rightgrad.jpg) repeat-x;
  padding: 20px 25px 15px 25px;
  width: 434px;
  float: left;
}

#sidebar {
  float: left;
  width: 210px;
}

#leftColumn h1, #rightColumn h1{
  font-size: 18px;
  display: block;
  padding-bottom: 3px;
  width: 100%;
}

#leftColumn h1 {
  background: transparent url(../images/border.gif) repeat-x;
  background-position: bottom right;
}

#rightColumn h1 {
  background: transparent url(../images/border2.gif) repeat-x;
  background-position: bottom right;
}

#leftColumn img, #rightColumn img{
  border: 3px solid #C57234;
}

#leftColumn a:hover img, #rightColumn a:hover img{
  border-color: #D48042;
}

#left_column h1 {
  color: #A94D10;
}

#right_column h1 {
  color: #F7D09B;
}

/* Navigation */

#mainNav {
  list-style-image: none;
  list-style-type: none;
  margin: 20px 0;
}

#mainNav ul {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
}

#mainNav li {
  list-style-type: none;
  border-left: 5px solid;
}

#mainNav a {
  display: block;
  width: 190px;
  height: 24px;
  background-color: #A55214;
  font: normal 11px/24px georgia, times, serif;
  color: #F7D09B;
  text-decoration: none;
  margin: 5px 0;
  padding-left: 10px;
  border-left: 1px solid #F7D09B;
}


#mainNav a:hover,
#mainNav a.active {
  background-color: #9D3A06;
  color: #fff;
}

#mainNav li ul li {
  list-style-type: none;
  border-left: 0;
  text-indent: 20px;
}

.csc-textpic-caption {
    font-size: 10px;
}

#kneitinger img {
  margin: 50px 0 0 20px;
}

p, .csc-header {
  padding-bottom: 20px;
}

/*  kontaktformular */

.csc-mailform {
    border: 0;
    padding: 10px 0 0 0;
    margin: 0;
}

.csc-mailform-field {
    padding-bottom: 10px;
}

.csc-mailform-field label {
    display: block;
    float: left;
    width: 100px;
}

/* Googlemaps */

.tx-rggooglemap-poi {
    width: 100%;
}

.tx-rggooglemap-poi h1 {
    text-decoration: none;
}

.divMarker {
    color: #000;
}
