

/************************************************************************
 * Farben: Natur
 ************************************************************************/

/* Container Hintergründe */
body,
.color1 {
  background-color: #ffffd9;
  color: #111;
}

legend,
input[type=submit],
.tx-comments-comment-form form input#tx_comments_pi1_submit,
span.fake-button,
table.contenttable tr th {
  background: #68a637;
  color: #fff;
}

#slideshow,
.color2 {
  background: #67a739;
}


.color3 {
  background: #ddd;
}

#container-top,
#header,
#header a,
.color4 {
  background: #fff;
  color: #4d4d4d;
}

#container-bottom,
#container-bottom a {
  background: #67a739;
  color: #fff;
}


.color6,
.csc-textpic-border div.csc-textpic-image {
  background: #68a637;
}

textarea:focus,
input:focus {
  background: #ddede2;
}

/* Schriftfarben */

h1 {
  color: #68A637;
}

h2,
#content-wrapper .tx-comments-required-error {
  color: #4d4d4d;
}

h3,
h4,
#content-wrapper .carousel {
   color: #444;
}

a:link,
a:visited {
  text-decoration: underline;
  color: #68a637;
}

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

hr {
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
  background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
  background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
  background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}


/* Navigation */


ul.deep1 {
  background: #fff;
  border: 4px solid #68a637;
}

ul.deep1 li a,
ul.deep1 li span {
  border-bottom: 2px dotted #68a637;

  display: block;
}

ul.deep1 li a:hover {
  color: #6fd118;
}

ul.deep1 li.mainlevelactive {
  color: #6aa342;
}

ul.deep2 li {
  background: #ddede2;
}

ul.deep2 li a:hover {
  color: #EF7F00;
}

ul.deep2 li.sublevelactive {
  color: #111;
}

/* Textstil */
.important {
  color: red;
}

.detail {
  color: green;
}

.name-of-person {
  color: blue;
}

/* Boxen */
.csc-frame-frame1,
.contenttable-color-1,
.layout-1,
#content-wrapper .tx-comments-nocomment,
#content-wrapper .tx-comments-comment-1,
#content-wrapper .tx-comments-comment-2,
fieldset {
  background: #fff;
  border: 4px solid #68a637;
}

.csc-frame-frame2,
.contenttable-color-2 {
  background: #d8ffd4;
  border: 2px solid #68a637;
}